Shades of Fire Engine Red #E11921
Tints of Fire Engine Red #E11921
RGB
CMYK
RGB Variations
Color information
#E11921 (or 0xE11921) is known color: Fire Engine Red. HEX triplet: E1, 19 and 21. RGB value is (225,25,33). Sum of RGB (Red+Green+Blue) = 225+25+33=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11921 is #1EE6DE. Grayscale: #555555. Windows color (decimal): -2025183 or 2169313. OLE color: 2169313.
HSL color Cylindrical-coordinate representation of color #E11921: hue angle of 357.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11921 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.12 |
| HSL | 357.6º | 0.8% | 0.49% | - |
| HSV(B) | 357.6º | 0.89% | 0.88% | - |
| XYZ | 31.67 | 16.81 | 3.01 | - |
| YUV | 85.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 33 | 0 | 0.89 | 0.85 | 0.12 | 357.6 | 0.8 | 0.49 |
| Hex | E1 | 19 | 21 | 0 | 59 | 55 | C | 166 | 50 | 31 |
| Octal | 341 | 31 | 41 | 0 | 131 | 125 | 14 | 546 | 120 | 61 |
| Binary | 11100001 | 11001 | 100001 | 0 | 1011001 | 1010101 | 1100 | 101100110 | 1010000 | 110001 |
Color Harmonies of #E11921
Complementary color
Monochromatic Colors of #E11921
Black with #E11921
Text Example
Text Example
White with #E11921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11921; }
p { color: rgb(225,25,33); }
H1.HeaderClassName
{
color: #E11921;
}
.AnyTagClassName
{
color: #E11921;
}
</style>
background-color css
<style>
a { background-color: #E11921; }
a { background-color: rgb(225,25,33); }
div.DivClassName
{
background-color: #E11921;
}
.BgClassName
{
background-color: #E11921;
}
</style>
border-color css
<style>
span { border-color: #E11921; }
span { border-color: rgb(225,25,33); }
td.TdClassName
{
border-color: #E11921;
}
.TagClassName
{
border-color: #E11921;
}
</style>