Html Css Color HEX #E00804 Red

📋 copy color: '#E00804'

red 224 ◦ green 8 ◦ blue 4

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

Shades of Red #E00804

Tints of Red #E00804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 94.92%
G = 3.39%
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

#E00804 (or 0xE00804) is known color: Red. HEX triplet: E0, 08 and 04. RGB value is (224,8,4). Sum of RGB (Red+Green+Blue) = 224+8+4=236 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.92% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 224 - color contains mainly: red. Hex color #E00804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00804 is #1FF7FB. Grayscale: #484848. Windows color (decimal): -2095100 or 264416. OLE color: 264416.

HSL color Cylindrical-coordinate representation of color #E00804: hue angle of 1.09º 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 #E00804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 4 -
CMYK 0 0.96 0.98 0.12
HSL 1.09º 0.96% 0.45% -
HSV(B) 1.09º 0.98% 0.88% -
XYZ 30.85 16.03 1.58 -
YUV 72.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 224 8 4 0 0.96 0.98 0.12 1.09 0.96 0.45
Hex E0 8 4 0 60 62 C 1 60 2D
Octal 340 10 4 0 140 142 14 1 140 55
Binary 11100000 1000 100 0 1100000 1100010 1100 1 1100000 101101

Color Harmonies of #E00804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00804

Black with #E00804

Text Example


Text Example

White with #E00804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00804; }

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

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

background-color css

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

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

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

border-color css

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

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

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