Shades of Fire Engine Red #E10A16
Tints of Fire Engine Red #E10A16
RGB
CMYK
RGB Variations
Color information
#E10A16 (or 0xE10A16) is known color: Fire Engine Red. HEX triplet: E1, 0A and 16. RGB value is (225,10,22). Sum of RGB (Red+Green+Blue) = 225+10+22=257 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.55% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A16 is #1EF5E9. Grayscale: #4B4B4B. Windows color (decimal): -2029034 or 1444577. OLE color: 1444577.
HSL color Cylindrical-coordinate representation of color #E10A16: hue angle of 356.65º 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 #E10A16 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.12 |
| HSL | 356.65º | 0.91% | 0.46% | - |
| HSV(B) | 356.65º | 0.96% | 0.88% | - |
| XYZ | 31.3 | 16.28 | 2.25 | - |
| YUV | 75.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 22 | 0 | 0.96 | 0.90 | 0.12 | 356.65 | 0.91 | 0.46 |
| Hex | E1 | A | 16 | 0 | 60 | 5A | C | 165 | 5B | 2E |
| Octal | 341 | 12 | 26 | 0 | 140 | 132 | 14 | 545 | 133 | 56 |
| Binary | 11100001 | 1010 | 10110 | 0 | 1100000 | 1011010 | 1100 | 101100101 | 1011011 | 101110 |
Color Harmonies of #E10A16
Complementary color
Monochromatic Colors of #E10A16
Black with #E10A16
Text Example
Text Example
White with #E10A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A16; }
p { color: rgb(225,10,22); }
H1.HeaderClassName
{
color: #E10A16;
}
.AnyTagClassName
{
color: #E10A16;
}
</style>
background-color css
<style>
a { background-color: #E10A16; }
a { background-color: rgb(225,10,22); }
div.DivClassName
{
background-color: #E10A16;
}
.BgClassName
{
background-color: #E10A16;
}
</style>
border-color css
<style>
span { border-color: #E10A16; }
span { border-color: rgb(225,10,22); }
td.TdClassName
{
border-color: #E10A16;
}
.TagClassName
{
border-color: #E10A16;
}
</style>