Shades of Fire Engine Red #E00C14
Tints of Fire Engine Red #E00C14
RGB
CMYK
RGB Variations
Color information
#E00C14 (or 0xE00C14) is known color: Fire Engine Red. HEX triplet: E0, 0C and 14. RGB value is (224,12,20). Sum of RGB (Red+Green+Blue) = 224+12+20=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C14 is #1FF3EB. Grayscale: #4C4C4C. Windows color (decimal): -2094060 or 1314016. OLE color: 1314016.
HSL color Cylindrical-coordinate representation of color #E00C14: hue angle of 357.74º 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 #E00C14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 20 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.12 |
| HSL | 357.74º | 0.9% | 0.46% | - |
| HSV(B) | 357.74º | 0.95% | 0.88% | - |
| XYZ | 31 | 16.16 | 2.15 | - |
| YUV | 76.3 | 96.24 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 20 | 0 | 0.95 | 0.91 | 0.12 | 357.74 | 0.9 | 0.46 |
| Hex | E0 | C | 14 | 0 | 5F | 5B | C | 166 | 5A | 2E |
| Octal | 340 | 14 | 24 | 0 | 137 | 133 | 14 | 546 | 132 | 56 |
| Binary | 11100000 | 1100 | 10100 | 0 | 1011111 | 1011011 | 1100 | 101100110 | 1011010 | 101110 |
Color Harmonies of #E00C14
Complementary color
Monochromatic Colors of #E00C14
Black with #E00C14
Text Example
Text Example
White with #E00C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C14; }
p { color: rgb(224,12,20); }
H1.HeaderClassName
{
color: #E00C14;
}
.AnyTagClassName
{
color: #E00C14;
}
</style>
background-color css
<style>
a { background-color: #E00C14; }
a { background-color: rgb(224,12,20); }
div.DivClassName
{
background-color: #E00C14;
}
.BgClassName
{
background-color: #E00C14;
}
</style>
border-color css
<style>
span { border-color: #E00C14; }
span { border-color: rgb(224,12,20); }
td.TdClassName
{
border-color: #E00C14;
}
.TagClassName
{
border-color: #E00C14;
}
</style>