Shades of Fire Engine Red #E11821
Tints of Fire Engine Red #E11821
RGB
CMYK
RGB Variations
Color information
#E11821 (or 0xE11821) is known color: Fire Engine Red. HEX triplet: E1, 18 and 21. RGB value is (225,24,33). Sum of RGB (Red+Green+Blue) = 225+24+33=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E11821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11821 is #1EE7DE. Grayscale: #555555. Windows color (decimal): -2025439 or 2169057. OLE color: 2169057.
HSL color Cylindrical-coordinate representation of color #E11821: hue angle of 357.31º degrees, saturation: 0.81, 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 #E11821 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.12 |
| HSL | 357.31º | 0.81% | 0.49% | - |
| HSV(B) | 357.31º | 0.89% | 0.88% | - |
| XYZ | 31.65 | 16.77 | 3.01 | - |
| YUV | 85.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 33 | 0 | 0.89 | 0.85 | 0.12 | 357.31 | 0.81 | 0.49 |
| Hex | E1 | 18 | 21 | 0 | 59 | 55 | C | 165 | 51 | 31 |
| Octal | 341 | 30 | 41 | 0 | 131 | 125 | 14 | 545 | 121 | 61 |
| Binary | 11100001 | 11000 | 100001 | 0 | 1011001 | 1010101 | 1100 | 101100101 | 1010001 | 110001 |
Color Harmonies of #E11821
Complementary color
Monochromatic Colors of #E11821
Black with #E11821
Text Example
Text Example
White with #E11821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11821; }
p { color: rgb(225,24,33); }
H1.HeaderClassName
{
color: #E11821;
}
.AnyTagClassName
{
color: #E11821;
}
</style>
background-color css
<style>
a { background-color: #E11821; }
a { background-color: rgb(225,24,33); }
div.DivClassName
{
background-color: #E11821;
}
.BgClassName
{
background-color: #E11821;
}
</style>
border-color css
<style>
span { border-color: #E11821; }
span { border-color: rgb(225,24,33); }
td.TdClassName
{
border-color: #E11821;
}
.TagClassName
{
border-color: #E11821;
}
</style>