Html Css Color HEX #EA0C12 Fire Engine Red

📋 copy color: '#EA0C12'

red 234 ◦ green 12 ◦ blue 18

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

Shades of Fire Engine Red #EA0C12

Tints of Fire Engine Red #EA0C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 88.64%
G = 4.55%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA0C12 (or 0xEA0C12) is known color: Fire Engine Red. HEX triplet: EA, 0C and 12. RGB value is (234,12,18). Sum of RGB (Red+Green+Blue) = 234+12+18=264 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.64% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0C12 is #15F3ED. Grayscale: #4F4F4F. Windows color (decimal): -1438702 or 1182954. OLE color: 1182954.

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

Color convert

RGB 234 12 18 -
CMYK 0 0.95 0.92 0.08
HSL 358.38º 0.9% 0.48% -
HSV(B) 358.38º 0.95% 0.92% -
XYZ 34.17 17.8 2.21 -
YUV 79.06 93.55 238.51 -
System Red Green Blue C M Y K H S L
Decimal 234 12 18 0 0.95 0.92 0.08 358.38 0.9 0.48
Hex EA C 12 0 5F 5C 8 166 5A 30
Octal 352 14 22 0 137 134 10 546 132 60
Binary 11101010 1100 10010 0 1011111 1011100 1000 101100110 1011010 110000

Color Harmonies of #EA0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C12

Black with #EA0C12

Text Example


Text Example

White with #EA0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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