Shades of Fire Engine Red #E70C22
Tints of Fire Engine Red #E70C22
RGB
CMYK
RGB Variations
Color information
#E70C22 (or 0xE70C22) is known color: Fire Engine Red. HEX triplet: E7, 0C and 22. RGB value is (231,12,34). Sum of RGB (Red+Green+Blue) = 231+12+34=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C22 is #18F3DD. Grayscale: #505050. Windows color (decimal): -1635294 or 2231527. OLE color: 2231527.
HSL color Cylindrical-coordinate representation of color #E70C22: hue angle of 353.97º 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 #E70C22 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 34 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.09 |
| HSL | 353.97º | 0.9% | 0.48% | - |
| HSV(B) | 353.97º | 0.95% | 0.91% | - |
| XYZ | 33.38 | 17.37 | 3.11 | - |
| YUV | 79.99 | 102.05 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 34 | 0 | 0.95 | 0.85 | 0.09 | 353.97 | 0.9 | 0.48 |
| Hex | E7 | C | 22 | 0 | 5F | 55 | 9 | 162 | 5A | 30 |
| Octal | 347 | 14 | 42 | 0 | 137 | 125 | 11 | 542 | 132 | 60 |
| Binary | 11100111 | 1100 | 100010 | 0 | 1011111 | 1010101 | 1001 | 101100010 | 1011010 | 110000 |
Color Harmonies of #E70C22
Complementary color
Monochromatic Colors of #E70C22
Black with #E70C22
Text Example
Text Example
White with #E70C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C22; }
p { color: rgb(231,12,34); }
H1.HeaderClassName
{
color: #E70C22;
}
.AnyTagClassName
{
color: #E70C22;
}
</style>
background-color css
<style>
a { background-color: #E70C22; }
a { background-color: rgb(231,12,34); }
div.DivClassName
{
background-color: #E70C22;
}
.BgClassName
{
background-color: #E70C22;
}
</style>
border-color css
<style>
span { border-color: #E70C22; }
span { border-color: rgb(231,12,34); }
td.TdClassName
{
border-color: #E70C22;
}
.TagClassName
{
border-color: #E70C22;
}
</style>