Shades of Fire Engine Red #E00A17
Tints of Fire Engine Red #E00A17
RGB
CMYK
RGB Variations
Color information
#E00A17 (or 0xE00A17) is known color: Fire Engine Red. HEX triplet: E0, 0A and 17. RGB value is (224,10,23). Sum of RGB (Red+Green+Blue) = 224+10+23=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A17 is #1FF5E8. Grayscale: #4B4B4B. Windows color (decimal): -2094569 or 1510112. OLE color: 1510112.
HSL color Cylindrical-coordinate representation of color #E00A17: hue angle of 356.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A17 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 23 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.12 |
| HSL | 356.36º | 0.91% | 0.46% | - |
| HSV(B) | 356.36º | 0.96% | 0.88% | - |
| XYZ | 31 | 16.13 | 2.29 | - |
| YUV | 75.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 23 | 0 | 0.96 | 0.90 | 0.12 | 356.36 | 0.91 | 0.46 |
| Hex | E0 | A | 17 | 0 | 60 | 5A | C | 164 | 5B | 2E |
| Octal | 340 | 12 | 27 | 0 | 140 | 132 | 14 | 544 | 133 | 56 |
| Binary | 11100000 | 1010 | 10111 | 0 | 1100000 | 1011010 | 1100 | 101100100 | 1011011 | 101110 |
Color Harmonies of #E00A17
Complementary color
Monochromatic Colors of #E00A17
Black with #E00A17
Text Example
Text Example
White with #E00A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A17; }
p { color: rgb(224,10,23); }
H1.HeaderClassName
{
color: #E00A17;
}
.AnyTagClassName
{
color: #E00A17;
}
</style>
background-color css
<style>
a { background-color: #E00A17; }
a { background-color: rgb(224,10,23); }
div.DivClassName
{
background-color: #E00A17;
}
.BgClassName
{
background-color: #E00A17;
}
</style>
border-color css
<style>
span { border-color: #E00A17; }
span { border-color: rgb(224,10,23); }
td.TdClassName
{
border-color: #E00A17;
}
.TagClassName
{
border-color: #E00A17;
}
</style>