Shades of Fire Engine Red #E41121
Tints of Fire Engine Red #E41121
RGB
CMYK
RGB Variations
Color information
#E41121 (or 0xE41121) is known color: Fire Engine Red. HEX triplet: E4, 11 and 21. RGB value is (228,17,33). Sum of RGB (Red+Green+Blue) = 228+17+33=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E41121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41121 is #1BEEDE. Grayscale: #525252. Windows color (decimal): -1830623 or 2167268. OLE color: 2167268.
HSL color Cylindrical-coordinate representation of color #E41121: hue angle of 355.45º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E41121 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.11 |
| HSL | 355.45º | 0.86% | 0.48% | - |
| HSV(B) | 355.45º | 0.93% | 0.89% | - |
| XYZ | 32.47 | 17 | 3.01 | - |
| YUV | 81.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 33 | 0 | 0.93 | 0.86 | 0.11 | 355.45 | 0.86 | 0.48 |
| Hex | E4 | 11 | 21 | 0 | 5D | 56 | B | 163 | 56 | 30 |
| Octal | 344 | 21 | 41 | 0 | 135 | 126 | 13 | 543 | 126 | 60 |
| Binary | 11100100 | 10001 | 100001 | 0 | 1011101 | 1010110 | 1011 | 101100011 | 1010110 | 110000 |
Color Harmonies of #E41121
Complementary color
Monochromatic Colors of #E41121
Black with #E41121
Text Example
Text Example
White with #E41121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41121; }
p { color: rgb(228,17,33); }
H1.HeaderClassName
{
color: #E41121;
}
.AnyTagClassName
{
color: #E41121;
}
</style>
background-color css
<style>
a { background-color: #E41121; }
a { background-color: rgb(228,17,33); }
div.DivClassName
{
background-color: #E41121;
}
.BgClassName
{
background-color: #E41121;
}
</style>
border-color css
<style>
span { border-color: #E41121; }
span { border-color: rgb(228,17,33); }
td.TdClassName
{
border-color: #E41121;
}
.TagClassName
{
border-color: #E41121;
}
</style>