Shades of Fire Engine Red #E41920
Tints of Fire Engine Red #E41920
RGB
CMYK
RGB Variations
Color information
#E41920 (or 0xE41920) is known color: Fire Engine Red. HEX triplet: E4, 19 and 20. RGB value is (228,25,32). Sum of RGB (Red+Green+Blue) = 228+25+32=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E41920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41920 is #1BE6DF. Grayscale: #565656. Windows color (decimal): -1828576 or 2103780. OLE color: 2103780.
HSL color Cylindrical-coordinate representation of color #E41920: hue angle of 357.93º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41920 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.11 |
| HSL | 357.93º | 0.8% | 0.5% | - |
| HSV(B) | 357.93º | 0.89% | 0.89% | - |
| XYZ | 32.6 | 17.29 | 2.99 | - |
| YUV | 86.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 32 | 0 | 0.89 | 0.86 | 0.11 | 357.93 | 0.8 | 0.5 |
| Hex | E4 | 19 | 20 | 0 | 59 | 56 | B | 166 | 50 | 32 |
| Octal | 344 | 31 | 40 | 0 | 131 | 126 | 13 | 546 | 120 | 62 |
| Binary | 11100100 | 11001 | 100000 | 0 | 1011001 | 1010110 | 1011 | 101100110 | 1010000 | 110010 |
Color Harmonies of #E41920
Complementary color
Monochromatic Colors of #E41920
Black with #E41920
Text Example
Text Example
White with #E41920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41920; }
p { color: rgb(228,25,32); }
H1.HeaderClassName
{
color: #E41920;
}
.AnyTagClassName
{
color: #E41920;
}
</style>
background-color css
<style>
a { background-color: #E41920; }
a { background-color: rgb(228,25,32); }
div.DivClassName
{
background-color: #E41920;
}
.BgClassName
{
background-color: #E41920;
}
</style>
border-color css
<style>
span { border-color: #E41920; }
span { border-color: rgb(228,25,32); }
td.TdClassName
{
border-color: #E41920;
}
.TagClassName
{
border-color: #E41920;
}
</style>