Shades of Fire Engine Red #E70D14
Tints of Fire Engine Red #E70D14
RGB
CMYK
RGB Variations
Color information
#E70D14 (or 0xE70D14) is known color: Fire Engine Red. HEX triplet: E7, 0D and 14. RGB value is (231,13,20). Sum of RGB (Red+Green+Blue) = 231+13+20=264 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.5% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D14 is #18F2EB. Grayscale: #4F4F4F. Windows color (decimal): -1635052 or 1314279. OLE color: 1314279.
HSL color Cylindrical-coordinate representation of color #E70D14: hue angle of 358.07º 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 #E70D14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.09 |
| HSL | 358.07º | 0.89% | 0.48% | - |
| HSV(B) | 358.07º | 0.94% | 0.91% | - |
| XYZ | 33.23 | 17.33 | 2.26 | - |
| YUV | 78.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 20 | 0 | 0.94 | 0.91 | 0.09 | 358.07 | 0.89 | 0.48 |
| Hex | E7 | D | 14 | 0 | 5E | 5B | 9 | 166 | 59 | 30 |
| Octal | 347 | 15 | 24 | 0 | 136 | 133 | 11 | 546 | 131 | 60 |
| Binary | 11100111 | 1101 | 10100 | 0 | 1011110 | 1011011 | 1001 | 101100110 | 1011001 | 110000 |
Color Harmonies of #E70D14
Complementary color
Monochromatic Colors of #E70D14
Black with #E70D14
Text Example
Text Example
White with #E70D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D14; }
p { color: rgb(231,13,20); }
H1.HeaderClassName
{
color: #E70D14;
}
.AnyTagClassName
{
color: #E70D14;
}
</style>
background-color css
<style>
a { background-color: #E70D14; }
a { background-color: rgb(231,13,20); }
div.DivClassName
{
background-color: #E70D14;
}
.BgClassName
{
background-color: #E70D14;
}
</style>
border-color css
<style>
span { border-color: #E70D14; }
span { border-color: rgb(231,13,20); }
td.TdClassName
{
border-color: #E70D14;
}
.TagClassName
{
border-color: #E70D14;
}
</style>