#EA1209

Color #EA1209 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #EA1209

Tints of Red #EA1209

Color information

#EA1209 (or 0xEA1209) is unknown color: approx Red. HEX triplet: EA, 12 and 09. RGB value is (234,18,9). Sum of RGB (Red+Green+Blue) = 234+18+9=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1209 is #15EDF6. Grayscale: #515151. Windows color (decimal): -1437175 or 594666. OLE color: 594666.

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

Color convert

RGB234189-
CMYK00.920.960.08
HSL2.4º92.59%47.65%-
HSV(B)2.4º96.15%91.76%-
XYZ34.217.941.92-
YUV81.5687.06236.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 89.66%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=89.66%
G=6.90%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418900.920.960.082.492.5947.65
HexEA12905C60825d30
Octal3522211013414010213560
Binary111010101001010010101110011000001000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1209; }

 p { color: rgb(234,18,9); }

 H1.HeaderClassName
 {
   color: #EA1209;
 }
 .AnyTagClassName
 {
   color: #EA1209;
 }
</style>
background-color css

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

 a { background-color: rgb(234,18,9); }

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

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

 span { border-color: rgb(234,18,9); }

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