Shades of Fire Engine Red #E11119
Tints of Fire Engine Red #E11119
RGB
CMYK
RGB Variations
Color information
#E11119 (or 0xE11119) is known color: Fire Engine Red. HEX triplet: E1, 11 and 19. RGB value is (225,17,25). Sum of RGB (Red+Green+Blue) = 225+17+25=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E11119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11119 is #1EEEE6. Grayscale: #505050. Windows color (decimal): -2027239 or 1642977. OLE color: 1642977.
HSL color Cylindrical-coordinate representation of color #E11119: hue angle of 357.69º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11119 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.12 |
| HSL | 357.69º | 0.86% | 0.47% | - |
| HSV(B) | 357.69º | 0.92% | 0.88% | - |
| XYZ | 31.43 | 16.48 | 2.44 | - |
| YUV | 80.1 | 96.91 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 25 | 0 | 0.92 | 0.89 | 0.12 | 357.69 | 0.86 | 0.47 |
| Hex | E1 | 11 | 19 | 0 | 5C | 59 | C | 166 | 56 | 2F |
| Octal | 341 | 21 | 31 | 0 | 134 | 131 | 14 | 546 | 126 | 57 |
| Binary | 11100001 | 10001 | 11001 | 0 | 1011100 | 1011001 | 1100 | 101100110 | 1010110 | 101111 |
Color Harmonies of #E11119
Complementary color
Monochromatic Colors of #E11119
Black with #E11119
Text Example
Text Example
White with #E11119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11119; }
p { color: rgb(225,17,25); }
H1.HeaderClassName
{
color: #E11119;
}
.AnyTagClassName
{
color: #E11119;
}
</style>
background-color css
<style>
a { background-color: #E11119; }
a { background-color: rgb(225,17,25); }
div.DivClassName
{
background-color: #E11119;
}
.BgClassName
{
background-color: #E11119;
}
</style>
border-color css
<style>
span { border-color: #E11119; }
span { border-color: rgb(225,17,25); }
td.TdClassName
{
border-color: #E11119;
}
.TagClassName
{
border-color: #E11119;
}
</style>