Shades of Fire Engine Red #E10D17
Tints of Fire Engine Red #E10D17
RGB
CMYK
RGB Variations
Color information
#E10D17 (or 0xE10D17) is known color: Fire Engine Red. HEX triplet: E1, 0D and 17. RGB value is (225,13,23). Sum of RGB (Red+Green+Blue) = 225+13+23=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D17 is #1EF2E8. Grayscale: #4D4D4D. Windows color (decimal): -2028265 or 1510881. OLE color: 1510881.
HSL color Cylindrical-coordinate representation of color #E10D17: hue angle of 357.17º degrees, saturation: 0.89, 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 #E10D17 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 23 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.12 |
| HSL | 357.17º | 0.89% | 0.47% | - |
| HSV(B) | 357.17º | 0.94% | 0.88% | - |
| XYZ | 31.35 | 16.36 | 2.32 | - |
| YUV | 77.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 23 | 0 | 0.94 | 0.90 | 0.12 | 357.17 | 0.89 | 0.47 |
| Hex | E1 | D | 17 | 0 | 5E | 5A | C | 165 | 59 | 2F |
| Octal | 341 | 15 | 27 | 0 | 136 | 132 | 14 | 545 | 131 | 57 |
| Binary | 11100001 | 1101 | 10111 | 0 | 1011110 | 1011010 | 1100 | 101100101 | 1011001 | 101111 |
Color Harmonies of #E10D17
Complementary color
Monochromatic Colors of #E10D17
Black with #E10D17
Text Example
Text Example
White with #E10D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D17; }
p { color: rgb(225,13,23); }
H1.HeaderClassName
{
color: #E10D17;
}
.AnyTagClassName
{
color: #E10D17;
}
</style>
background-color css
<style>
a { background-color: #E10D17; }
a { background-color: rgb(225,13,23); }
div.DivClassName
{
background-color: #E10D17;
}
.BgClassName
{
background-color: #E10D17;
}
</style>
border-color css
<style>
span { border-color: #E10D17; }
span { border-color: rgb(225,13,23); }
td.TdClassName
{
border-color: #E10D17;
}
.TagClassName
{
border-color: #E10D17;
}
</style>