Shades of Fire Engine Red #E70F14
Tints of Fire Engine Red #E70F14
RGB
CMYK
RGB Variations
Color information
#E70F14 (or 0xE70F14) is known color: Fire Engine Red. HEX triplet: E7, 0F and 14. RGB value is (231,15,20). Sum of RGB (Red+Green+Blue) = 231+15+20=266 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.84% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F14 is #18F0EB. Grayscale: #505050. Windows color (decimal): -1634540 or 1314791. OLE color: 1314791.
HSL color Cylindrical-coordinate representation of color #E70F14: hue angle of 358.61º degrees, saturation: 0.88, 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 #E70F14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.09 |
| HSL | 358.61º | 0.88% | 0.48% | - |
| HSV(B) | 358.61º | 0.94% | 0.91% | - |
| XYZ | 33.25 | 17.38 | 2.26 | - |
| YUV | 80.15 | 94.06 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 20 | 0 | 0.94 | 0.91 | 0.09 | 358.61 | 0.88 | 0.48 |
| Hex | E7 | F | 14 | 0 | 5E | 5B | 9 | 167 | 58 | 30 |
| Octal | 347 | 17 | 24 | 0 | 136 | 133 | 11 | 547 | 130 | 60 |
| Binary | 11100111 | 1111 | 10100 | 0 | 1011110 | 1011011 | 1001 | 101100111 | 1011000 | 110000 |
Color Harmonies of #E70F14
Complementary color
Monochromatic Colors of #E70F14
Black with #E70F14
Text Example
Text Example
White with #E70F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F14; }
p { color: rgb(231,15,20); }
H1.HeaderClassName
{
color: #E70F14;
}
.AnyTagClassName
{
color: #E70F14;
}
</style>
background-color css
<style>
a { background-color: #E70F14; }
a { background-color: rgb(231,15,20); }
div.DivClassName
{
background-color: #E70F14;
}
.BgClassName
{
background-color: #E70F14;
}
</style>
border-color css
<style>
span { border-color: #E70F14; }
span { border-color: rgb(231,15,20); }
td.TdClassName
{
border-color: #E70F14;
}
.TagClassName
{
border-color: #E70F14;
}
</style>