Shades of Fire Engine Red #E00C13
Tints of Fire Engine Red #E00C13
RGB
CMYK
RGB Variations
Color information
#E00C13 (or 0xE00C13) is known color: Fire Engine Red. HEX triplet: E0, 0C and 13. RGB value is (224,12,19). Sum of RGB (Red+Green+Blue) = 224+12+19=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00C13 is #1FF3EC. Grayscale: #4C4C4C. Windows color (decimal): -2094061 or 1248480. OLE color: 1248480.
HSL color Cylindrical-coordinate representation of color #E00C13: hue angle of 358.02º 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 #E00C13 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 19 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.12 |
| HSL | 358.02º | 0.9% | 0.46% | - |
| HSV(B) | 358.02º | 0.95% | 0.88% | - |
| XYZ | 30.99 | 16.16 | 2.1 | - |
| YUV | 76.19 | 95.74 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 19 | 0 | 0.95 | 0.92 | 0.12 | 358.02 | 0.9 | 0.46 |
| Hex | E0 | C | 13 | 0 | 5F | 5C | C | 166 | 5A | 2E |
| Octal | 340 | 14 | 23 | 0 | 137 | 134 | 14 | 546 | 132 | 56 |
| Binary | 11100000 | 1100 | 10011 | 0 | 1011111 | 1011100 | 1100 | 101100110 | 1011010 | 101110 |
Color Harmonies of #E00C13
Complementary color
Monochromatic Colors of #E00C13
Black with #E00C13
Text Example
Text Example
White with #E00C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C13; }
p { color: rgb(224,12,19); }
H1.HeaderClassName
{
color: #E00C13;
}
.AnyTagClassName
{
color: #E00C13;
}
</style>
background-color css
<style>
a { background-color: #E00C13; }
a { background-color: rgb(224,12,19); }
div.DivClassName
{
background-color: #E00C13;
}
.BgClassName
{
background-color: #E00C13;
}
</style>
border-color css
<style>
span { border-color: #E00C13; }
span { border-color: rgb(224,12,19); }
td.TdClassName
{
border-color: #E00C13;
}
.TagClassName
{
border-color: #E00C13;
}
</style>