Shades of Fire Engine Red #E00E11
Tints of Fire Engine Red #E00E11
RGB
CMYK
RGB Variations
Color information
#E00E11 (or 0xE00E11) is known color: Fire Engine Red. HEX triplet: E0, 0E and 11. RGB value is (224,14,17). Sum of RGB (Red+Green+Blue) = 224+14+17=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00E11 is #1FF1EE. Grayscale: #4D4D4D. Windows color (decimal): -2093551 or 1117920. OLE color: 1117920.
HSL color Cylindrical-coordinate representation of color #E00E11: hue angle of 359.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00E11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.12 |
| HSL | 359.14º | 0.88% | 0.47% | - |
| HSV(B) | 359.14º | 0.94% | 0.88% | - |
| XYZ | 31 | 16.2 | 2.02 | - |
| YUV | 77.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 17 | 0 | 0.94 | 0.92 | 0.12 | 359.14 | 0.88 | 0.47 |
| Hex | E0 | E | 11 | 0 | 5E | 5C | C | 167 | 58 | 2F |
| Octal | 340 | 16 | 21 | 0 | 136 | 134 | 14 | 547 | 130 | 57 |
| Binary | 11100000 | 1110 | 10001 | 0 | 1011110 | 1011100 | 1100 | 101100111 | 1011000 | 101111 |
Color Harmonies of #E00E11
Complementary color
Monochromatic Colors of #E00E11
Black with #E00E11
Text Example
Text Example
White with #E00E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00E11; }
p { color: rgb(224,14,17); }
H1.HeaderClassName
{
color: #E00E11;
}
.AnyTagClassName
{
color: #E00E11;
}
</style>
background-color css
<style>
a { background-color: #E00E11; }
a { background-color: rgb(224,14,17); }
div.DivClassName
{
background-color: #E00E11;
}
.BgClassName
{
background-color: #E00E11;
}
</style>
border-color css
<style>
span { border-color: #E00E11; }
span { border-color: rgb(224,14,17); }
td.TdClassName
{
border-color: #E00E11;
}
.TagClassName
{
border-color: #E00E11;
}
</style>