Shades of Fire Engine Red #E41015
Tints of Fire Engine Red #E41015
RGB
CMYK
RGB Variations
Color information
#E41015 (or 0xE41015) is known color: Fire Engine Red. HEX triplet: E4, 10 and 15. RGB value is (228,16,21). Sum of RGB (Red+Green+Blue) = 228+16+21=265 (35% of max value = 765). Red value is 228 (89.45% from 255 or 86.04% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 228 - color contains mainly: red. Hex color #E41015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41015 is #1BEFEA. Grayscale: #505050. Windows color (decimal): -1830891 or 1380580. OLE color: 1380580.
HSL color Cylindrical-coordinate representation of color #E41015: hue angle of 358.58º degrees, saturation: 0.87, 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 #E41015 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.11 |
| HSL | 358.58º | 0.87% | 0.48% | - |
| HSV(B) | 358.58º | 0.93% | 0.89% | - |
| XYZ | 32.32 | 16.92 | 2.27 | - |
| YUV | 79.96 | 94.74 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 21 | 0 | 0.93 | 0.91 | 0.11 | 358.58 | 0.87 | 0.48 |
| Hex | E4 | 10 | 15 | 0 | 5D | 5B | B | 167 | 57 | 30 |
| Octal | 344 | 20 | 25 | 0 | 135 | 133 | 13 | 547 | 127 | 60 |
| Binary | 11100100 | 10000 | 10101 | 0 | 1011101 | 1011011 | 1011 | 101100111 | 1010111 | 110000 |
Color Harmonies of #E41015
Complementary color
Monochromatic Colors of #E41015
Black with #E41015
Text Example
Text Example
White with #E41015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41015; }
p { color: rgb(228,16,21); }
H1.HeaderClassName
{
color: #E41015;
}
.AnyTagClassName
{
color: #E41015;
}
</style>
background-color css
<style>
a { background-color: #E41015; }
a { background-color: rgb(228,16,21); }
div.DivClassName
{
background-color: #E41015;
}
.BgClassName
{
background-color: #E41015;
}
</style>
border-color css
<style>
span { border-color: #E41015; }
span { border-color: rgb(228,16,21); }
td.TdClassName
{
border-color: #E41015;
}
.TagClassName
{
border-color: #E41015;
}
</style>