Html Css Color HEX #EA0E0C Red

📋 copy color: '#EA0E0C'

red 234 ◦ green 14 ◦ blue 12

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

Shades of Red #EA0E0C

Tints of Red #EA0E0C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 90%
G = 5.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA0E0C (or 0xEA0E0C) is known color: Red. HEX triplet: EA, 0E and 0C. RGB value is (234,14,12). Sum of RGB (Red+Green+Blue) = 234+14+12=260 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0E0C is #15F1F3. Grayscale: #4F4F4F. Windows color (decimal): -1438196 or 790250. OLE color: 790250.

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

Color convert

RGB 234 14 12 -
CMYK 0 0.94 0.95 0.08
HSL 0.54º 0.9% 0.48% -
HSV(B) 0.54º 0.95% 0.92% -
XYZ 34.16 17.83 1.99 -
YUV 79.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 234 14 12 0 0.94 0.95 0.08 0.54 0.9 0.48
Hex EA E C 0 5E 5F 8 1 5A 30
Octal 352 16 14 0 136 137 10 1 132 60
Binary 11101010 1110 1100 0 1011110 1011111 1000 1 1011010 110000

Color Harmonies of #EA0E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0E0C

Black with #EA0E0C

Text Example


Text Example

White with #EA0E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0E0C; }

 p { color: rgb(234,14,12); }

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

background-color css

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

 a { background-color: rgb(234,14,12); }

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

border-color css

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

 span { border-color: rgb(234,14,12); }

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