Shades of Fire Engine Red #E01619
Tints of Fire Engine Red #E01619
RGB
CMYK
RGB Variations
Color information
#E01619 (or 0xE01619) is known color: Fire Engine Red. HEX triplet: E0, 16 and 19. RGB value is (224,22,25). Sum of RGB (Red+Green+Blue) = 224+22+25=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E01619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01619 is #1FE9E6. Grayscale: #525252. Windows color (decimal): -2091495 or 1644256. OLE color: 1644256.
HSL color Cylindrical-coordinate representation of color #E01619: hue angle of 359.11º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01619 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 25 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.12 |
| HSL | 359.11º | 0.82% | 0.48% | - |
| HSV(B) | 359.11º | 0.9% | 0.88% | - |
| XYZ | 31.2 | 16.49 | 2.46 | - |
| YUV | 82.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 25 | 0 | 0.90 | 0.89 | 0.12 | 359.11 | 0.82 | 0.48 |
| Hex | E0 | 16 | 19 | 0 | 5A | 59 | C | 167 | 52 | 30 |
| Octal | 340 | 26 | 31 | 0 | 132 | 131 | 14 | 547 | 122 | 60 |
| Binary | 11100000 | 10110 | 11001 | 0 | 1011010 | 1011001 | 1100 | 101100111 | 1010010 | 110000 |
Color Harmonies of #E01619
Complementary color
Monochromatic Colors of #E01619
Black with #E01619
Text Example
Text Example
White with #E01619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01619; }
p { color: rgb(224,22,25); }
H1.HeaderClassName
{
color: #E01619;
}
.AnyTagClassName
{
color: #E01619;
}
</style>
background-color css
<style>
a { background-color: #E01619; }
a { background-color: rgb(224,22,25); }
div.DivClassName
{
background-color: #E01619;
}
.BgClassName
{
background-color: #E01619;
}
</style>
border-color css
<style>
span { border-color: #E01619; }
span { border-color: rgb(224,22,25); }
td.TdClassName
{
border-color: #E01619;
}
.TagClassName
{
border-color: #E01619;
}
</style>