Shades of Fire Engine Red #E41013
Tints of Fire Engine Red #E41013
RGB
CMYK
RGB Variations
Color information
#E41013 (or 0xE41013) is known color: Fire Engine Red. HEX triplet: E4, 10 and 13. RGB value is (228,16,19). Sum of RGB (Red+Green+Blue) = 228+16+19=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E41013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41013 is #1BEFEC. Grayscale: #4F4F4F. Windows color (decimal): -1830893 or 1249508. OLE color: 1249508.
HSL color Cylindrical-coordinate representation of color #E41013: hue angle of 359.15º 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 #E41013 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.11 |
| HSL | 359.15º | 0.87% | 0.48% | - |
| HSV(B) | 359.15º | 0.93% | 0.89% | - |
| XYZ | 32.3 | 16.91 | 2.18 | - |
| YUV | 79.73 | 93.74 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 19 | 0 | 0.93 | 0.92 | 0.11 | 359.15 | 0.87 | 0.48 |
| Hex | E4 | 10 | 13 | 0 | 5D | 5C | B | 167 | 57 | 30 |
| Octal | 344 | 20 | 23 | 0 | 135 | 134 | 13 | 547 | 127 | 60 |
| Binary | 11100100 | 10000 | 10011 | 0 | 1011101 | 1011100 | 1011 | 101100111 | 1010111 | 110000 |
Color Harmonies of #E41013
Complementary color
Monochromatic Colors of #E41013
Black with #E41013
Text Example
Text Example
White with #E41013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41013; }
p { color: rgb(228,16,19); }
H1.HeaderClassName
{
color: #E41013;
}
.AnyTagClassName
{
color: #E41013;
}
</style>
background-color css
<style>
a { background-color: #E41013; }
a { background-color: rgb(228,16,19); }
div.DivClassName
{
background-color: #E41013;
}
.BgClassName
{
background-color: #E41013;
}
</style>
border-color css
<style>
span { border-color: #E41013; }
span { border-color: rgb(228,16,19); }
td.TdClassName
{
border-color: #E41013;
}
.TagClassName
{
border-color: #E41013;
}
</style>