COLOR #E6451A

HEX: #E6451A
RGB: (230,69,26)

Color info

#E6451A contains mainly red color. Web safe color of #E6451A is #CC3300 (or #C30).

RGB color model

#E6451A color RGB value is (230,69,26).

  • red value is 230;
  • green value is 69;
  • blue value is 26.
RGB:
(230,69,26)
(90%,27%,10%)

RGB channels and saturation

R 230 of 255 = 90%
G 69 of 255 = 27%
B 26 of 255 = 10%

230
69
26

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

Portions of RGB colors in percentages

R + G + B =
230 + 69 + 26 = 325 (100%)
R 230 of 325 ~ 70.77%
G 69 of 325 ~ 21.23%
B 26 of 325 ~ 8%

%70.77
%21.23

CMYK color model

#E6451A color CMYK value is (0,70,89,10).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 88.70%
  • key color value is 9.80%
CMYK:
(0,70,89,10)
C0M70Y89K10 
(0%,70%,89%,10%)
(0.00/0.70/0.89/0.10)	

CMYK percentages

%0
%70
%88.7
%9.8

Codes

Color #E6451A in popluar color models

E6451A
RGB2306926
HSL13°80.31%50.20%
HSB/HSV13°88.70%90.20%
CMYK0.00%70.00%88.70%
9.80%

Color #E6451A in popluar number systems.

HEXE6451A
Decimal2306926
Binary11100110100010111010
Octal34610532

Shades and tints

Shades of #E6451A

#E6451A
(230,69,26)
#D23F18
(210,63,24)
#BE3916
(190,57,22)
#AA3314
(170,51,20)
#962D12
(150,45,18)
#822710
(130,39,16)
#6E210E
(110,33,14)
#5A1B0C
(90,27,12)
#46150A
(70,21,10)
#320F08
(50,15,8)
#1E0906
(30,9,6)
#000000
(0,0,0)

Tints of #E6451A

#E6451A
(230,69,26)
#E8552E
(232,85,46)
#EA6542
(234,101,66)
#EC7556
(236,117,86)
#EE856A
(238,133,106)
#F0957E
(240,149,126)
#F2A592
(242,165,146)
#F4B5A6
(244,181,166)
#F6C5BA
(246,197,186)
#F8D5CE
(248,213,206)
#FAE5E2
(250,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6451A; }

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

This text font color is #E6451A.


Background Color

.myBgColor { background-color: #E6451A; }

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

This div background color is #E6451A.


Border color

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

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

This div border color is #E6451A.


Opacity

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

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

Text with #E6451A 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 #E6451A;}

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

This text has shadow with #E6451A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6451A on black background.


Color preview on white background

This text has color #E6451A on white background.



Black color preview on #E6451A background

This text has black color on #E6451A background.


White color preview on #E6451A background

This text has white color on #E6451A background.