Shades of Fire Engine Red #E50A16
Tints of Fire Engine Red #E50A16
RGB
CMYK
RGB Variations
Color information
#E50A16 (or 0xE50A16) is known color: Fire Engine Red. HEX triplet: E5, 0A and 16. RGB value is (229,10,22). Sum of RGB (Red+Green+Blue) = 229+10+22=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50A16 is #1AF5E9. Grayscale: #4D4D4D. Windows color (decimal): -1766890 or 1444581. OLE color: 1444581.
HSL color Cylindrical-coordinate representation of color #E50A16: hue angle of 356.71º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A16 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.10 |
| HSL | 356.71º | 0.92% | 0.47% | - |
| HSV(B) | 356.71º | 0.96% | 0.9% | - |
| XYZ | 32.57 | 16.93 | 2.31 | - |
| YUV | 76.85 | 97.05 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 22 | 0 | 0.96 | 0.90 | 0.10 | 356.71 | 0.92 | 0.47 |
| Hex | E5 | A | 16 | 0 | 60 | 5A | A | 165 | 5C | 2F |
| Octal | 345 | 12 | 26 | 0 | 140 | 132 | 12 | 545 | 134 | 57 |
| Binary | 11100101 | 1010 | 10110 | 0 | 1100000 | 1011010 | 1010 | 101100101 | 1011100 | 101111 |
Color Harmonies of #E50A16
Complementary color
Monochromatic Colors of #E50A16
Black with #E50A16
Text Example
Text Example
White with #E50A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A16; }
p { color: rgb(229,10,22); }
H1.HeaderClassName
{
color: #E50A16;
}
.AnyTagClassName
{
color: #E50A16;
}
</style>
background-color css
<style>
a { background-color: #E50A16; }
a { background-color: rgb(229,10,22); }
div.DivClassName
{
background-color: #E50A16;
}
.BgClassName
{
background-color: #E50A16;
}
</style>
border-color css
<style>
span { border-color: #E50A16; }
span { border-color: rgb(229,10,22); }
td.TdClassName
{
border-color: #E50A16;
}
.TagClassName
{
border-color: #E50A16;
}
</style>