Shades of Fire Engine Red #E10D19
Tints of Fire Engine Red #E10D19
RGB
CMYK
RGB Variations
Color information
#E10D19 (or 0xE10D19) is known color: Fire Engine Red. HEX triplet: E1, 0D and 19. RGB value is (225,13,25). Sum of RGB (Red+Green+Blue) = 225+13+25=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D19 is #1EF2E6. Grayscale: #4D4D4D. Windows color (decimal): -2028263 or 1641953. OLE color: 1641953.
HSL color Cylindrical-coordinate representation of color #E10D19: hue angle of 356.6º 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 #E10D19 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.12 |
| HSL | 356.6º | 0.89% | 0.47% | - |
| HSV(B) | 356.6º | 0.94% | 0.88% | - |
| XYZ | 31.37 | 16.37 | 2.43 | - |
| YUV | 77.76 | 98.24 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 25 | 0 | 0.94 | 0.89 | 0.12 | 356.6 | 0.89 | 0.47 |
| Hex | E1 | D | 19 | 0 | 5E | 59 | C | 165 | 59 | 2F |
| Octal | 341 | 15 | 31 | 0 | 136 | 131 | 14 | 545 | 131 | 57 |
| Binary | 11100001 | 1101 | 11001 | 0 | 1011110 | 1011001 | 1100 | 101100101 | 1011001 | 101111 |
Color Harmonies of #E10D19
Complementary color
Monochromatic Colors of #E10D19
Black with #E10D19
Text Example
Text Example
White with #E10D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10D19; }
p { color: rgb(225,13,25); }
H1.HeaderClassName
{
color: #E10D19;
}
.AnyTagClassName
{
color: #E10D19;
}
</style>
background-color css
<style>
a { background-color: #E10D19; }
a { background-color: rgb(225,13,25); }
div.DivClassName
{
background-color: #E10D19;
}
.BgClassName
{
background-color: #E10D19;
}
</style>
border-color css
<style>
span { border-color: #E10D19; }
span { border-color: rgb(225,13,25); }
td.TdClassName
{
border-color: #E10D19;
}
.TagClassName
{
border-color: #E10D19;
}
</style>