Shades of Fire Engine Red #E01821
Tints of Fire Engine Red #E01821
RGB
CMYK
RGB Variations
Color information
#E01821 (or 0xE01821) is known color: Fire Engine Red. HEX triplet: E0, 18 and 21. RGB value is (224,24,33). Sum of RGB (Red+Green+Blue) = 224+24+33=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01821 is #1FE7DE. Grayscale: #545454. Windows color (decimal): -2090975 or 2169056. OLE color: 2169056.
HSL color Cylindrical-coordinate representation of color #E01821: hue angle of 357.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01821 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.12 |
| HSL | 357.3º | 0.81% | 0.49% | - |
| HSV(B) | 357.3º | 0.89% | 0.88% | - |
| XYZ | 31.34 | 16.61 | 2.99 | - |
| YUV | 84.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 33 | 0 | 0.89 | 0.85 | 0.12 | 357.3 | 0.81 | 0.49 |
| Hex | E0 | 18 | 21 | 0 | 59 | 55 | C | 165 | 51 | 31 |
| Octal | 340 | 30 | 41 | 0 | 131 | 125 | 14 | 545 | 121 | 61 |
| Binary | 11100000 | 11000 | 100001 | 0 | 1011001 | 1010101 | 1100 | 101100101 | 1010001 | 110001 |
Color Harmonies of #E01821
Complementary color
Monochromatic Colors of #E01821
Black with #E01821
Text Example
Text Example
White with #E01821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01821; }
p { color: rgb(224,24,33); }
H1.HeaderClassName
{
color: #E01821;
}
.AnyTagClassName
{
color: #E01821;
}
</style>
background-color css
<style>
a { background-color: #E01821; }
a { background-color: rgb(224,24,33); }
div.DivClassName
{
background-color: #E01821;
}
.BgClassName
{
background-color: #E01821;
}
</style>
border-color css
<style>
span { border-color: #E01821; }
span { border-color: rgb(224,24,33); }
td.TdClassName
{
border-color: #E01821;
}
.TagClassName
{
border-color: #E01821;
}
</style>