Shades of Fire Engine Red #E01628
Tints of Fire Engine Red #E01628
RGB
CMYK
RGB Variations
Color information
#E01628 (or 0xE01628) is known color: Fire Engine Red. HEX triplet: E0, 16 and 28. RGB value is (224,22,40). Sum of RGB (Red+Green+Blue) = 224+22+40=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E01628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01628 is #1FE9D7. Grayscale: #545454. Windows color (decimal): -2091480 or 2627296. OLE color: 2627296.
HSL color Cylindrical-coordinate representation of color #E01628: hue angle of 354.65º 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 #E01628 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.12 |
| HSL | 354.65º | 0.82% | 0.48% | - |
| HSV(B) | 354.65º | 0.9% | 0.88% | - |
| XYZ | 31.41 | 16.57 | 3.55 | - |
| YUV | 84.45 | 102.92 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 40 | 0 | 0.90 | 0.82 | 0.12 | 354.65 | 0.82 | 0.48 |
| Hex | E0 | 16 | 28 | 0 | 5A | 52 | C | 163 | 52 | 30 |
| Octal | 340 | 26 | 50 | 0 | 132 | 122 | 14 | 543 | 122 | 60 |
| Binary | 11100000 | 10110 | 101000 | 0 | 1011010 | 1010010 | 1100 | 101100011 | 1010010 | 110000 |
Color Harmonies of #E01628
Complementary color
Monochromatic Colors of #E01628
Black with #E01628
Text Example
Text Example
White with #E01628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01628; }
p { color: rgb(224,22,40); }
H1.HeaderClassName
{
color: #E01628;
}
.AnyTagClassName
{
color: #E01628;
}
</style>
background-color css
<style>
a { background-color: #E01628; }
a { background-color: rgb(224,22,40); }
div.DivClassName
{
background-color: #E01628;
}
.BgClassName
{
background-color: #E01628;
}
</style>
border-color css
<style>
span { border-color: #E01628; }
span { border-color: rgb(224,22,40); }
td.TdClassName
{
border-color: #E01628;
}
.TagClassName
{
border-color: #E01628;
}
</style>