Html Css Color HEX #E00F12 Fire Engine Red

📋 copy color: '#E00F12'

red 224 ◦ green 15 ◦ blue 18

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

Shades of Fire Engine Red #E00F12

Tints of Fire Engine Red #E00F12

RGB

 RED value IS 224 (87.89% from 255) = 87.16%

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 87.16%
G = 5.84%
B = 7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00F12 (or 0xE00F12) is known color: Fire Engine Red. HEX triplet: E0, 0F and 12. RGB value is (224,15,18). Sum of RGB (Red+Green+Blue) = 224+15+18=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F12 is #1FF0ED. Grayscale: #4E4E4E. Windows color (decimal): -2093294 or 1183712. OLE color: 1183712.

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

Color convert

RGB 224 15 18 -
CMYK 0 0.93 0.92 0.12
HSL 359.14º 0.87% 0.47% -
HSV(B) 359.14º 0.93% 0.88% -
XYZ 31.02 16.23 2.07 -
YUV 77.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 224 15 18 0 0.93 0.92 0.12 359.14 0.87 0.47
Hex E0 F 12 0 5D 5C C 167 57 2F
Octal 340 17 22 0 135 134 14 547 127 57
Binary 11100000 1111 10010 0 1011101 1011100 1100 101100111 1010111 101111

Color Harmonies of #E00F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F12

Black with #E00F12

Text Example


Text Example

White with #E00F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F12; }

 p { color: rgb(224,15,18); }

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

background-color css

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

 a { background-color: rgb(224,15,18); }

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

border-color css

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

 span { border-color: rgb(224,15,18); }

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