Shades of Fire Engine Red #E01028
Tints of Fire Engine Red #E01028
RGB
CMYK
RGB Variations
Color information
#E01028 (or 0xE01028) is known color: Fire Engine Red. HEX triplet: E0, 10 and 28. RGB value is (224,16,40). Sum of RGB (Red+Green+Blue) = 224+16+40=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E01028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01028 is #1FEFD7. Grayscale: #515151. Windows color (decimal): -2093016 or 2625760. OLE color: 2625760.
HSL color Cylindrical-coordinate representation of color #E01028: hue angle of 353.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01028 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 40 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.12 |
| HSL | 353.08º | 0.87% | 0.47% | - |
| HSV(B) | 353.08º | 0.93% | 0.88% | - |
| XYZ | 31.31 | 16.37 | 3.52 | - |
| YUV | 80.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 40 | 0 | 0.93 | 0.82 | 0.12 | 353.08 | 0.87 | 0.47 |
| Hex | E0 | 10 | 28 | 0 | 5D | 52 | C | 161 | 57 | 2F |
| Octal | 340 | 20 | 50 | 0 | 135 | 122 | 14 | 541 | 127 | 57 |
| Binary | 11100000 | 10000 | 101000 | 0 | 1011101 | 1010010 | 1100 | 101100001 | 1010111 | 101111 |
Color Harmonies of #E01028
Complementary color
Monochromatic Colors of #E01028
Black with #E01028
Text Example
Text Example
White with #E01028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01028; }
p { color: rgb(224,16,40); }
H1.HeaderClassName
{
color: #E01028;
}
.AnyTagClassName
{
color: #E01028;
}
</style>
background-color css
<style>
a { background-color: #E01028; }
a { background-color: rgb(224,16,40); }
div.DivClassName
{
background-color: #E01028;
}
.BgClassName
{
background-color: #E01028;
}
</style>
border-color css
<style>
span { border-color: #E01028; }
span { border-color: rgb(224,16,40); }
td.TdClassName
{
border-color: #E01028;
}
.TagClassName
{
border-color: #E01028;
}
</style>