Shades of Fire Engine Red #E01328
Tints of Fire Engine Red #E01328
RGB
CMYK
RGB Variations
Color information
#E01328 (or 0xE01328) is known color: Fire Engine Red. HEX triplet: E0, 13 and 28. RGB value is (224,19,40). Sum of RGB (Red+Green+Blue) = 224+19+40=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E01328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01328 is #1FECD7. Grayscale: #525252. Windows color (decimal): -2092248 or 2626528. OLE color: 2626528.
HSL color Cylindrical-coordinate representation of color #E01328: hue angle of 353.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01328 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.12 |
| HSL | 353.85º | 0.84% | 0.48% | - |
| HSV(B) | 353.85º | 0.92% | 0.88% | - |
| XYZ | 31.36 | 16.47 | 3.53 | - |
| YUV | 82.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 40 | 0 | 0.92 | 0.82 | 0.12 | 353.85 | 0.84 | 0.48 |
| Hex | E0 | 13 | 28 | 0 | 5C | 52 | C | 162 | 54 | 30 |
| Octal | 340 | 23 | 50 | 0 | 134 | 122 | 14 | 542 | 124 | 60 |
| Binary | 11100000 | 10011 | 101000 | 0 | 1011100 | 1010010 | 1100 | 101100010 | 1010100 | 110000 |
Color Harmonies of #E01328
Complementary color
Monochromatic Colors of #E01328
Black with #E01328
Text Example
Text Example
White with #E01328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01328; }
p { color: rgb(224,19,40); }
H1.HeaderClassName
{
color: #E01328;
}
.AnyTagClassName
{
color: #E01328;
}
</style>
background-color css
<style>
a { background-color: #E01328; }
a { background-color: rgb(224,19,40); }
div.DivClassName
{
background-color: #E01328;
}
.BgClassName
{
background-color: #E01328;
}
</style>
border-color css
<style>
span { border-color: #E01328; }
span { border-color: rgb(224,19,40); }
td.TdClassName
{
border-color: #E01328;
}
.TagClassName
{
border-color: #E01328;
}
</style>