COLOR #E6451E

HEX: #E6451E RGB: (230,69,30)

Color info

#E6451E contains mainly red color. Web safe color of #E6451E is #CC3333 (or #C33).

RGB color model

#E6451E color RGB value is (230,69,30).

RGB: (230,69,30) (90%, 27%, 12%)

RGB channels and saturation

R 230 of 255 = 90%
G 69 of 255 = 27%
B 30 of 255 = 12%

230
69
30

R + G + B ~ 43%. #E6451E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 230 + 69 + 30 = 329 (100%)
R 230 of 329 ~ 69.91%
G 69 of 329 ~ 20.97%
B 30 of 329 ~ 9.12'%

%69.91
%20.97

CMYK color model

#E6451E color CMYK value is (0,70,87,10).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 86.96%
  • key color value is 9.80%

CMYK: (0,70,87,10)
C0M70Y87K10 (0%, 70%, 87%, 10%)
(0.00 / 0.70 / 0.87 / 0.10)

CMYK percentages

%0
%70
%86.96
%9.8

Codes

Color #E6451E in popluar color models

E6 45 1E
RGB 230 69 30
HSL 12° 80.00% 50.98%
HSB/HSV 12° 86.96% 90.20%
CMYK 0.00% 70.00% 86.96%
9.80%

Color #E6451E in popluar number systems.

HEX E6 45 1E
Decimal 230 69 30
Binary 11100110 1000101 11110
Octal 346 105 36

Shades and tints

Shades of #E6451E

#E6451E
(230,69,30)
#D23F1C
(210,63,28)
#BE391A
(190,57,26)
#AA3318
(170,51,24)
#962D16
(150,45,22)
#822714
(130,39,20)
#6E2112
(110,33,18)
#5A1B10
(90,27,16)
#46150E
(70,21,14)
#320F0C
(50,15,12)
#1E090A
(30,9,10)
#000000
(0,0,0)

Tints of #E6451E

#E6451E
(230,69,30)
#E85532
(232,85,50)
#EA6546
(234,101,70)
#EC755A
(236,117,90)
#EE856E
(238,133,110)
#F09582
(240,149,130)
#F2A596
(242,165,150)
#F4B5AA
(244,181,170)
#F6C5BE
(246,197,190)
#F8D5D2
(248,213,210)
#FAE5E6
(250,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6451E color. Also use rgb(230,69,30) instead hex code.

Text Font Color

.myTextColor { color: #E6451E; }

<p style="color:#E6451E">This sample text font color is #E6451E.</p>

This text font color is #E6451E.

Background Color

.myBgColor { background-color: #E6451E; }

<div style="background-color:#E6451E">Inner text</div>

This div background color is #E6451E.

Border color

.myBorderColor { border: 1px solid #E6451E; }

<div style="border:3px solid #E6451E">Div</div>

This div border color is #E6451E.

Opacity

.myOpacity80 { color: #E6451E; opacity: 0.8; }

<p style="color:#E6451E;opacity:0.8;">80%</p>

Text with #E6451E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6451E;}

<p style="text-shadow: 3px 3px 1px #E6451E">Text here.</p>

This text has shadow with #E6451E color.


.textShadow {text-shadow: 3px 3px 1px #E6451E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6451E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6451E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6451E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6451E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6451E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6451E;
-webkit-box-shadow: 1px 1px 3px 2px #E6451E;
box-shadow: 1px 1px 3px 2px #E6451E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6451E; -webkit-box-shadow: 1px 1px 3px 2px #E6451E; box-shadow:1px 1px 3px 2px #E6451E;">
Div content here
</div>

This div box has shadow with color #E6451E.

Preview

Color preview on black background

This text has color #E6451E on black background.


Color preview on white background

This text has color #E6451E on white background.


Black color preview on #E6451E background

This text has black color on #E6451E background.


White color preview on #E6451E background

This text has white color on #E6451E background.


Related colors

Complementary color

Complementary color for #hex is #19BAE1.


I love getcolorcode.com

Triadic colors

1 #1EE645 and #451EE6 with #E6451E are triadic colors.

2 #1E45E6 and #45E61E with #E6451E are triadic colors.