Shades of Fire Engine Red #E70E13
Tints of Fire Engine Red #E70E13
RGB
CMYK
RGB Variations
Color information
#E70E13 (or 0xE70E13) is known color: Fire Engine Red. HEX triplet: E7, 0E and 13. RGB value is (231,14,19). Sum of RGB (Red+Green+Blue) = 231+14+19=264 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.5% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70E13 is #18F1EC. Grayscale: #4F4F4F. Windows color (decimal): -1634797 or 1248999. OLE color: 1248999.
HSL color Cylindrical-coordinate representation of color #E70E13: hue angle of 358.62º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.09 |
| HSL | 358.62º | 0.89% | 0.48% | - |
| HSV(B) | 358.62º | 0.94% | 0.91% | - |
| XYZ | 33.23 | 17.35 | 2.21 | - |
| YUV | 79.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 19 | 0 | 0.94 | 0.92 | 0.09 | 358.62 | 0.89 | 0.48 |
| Hex | E7 | E | 13 | 0 | 5E | 5C | 9 | 167 | 59 | 30 |
| Octal | 347 | 16 | 23 | 0 | 136 | 134 | 11 | 547 | 131 | 60 |
| Binary | 11100111 | 1110 | 10011 | 0 | 1011110 | 1011100 | 1001 | 101100111 | 1011001 | 110000 |
Color Harmonies of #E70E13
Complementary color
Monochromatic Colors of #E70E13
Black with #E70E13
Text Example
Text Example
White with #E70E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E13; }
p { color: rgb(231,14,19); }
H1.HeaderClassName
{
color: #E70E13;
}
.AnyTagClassName
{
color: #E70E13;
}
</style>
background-color css
<style>
a { background-color: #E70E13; }
a { background-color: rgb(231,14,19); }
div.DivClassName
{
background-color: #E70E13;
}
.BgClassName
{
background-color: #E70E13;
}
</style>
border-color css
<style>
span { border-color: #E70E13; }
span { border-color: rgb(231,14,19); }
td.TdClassName
{
border-color: #E70E13;
}
.TagClassName
{
border-color: #E70E13;
}
</style>