Html Css Color HEX #EA1009 Red

📋 copy color: '#EA1009'

red 234 ◦ green 16 ◦ blue 9

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

Shades of Red #EA1009

Tints of Red #EA1009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 90.35%
G = 6.18%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA1009 (or 0xEA1009) is known color: Red. HEX triplet: EA, 10 and 09. RGB value is (234,16,9). Sum of RGB (Red+Green+Blue) = 234+16+9=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1009 is #15EFF6. Grayscale: #505050. Windows color (decimal): -1437687 or 594154. OLE color: 594154.

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

Color convert

RGB 234 16 9 -
CMYK 0 0.93 0.96 0.08
HSL 1.87º 0.93% 0.48% -
HSV(B) 1.87º 0.96% 0.92% -
XYZ 34.17 17.88 1.91 -
YUV 80.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 234 16 9 0 0.93 0.96 0.08 1.87 0.93 0.48
Hex EA 10 9 0 5D 60 8 2 5D 30
Octal 352 20 11 0 135 140 10 2 135 60
Binary 11101010 10000 1001 0 1011101 1100000 1000 10 1011101 110000

Color Harmonies of #EA1009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1009

Black with #EA1009

Text Example


Text Example

White with #EA1009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1009; }

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

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

background-color css

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

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

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

border-color css

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

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

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