COLOR #E00900

HEX: #E00900
RGB: (224,9,0)

Color info

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

RGB color model

#E00900 color RGB value is (224,9,0).

  • red value is 224;
  • green value is 9;
  • blue value is 0.
RGB:
(224,9,0)
(88%,4%,0%)

RGB channels and saturation

R 224 of 255 = 88%
G 9 of 255 = 4%
B 0 of 255 = 0%

224
9
0

R + G + B ~ 31%. #E00900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 9 + 0 = 233 (100%)
R 224 of 233 ~ 96.14%
G 9 of 233 ~ 3.86%
B 0 of 233 ~ 0%

%96.14

CMYK color model

#E00900 color CMYK value is (0,96,100,12).

  • cyan value is 0.00%
  • magenta value is 95.98%
  • yellow value is 100.00%
  • key color value is 12.16%
CMYK:
(0,96,100,12)
C0M96Y100K12 
(0%,96%,100%,12%)
(0.00/0.96/1.00/0.12)	

CMYK percentages

%0
%95.98
%100
%12.16

Codes

Color #E00900 in popluar color models

E00900
RGB22490
HSL100.00%43.92%
HSB/HSV100.00%87.84%
CMYK0.00%95.98%100.00%
12.16%

Color #E00900 in popluar number systems.

HEXE00900
Decimal22490
Binary1110000010010
Octal340110

Shades and tints

Shades of #E00900

#E00900
(224,9,0)
#CC0900
(204,9,0)
#B80900
(184,9,0)
#A40900
(164,9,0)
#900900
(144,9,0)
#7C0900
(124,9,0)
#680900
(104,9,0)
#540900
(84,9,0)
#400900
(64,9,0)
#2C0900
(44,9,0)
#180900
(24,9,0)
#000000
(0,0,0)

Tints of #E00900

#E00900
(224,9,0)
#E21F17
(226,31,23)
#E4352E
(228,53,46)
#E64B45
(230,75,69)
#E8615C
(232,97,92)
#EA7773
(234,119,115)
#EC8D8A
(236,141,138)
#EEA3A1
(238,163,161)
#F0B9B8
(240,185,184)
#F2CFCF
(242,207,207)
#F4E5E6
(244,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E00900 color. Also use rgb(224,9,0) instead hex code.

Text Font Color

.myTextColor { color: #E00900; }

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

This text font color is #E00900.


Background Color

.myBgColor { background-color: #E00900; }

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

This div background color is #E00900.


Border color

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

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

This div border color is #E00900.


Opacity

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

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

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

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

This text has shadow with #E00900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E00900 on black background.


Color preview on white background

This text has color #E00900 on white background.



Black color preview on #E00900 background

This text has black color on #E00900 background.


White color preview on #E00900 background

This text has white color on #E00900 background.