Shades of Fire Engine Red #E70C10
Tints of Fire Engine Red #E70C10
RGB
CMYK
RGB Variations
Color information
#E70C10 (or 0xE70C10) is known color: Fire Engine Red. HEX triplet: E7, 0C and 10. RGB value is (231,12,16). Sum of RGB (Red+Green+Blue) = 231+12+16=259 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.19% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C10 is #18F3EF. Grayscale: #4E4E4E. Windows color (decimal): -1635312 or 1051879. OLE color: 1051879.
HSL color Cylindrical-coordinate representation of color #E70C10: hue angle of 358.9º 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 #E70C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.09 |
| HSL | 358.9º | 0.9% | 0.48% | - |
| HSV(B) | 358.9º | 0.95% | 0.91% | - |
| XYZ | 33.18 | 17.29 | 2.08 | - |
| YUV | 77.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 16 | 0 | 0.95 | 0.93 | 0.09 | 358.9 | 0.9 | 0.48 |
| Hex | E7 | C | 10 | 0 | 5F | 5D | 9 | 167 | 5A | 30 |
| Octal | 347 | 14 | 20 | 0 | 137 | 135 | 11 | 547 | 132 | 60 |
| Binary | 11100111 | 1100 | 10000 | 0 | 1011111 | 1011101 | 1001 | 101100111 | 1011010 | 110000 |
Color Harmonies of #E70C10
Complementary color
Monochromatic Colors of #E70C10
Black with #E70C10
Text Example
Text Example
White with #E70C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C10; }
p { color: rgb(231,12,16); }
H1.HeaderClassName
{
color: #E70C10;
}
.AnyTagClassName
{
color: #E70C10;
}
</style>
background-color css
<style>
a { background-color: #E70C10; }
a { background-color: rgb(231,12,16); }
div.DivClassName
{
background-color: #E70C10;
}
.BgClassName
{
background-color: #E70C10;
}
</style>
border-color css
<style>
span { border-color: #E70C10; }
span { border-color: rgb(231,12,16); }
td.TdClassName
{
border-color: #E70C10;
}
.TagClassName
{
border-color: #E70C10;
}
</style>