Shades of Fire Engine Red #E41518
Tints of Fire Engine Red #E41518
RGB
CMYK
RGB Variations
Color information
#E41518 (or 0xE41518) is known color: Fire Engine Red. HEX triplet: E4, 15 and 18. RGB value is (228,21,24). Sum of RGB (Red+Green+Blue) = 228+21+24=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E41518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41518 is #1BEAE7. Grayscale: #535353. Windows color (decimal): -1829608 or 1578468. OLE color: 1578468.
HSL color Cylindrical-coordinate representation of color #E41518: hue angle of 359.13º degrees, saturation: 0.83, 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 #E41518 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 24 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.11 |
| HSL | 359.13º | 0.83% | 0.49% | - |
| HSV(B) | 359.13º | 0.91% | 0.89% | - |
| XYZ | 32.43 | 17.1 | 2.45 | - |
| YUV | 83.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 24 | 0 | 0.91 | 0.89 | 0.11 | 359.13 | 0.83 | 0.49 |
| Hex | E4 | 15 | 18 | 0 | 5B | 59 | B | 167 | 53 | 31 |
| Octal | 344 | 25 | 30 | 0 | 133 | 131 | 13 | 547 | 123 | 61 |
| Binary | 11100100 | 10101 | 11000 | 0 | 1011011 | 1011001 | 1011 | 101100111 | 1010011 | 110001 |
Color Harmonies of #E41518
Complementary color
Monochromatic Colors of #E41518
Black with #E41518
Text Example
Text Example
White with #E41518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41518; }
p { color: rgb(228,21,24); }
H1.HeaderClassName
{
color: #E41518;
}
.AnyTagClassName
{
color: #E41518;
}
</style>
background-color css
<style>
a { background-color: #E41518; }
a { background-color: rgb(228,21,24); }
div.DivClassName
{
background-color: #E41518;
}
.BgClassName
{
background-color: #E41518;
}
</style>
border-color css
<style>
span { border-color: #E41518; }
span { border-color: rgb(228,21,24); }
td.TdClassName
{
border-color: #E41518;
}
.TagClassName
{
border-color: #E41518;
}
</style>