Shades of Fire Engine Red #E00A16
Tints of Fire Engine Red #E00A16
RGB
CMYK
RGB Variations
Color information
#E00A16 (or 0xE00A16) is known color: Fire Engine Red. HEX triplet: E0, 0A and 16. RGB value is (224,10,22). Sum of RGB (Red+Green+Blue) = 224+10+22=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00A16 is #1FF5E9. Grayscale: #4B4B4B. Windows color (decimal): -2094570 or 1444576. OLE color: 1444576.
HSL color Cylindrical-coordinate representation of color #E00A16: hue angle of 356.64º 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 #E00A16 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.12 |
| HSL | 356.64º | 0.91% | 0.46% | - |
| HSV(B) | 356.64º | 0.96% | 0.88% | - |
| XYZ | 30.99 | 16.12 | 2.24 | - |
| YUV | 75.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 22 | 0 | 0.96 | 0.90 | 0.12 | 356.64 | 0.91 | 0.46 |
| Hex | E0 | A | 16 | 0 | 60 | 5A | C | 165 | 5B | 2E |
| Octal | 340 | 12 | 26 | 0 | 140 | 132 | 14 | 545 | 133 | 56 |
| Binary | 11100000 | 1010 | 10110 | 0 | 1100000 | 1011010 | 1100 | 101100101 | 1011011 | 101110 |
Color Harmonies of #E00A16
Complementary color
Monochromatic Colors of #E00A16
Black with #E00A16
Text Example
Text Example
White with #E00A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A16; }
p { color: rgb(224,10,22); }
H1.HeaderClassName
{
color: #E00A16;
}
.AnyTagClassName
{
color: #E00A16;
}
</style>
background-color css
<style>
a { background-color: #E00A16; }
a { background-color: rgb(224,10,22); }
div.DivClassName
{
background-color: #E00A16;
}
.BgClassName
{
background-color: #E00A16;
}
</style>
border-color css
<style>
span { border-color: #E00A16; }
span { border-color: rgb(224,10,22); }
td.TdClassName
{
border-color: #E00A16;
}
.TagClassName
{
border-color: #E00A16;
}
</style>