#E00F12

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

Shades of Fire Engine Red #E00F12

Tints of Fire Engine Red #E00F12

Color information

#E00F12 (or 0xE00F12) is unknown color: approx 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

RGB2241518-
CMYK00.930.920.12
HSL359.14º87.45%46.86%-
HSV(B)359.14º93.3%87.84%-
XYZ31.0216.232.07-
YUV77.8394.24232.26-

RGB Variations

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

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.00%
R=87.16%
G=5.84%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224151800.930.920.12359.1487.4546.86
HexE0F1205D5CC167572f
Octal340172201351341454712757
Binary1110000011111001001011101101110011001011001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>