Shades of Fire Engine Red #E41120
Tints of Fire Engine Red #E41120
RGB
CMYK
RGB Variations
Color information
#E41120 (or 0xE41120) is known color: Fire Engine Red. HEX triplet: E4, 11 and 20. RGB value is (228,17,32). Sum of RGB (Red+Green+Blue) = 228+17+32=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E41120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41120 is #1BEEDF. Grayscale: #515151. Windows color (decimal): -1830624 or 2101732. OLE color: 2101732.
HSL color Cylindrical-coordinate representation of color #E41120: hue angle of 355.73º 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 #E41120 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 32 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.11 |
| HSL | 355.73º | 0.86% | 0.48% | - |
| HSV(B) | 355.73º | 0.93% | 0.89% | - |
| XYZ | 32.46 | 17 | 2.94 | - |
| YUV | 81.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 32 | 0 | 0.93 | 0.86 | 0.11 | 355.73 | 0.86 | 0.48 |
| Hex | E4 | 11 | 20 | 0 | 5D | 56 | B | 164 | 56 | 30 |
| Octal | 344 | 21 | 40 | 0 | 135 | 126 | 13 | 544 | 126 | 60 |
| Binary | 11100100 | 10001 | 100000 | 0 | 1011101 | 1010110 | 1011 | 101100100 | 1010110 | 110000 |
Color Harmonies of #E41120
Complementary color
Monochromatic Colors of #E41120
Black with #E41120
Text Example
Text Example
White with #E41120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41120; }
p { color: rgb(228,17,32); }
H1.HeaderClassName
{
color: #E41120;
}
.AnyTagClassName
{
color: #E41120;
}
</style>
background-color css
<style>
a { background-color: #E41120; }
a { background-color: rgb(228,17,32); }
div.DivClassName
{
background-color: #E41120;
}
.BgClassName
{
background-color: #E41120;
}
</style>
border-color css
<style>
span { border-color: #E41120; }
span { border-color: rgb(228,17,32); }
td.TdClassName
{
border-color: #E41120;
}
.TagClassName
{
border-color: #E41120;
}
</style>