Shades of Fire Engine Red #E50F14
Tints of Fire Engine Red #E50F14
RGB
CMYK
RGB Variations
Color information
#E50F14 (or 0xE50F14) is known color: Fire Engine Red. HEX triplet: E5, 0F and 14. RGB value is (229,15,20). Sum of RGB (Red+Green+Blue) = 229+15+20=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50F14 is #1AF0EB. Grayscale: #4F4F4F. Windows color (decimal): -1765612 or 1314789. OLE color: 1314789.
HSL color Cylindrical-coordinate representation of color #E50F14: hue angle of 358.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F14 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 20 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.10 |
| HSL | 358.6º | 0.88% | 0.48% | - |
| HSV(B) | 358.6º | 0.93% | 0.9% | - |
| XYZ | 32.61 | 17.05 | 2.23 | - |
| YUV | 79.56 | 94.4 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 20 | 0 | 0.93 | 0.91 | 0.10 | 358.6 | 0.88 | 0.48 |
| Hex | E5 | F | 14 | 0 | 5D | 5B | A | 167 | 58 | 30 |
| Octal | 345 | 17 | 24 | 0 | 135 | 133 | 12 | 547 | 130 | 60 |
| Binary | 11100101 | 1111 | 10100 | 0 | 1011101 | 1011011 | 1010 | 101100111 | 1011000 | 110000 |
Color Harmonies of #E50F14
Complementary color
Monochromatic Colors of #E50F14
Black with #E50F14
Text Example
Text Example
White with #E50F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F14; }
p { color: rgb(229,15,20); }
H1.HeaderClassName
{
color: #E50F14;
}
.AnyTagClassName
{
color: #E50F14;
}
</style>
background-color css
<style>
a { background-color: #E50F14; }
a { background-color: rgb(229,15,20); }
div.DivClassName
{
background-color: #E50F14;
}
.BgClassName
{
background-color: #E50F14;
}
</style>
border-color css
<style>
span { border-color: #E50F14; }
span { border-color: rgb(229,15,20); }
td.TdClassName
{
border-color: #E50F14;
}
.TagClassName
{
border-color: #E50F14;
}
</style>