#E00F14

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

Shades of Fire Engine Red #E00F14

Tints of Fire Engine Red #E00F14

Color information

#E00F14 (or 0xE00F14) is unknown color: approx Fire Engine Red. HEX triplet: E0, 0F and 14. RGB value is (224,15,20). Sum of RGB (Red+Green+Blue) = 224+15+20=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F14 is #1FF0EB. Grayscale: #4E4E4E. Windows color (decimal): -2093292 or 1314784. OLE color: 1314784.

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

Color convert

RGB2241520-
CMYK00.930.910.12
HSL358.56º87.45%46.86%-
HSV(B)358.56º93.3%87.84%-
XYZ31.0416.242.16-
YUV78.0695.24232.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.49%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=86.49%
G=5.79%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224152000.930.910.12358.5687.4546.86
HexE0F1405D5BC167572f
Octal340172401351331454712757
Binary1110000011111010001011101101101111001011001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F14; }

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

 H1.HeaderClassName
 {
   color: #E00F14;
 }
 .AnyTagClassName
 {
   color: #E00F14;
 }
</style>
background-color css

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

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

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

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

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

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