Shades of Fire Engine Red #E41419
Tints of Fire Engine Red #E41419
RGB
CMYK
RGB Variations
Color information
#E41419 (or 0xE41419) is known color: Fire Engine Red. HEX triplet: E4, 14 and 19. RGB value is (228,20,25). Sum of RGB (Red+Green+Blue) = 228+20+25=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E41419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41419 is #1BEBE6. Grayscale: #525252. Windows color (decimal): -1829863 or 1643748. OLE color: 1643748.
HSL color Cylindrical-coordinate representation of color #E41419: hue angle of 358.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41419 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.11 |
| HSL | 358.56º | 0.84% | 0.49% | - |
| HSV(B) | 358.56º | 0.91% | 0.89% | - |
| XYZ | 32.42 | 17.06 | 2.5 | - |
| YUV | 82.76 | 95.41 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 25 | 0 | 0.91 | 0.89 | 0.11 | 358.56 | 0.84 | 0.49 |
| Hex | E4 | 14 | 19 | 0 | 5B | 59 | B | 167 | 54 | 31 |
| Octal | 344 | 24 | 31 | 0 | 133 | 131 | 13 | 547 | 124 | 61 |
| Binary | 11100100 | 10100 | 11001 | 0 | 1011011 | 1011001 | 1011 | 101100111 | 1010100 | 110001 |
Color Harmonies of #E41419
Complementary color
Monochromatic Colors of #E41419
Black with #E41419
Text Example
Text Example
White with #E41419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41419; }
p { color: rgb(228,20,25); }
H1.HeaderClassName
{
color: #E41419;
}
.AnyTagClassName
{
color: #E41419;
}
</style>
background-color css
<style>
a { background-color: #E41419; }
a { background-color: rgb(228,20,25); }
div.DivClassName
{
background-color: #E41419;
}
.BgClassName
{
background-color: #E41419;
}
</style>
border-color css
<style>
span { border-color: #E41419; }
span { border-color: rgb(228,20,25); }
td.TdClassName
{
border-color: #E41419;
}
.TagClassName
{
border-color: #E41419;
}
</style>