Shades of Fire Engine Red #E70C11
Tints of Fire Engine Red #E70C11
RGB
CMYK
RGB Variations
Color information
#E70C11 (or 0xE70C11) is known color: Fire Engine Red. HEX triplet: E7, 0C and 11. RGB value is (231,12,17). Sum of RGB (Red+Green+Blue) = 231+12+17=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C11 is #18F3EE. Grayscale: #4E4E4E. Windows color (decimal): -1635311 or 1117415. OLE color: 1117415.
HSL color Cylindrical-coordinate representation of color #E70C11: hue angle of 358.63º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 17 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.09 |
| HSL | 358.63º | 0.9% | 0.48% | - |
| HSV(B) | 358.63º | 0.95% | 0.91% | - |
| XYZ | 33.19 | 17.29 | 2.12 | - |
| YUV | 78.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 17 | 0 | 0.95 | 0.93 | 0.09 | 358.63 | 0.9 | 0.48 |
| Hex | E7 | C | 11 | 0 | 5F | 5D | 9 | 167 | 5A | 30 |
| Octal | 347 | 14 | 21 | 0 | 137 | 135 | 11 | 547 | 132 | 60 |
| Binary | 11100111 | 1100 | 10001 | 0 | 1011111 | 1011101 | 1001 | 101100111 | 1011010 | 110000 |
Color Harmonies of #E70C11
Complementary color
Monochromatic Colors of #E70C11
Black with #E70C11
Text Example
Text Example
White with #E70C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C11; }
p { color: rgb(231,12,17); }
H1.HeaderClassName
{
color: #E70C11;
}
.AnyTagClassName
{
color: #E70C11;
}
</style>
background-color css
<style>
a { background-color: #E70C11; }
a { background-color: rgb(231,12,17); }
div.DivClassName
{
background-color: #E70C11;
}
.BgClassName
{
background-color: #E70C11;
}
</style>
border-color css
<style>
span { border-color: #E70C11; }
span { border-color: rgb(231,12,17); }
td.TdClassName
{
border-color: #E70C11;
}
.TagClassName
{
border-color: #E70C11;
}
</style>