Shades of Fire Engine Red #E40D15
Tints of Fire Engine Red #E40D15
RGB
CMYK
RGB Variations
Color information
#E40D15 (or 0xE40D15) is known color: Fire Engine Red. HEX triplet: E4, 0D and 15. RGB value is (228,13,21). Sum of RGB (Red+Green+Blue) = 228+13+21=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40D15 is #1BF2EA. Grayscale: #4E4E4E. Windows color (decimal): -1831659 or 1379812. OLE color: 1379812.
HSL color Cylindrical-coordinate representation of color #E40D15: hue angle of 357.77º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40D15 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 21 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.11 |
| HSL | 357.77º | 0.89% | 0.47% | - |
| HSV(B) | 357.77º | 0.94% | 0.89% | - |
| XYZ | 32.27 | 16.84 | 2.26 | - |
| YUV | 78.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 21 | 0 | 0.94 | 0.91 | 0.11 | 357.77 | 0.89 | 0.47 |
| Hex | E4 | D | 15 | 0 | 5E | 5B | B | 166 | 59 | 2F |
| Octal | 344 | 15 | 25 | 0 | 136 | 133 | 13 | 546 | 131 | 57 |
| Binary | 11100100 | 1101 | 10101 | 0 | 1011110 | 1011011 | 1011 | 101100110 | 1011001 | 101111 |
Color Harmonies of #E40D15
Complementary color
Monochromatic Colors of #E40D15
Black with #E40D15
Text Example
Text Example
White with #E40D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D15; }
p { color: rgb(228,13,21); }
H1.HeaderClassName
{
color: #E40D15;
}
.AnyTagClassName
{
color: #E40D15;
}
</style>
background-color css
<style>
a { background-color: #E40D15; }
a { background-color: rgb(228,13,21); }
div.DivClassName
{
background-color: #E40D15;
}
.BgClassName
{
background-color: #E40D15;
}
</style>
border-color css
<style>
span { border-color: #E40D15; }
span { border-color: rgb(228,13,21); }
td.TdClassName
{
border-color: #E40D15;
}
.TagClassName
{
border-color: #E40D15;
}
</style>