Shades of Fire Engine Red #E00C16
Tints of Fire Engine Red #E00C16
RGB
CMYK
RGB Variations
Color information
#E00C16 (or 0xE00C16) is known color: Fire Engine Red. HEX triplet: E0, 0C and 16. RGB value is (224,12,22). Sum of RGB (Red+Green+Blue) = 224+12+22=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C16 is #1FF3E9. Grayscale: #4C4C4C. Windows color (decimal): -2094058 or 1445088. OLE color: 1445088.
HSL color Cylindrical-coordinate representation of color #E00C16: hue angle of 357.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 22 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.12 |
| HSL | 357.17º | 0.9% | 0.46% | - |
| HSV(B) | 357.17º | 0.95% | 0.88% | - |
| XYZ | 31.02 | 16.17 | 2.25 | - |
| YUV | 76.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 22 | 0 | 0.95 | 0.90 | 0.12 | 357.17 | 0.9 | 0.46 |
| Hex | E0 | C | 16 | 0 | 5F | 5A | C | 165 | 5A | 2E |
| Octal | 340 | 14 | 26 | 0 | 137 | 132 | 14 | 545 | 132 | 56 |
| Binary | 11100000 | 1100 | 10110 | 0 | 1011111 | 1011010 | 1100 | 101100101 | 1011010 | 101110 |
Color Harmonies of #E00C16
Complementary color
Monochromatic Colors of #E00C16
Black with #E00C16
Text Example
Text Example
White with #E00C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C16; }
p { color: rgb(224,12,22); }
H1.HeaderClassName
{
color: #E00C16;
}
.AnyTagClassName
{
color: #E00C16;
}
</style>
background-color css
<style>
a { background-color: #E00C16; }
a { background-color: rgb(224,12,22); }
div.DivClassName
{
background-color: #E00C16;
}
.BgClassName
{
background-color: #E00C16;
}
</style>
border-color css
<style>
span { border-color: #E00C16; }
span { border-color: rgb(224,12,22); }
td.TdClassName
{
border-color: #E00C16;
}
.TagClassName
{
border-color: #E00C16;
}
</style>