Html Css Color HEX #E00904 Red

📋 copy color: '#E00904'

red 224 ◦ green 9 ◦ blue 4

#E00904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #E00904

Tints of Red #E00904

RGB

 RED value IS 224 (87.89% from 255) = 94.51%

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 94.51%
G = 3.8%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E00904 (or 0xE00904) is known color: Red. HEX triplet: E0, 09 and 04. RGB value is (224,9,4). Sum of RGB (Red+Green+Blue) = 224+9+4=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00904 is #1FF6FB. Grayscale: #484848. Windows color (decimal): -2094844 or 264672. OLE color: 264672.

HSL color Cylindrical-coordinate representation of color #E00904: hue angle of 1.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 4 -
CMYK 0 0.96 0.98 0.12
HSL 1.36º 0.96% 0.45% -
HSV(B) 1.36º 0.98% 0.88% -
XYZ 30.86 16.05 1.59 -
YUV 72.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 224 9 4 0 0.96 0.98 0.12 1.36 0.96 0.45
Hex E0 9 4 0 60 62 C 1 60 2D
Octal 340 11 4 0 140 142 14 1 140 55
Binary 11100000 1001 100 0 1100000 1100010 1100 1 1100000 101101

Color Harmonies of #E00904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00904

Black with #E00904

Text Example


Text Example

White with #E00904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00904; }

 p { color: rgb(224,9,4); }

 H1.HeaderClassName
 {
   color: #E00904;
 }
 .AnyTagClassName
 {
   color: #E00904;
 }
</style>

background-color css

<style>
 a { background-color: #E00904; }

 a { background-color: rgb(224,9,4); }

 div.DivClassName
 {
   background-color: #E00904;
 }
 .BgClassName
 {
   background-color: #E00904;
 }
</style>

border-color css

<style>
 span { border-color: #E00904; }

 span { border-color: rgb(224,9,4); }

 td.TdClassName
 {
   border-color: #E00904;
 }
 .TagClassName
 {
   border-color: #E00904;
 }
</style>