Html Css Color HEX #EA1008 Red

📋 copy color: '#EA1008'

red 234 ◦ green 16 ◦ blue 8

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

Shades of Red #EA1008

Tints of Red #EA1008

RGB

 RED value IS 234 (91.8% from 255) = 90.7%

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 90.7%
G = 6.2%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1008 (or 0xEA1008) is known color: Red. HEX triplet: EA, 10 and 08. RGB value is (234,16,8). Sum of RGB (Red+Green+Blue) = 234+16+8=258 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.70% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1008 is #15EFF7. Grayscale: #505050. Windows color (decimal): -1437688 or 528618. OLE color: 528618.

HSL color Cylindrical-coordinate representation of color #EA1008: hue angle of 2.12º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA1008 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 8 -
CMYK 0 0.93 0.97 0.08
HSL 2.12º 0.93% 0.47% -
HSV(B) 2.12º 0.97% 0.92% -
XYZ 34.16 17.88 1.88 -
YUV 80.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 234 16 8 0 0.93 0.97 0.08 2.12 0.93 0.47
Hex EA 10 8 0 5D 61 8 2 5D 2F
Octal 352 20 10 0 135 141 10 2 135 57
Binary 11101010 10000 1000 0 1011101 1100001 1000 10 1011101 101111

Color Harmonies of #EA1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1008

Black with #EA1008

Text Example


Text Example

White with #EA1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1008; }

 p { color: rgb(234,16,8); }

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

background-color css

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

 a { background-color: rgb(234,16,8); }

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

border-color css

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

 span { border-color: rgb(234,16,8); }

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