Shades of Fire Engine Red #E70C14
Tints of Fire Engine Red #E70C14
RGB
CMYK
RGB Variations
Color information
#E70C14 (or 0xE70C14) is known color: Fire Engine Red. HEX triplet: E7, 0C and 14. RGB value is (231,12,20). Sum of RGB (Red+Green+Blue) = 231+12+20=263 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.83% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C14 is #18F3EB. Grayscale: #4E4E4E. Windows color (decimal): -1635308 or 1314023. OLE color: 1314023.
HSL color Cylindrical-coordinate representation of color #E70C14: hue angle of 357.81º 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 #E70C14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 20 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.09 |
| HSL | 357.81º | 0.9% | 0.48% | - |
| HSV(B) | 357.81º | 0.95% | 0.91% | - |
| XYZ | 33.21 | 17.3 | 2.25 | - |
| YUV | 78.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 20 | 0 | 0.95 | 0.91 | 0.09 | 357.81 | 0.9 | 0.48 |
| Hex | E7 | C | 14 | 0 | 5F | 5B | 9 | 166 | 5A | 30 |
| Octal | 347 | 14 | 24 | 0 | 137 | 133 | 11 | 546 | 132 | 60 |
| Binary | 11100111 | 1100 | 10100 | 0 | 1011111 | 1011011 | 1001 | 101100110 | 1011010 | 110000 |
Color Harmonies of #E70C14
Complementary color
Monochromatic Colors of #E70C14
Black with #E70C14
Text Example
Text Example
White with #E70C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C14; }
p { color: rgb(231,12,20); }
H1.HeaderClassName
{
color: #E70C14;
}
.AnyTagClassName
{
color: #E70C14;
}
</style>
background-color css
<style>
a { background-color: #E70C14; }
a { background-color: rgb(231,12,20); }
div.DivClassName
{
background-color: #E70C14;
}
.BgClassName
{
background-color: #E70C14;
}
</style>
border-color css
<style>
span { border-color: #E70C14; }
span { border-color: rgb(231,12,20); }
td.TdClassName
{
border-color: #E70C14;
}
.TagClassName
{
border-color: #E70C14;
}
</style>