Shades of Fire Engine Red #E00F14
Tints of Fire Engine Red #E00F14
RGB
CMYK
RGB Variations
Color information
#E00F14 (or 0xE00F14) is known color: 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
| RGB | 224 | 15 | 20 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.12 |
| HSL | 358.56º | 0.87% | 0.47% | - |
| HSV(B) | 358.56º | 0.93% | 0.88% | - |
| XYZ | 31.04 | 16.24 | 2.16 | - |
| YUV | 78.06 | 95.24 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 20 | 0 | 0.93 | 0.91 | 0.12 | 358.56 | 0.87 | 0.47 |
| Hex | E0 | F | 14 | 0 | 5D | 5B | C | 167 | 57 | 2F |
| Octal | 340 | 17 | 24 | 0 | 135 | 133 | 14 | 547 | 127 | 57 |
| Binary | 11100000 | 1111 | 10100 | 0 | 1011101 | 1011011 | 1100 | 101100111 | 1010111 | 101111 |
Color Harmonies of #E00F14
Complementary color
Monochromatic Colors of #E00F14
Black with #E00F14
Text Example
Text Example
White with #E00F14
Text Example
Text Example
HTML Codes & Css Web 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>