COLOR #E21804

HEX: #E21804
RGB: (226,24,4)

Color info

#E21804 contains mainly red color. Web safe color of #E21804 is #CC0000 (or #C00).

RGB color model

#E21804 color RGB value is (226,24,4).

  • red value is 226;
  • green value is 24;
  • blue value is 4.
RGB:
(226,24,4)
(89%,9%,2%)

RGB channels and saturation

R 226 of 255 = 89%
G 24 of 255 = 9%
B 4 of 255 = 2%

226
24
4

R + G + B ~ 33%. #E21804 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 24 + 4 = 254 (100%)
R 226 of 254 ~ 88.98%
G 24 of 254 ~ 9.45%
B 4 of 254 ~ 1.57%

%88.98

CMYK color model

#E21804 color CMYK value is (0,89,98,11).

  • cyan value is 0.00%
  • magenta value is 89.38%
  • yellow value is 98.23%
  • key color value is 11.37%
CMYK:
(0,89,98,11)
C0M89Y98K11 
(0%,89%,98%,11%)
(0.00/0.89/0.98/0.11)	

CMYK percentages

%0
%89.38
%98.23
%11.37

Codes

Color #E21804 in popluar color models

E21804
RGB226244
HSL96.52%45.10%
HSB/HSV98.23%88.63%
CMYK0.00%89.38%98.23%
11.37%

Color #E21804 in popluar number systems.

HEXE21804
Decimal226244
Binary1110001011000100
Octal342304

Shades and tints

Shades of #E21804

#E21804
(226,24,4)
#CE1604
(206,22,4)
#BA1404
(186,20,4)
#A61204
(166,18,4)
#921004
(146,16,4)
#7E0E04
(126,14,4)
#6A0C04
(106,12,4)
#560A04
(86,10,4)
#420804
(66,8,4)
#2E0604
(46,6,4)
#1A0404
(26,4,4)
#000000
(0,0,0)

Tints of #E21804

#E21804
(226,24,4)
#E42D1A
(228,45,26)
#E64230
(230,66,48)
#E85746
(232,87,70)
#EA6C5C
(234,108,92)
#EC8172
(236,129,114)
#EE9688
(238,150,136)
#F0AB9E
(240,171,158)
#F2C0B4
(242,192,180)
#F4D5CA
(244,213,202)
#F6EAE0
(246,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21804 color. Also use rgb(226,24,4) instead hex code.

Text Font Color

.myTextColor { color: #E21804; }

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

This text font color is #E21804.


Background Color

.myBgColor { background-color: #E21804; }

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

This div background color is #E21804.


Border color

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

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

This div border color is #E21804.


Opacity

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

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

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

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

This text has shadow with #E21804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21804 on black background.


Color preview on white background

This text has color #E21804 on white background.



Black color preview on #E21804 background

This text has black color on #E21804 background.


White color preview on #E21804 background

This text has white color on #E21804 background.