Shades of Fire Engine Red #E00921
Tints of Fire Engine Red #E00921
RGB
CMYK
RGB Variations
Color information
#E00921 (or 0xE00921) is known color: Fire Engine Red. HEX triplet: E0, 09 and 21. RGB value is (224,9,33). Sum of RGB (Red+Green+Blue) = 224+9+33=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E00921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00921 is #1FF6DE. Grayscale: #4C4C4C. Windows color (decimal): -2094815 or 2165216. OLE color: 2165216.
HSL color Cylindrical-coordinate representation of color #E00921: hue angle of 353.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00921 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.12 |
| HSL | 353.3º | 0.92% | 0.46% | - |
| HSV(B) | 353.3º | 0.96% | 0.88% | - |
| XYZ | 31.11 | 16.15 | 2.92 | - |
| YUV | 76.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 33 | 0 | 0.96 | 0.85 | 0.12 | 353.3 | 0.92 | 0.46 |
| Hex | E0 | 9 | 21 | 0 | 60 | 55 | C | 161 | 5C | 2E |
| Octal | 340 | 11 | 41 | 0 | 140 | 125 | 14 | 541 | 134 | 56 |
| Binary | 11100000 | 1001 | 100001 | 0 | 1100000 | 1010101 | 1100 | 101100001 | 1011100 | 101110 |
Color Harmonies of #E00921
Complementary color
Monochromatic Colors of #E00921
Black with #E00921
Text Example
Text Example
White with #E00921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00921; }
p { color: rgb(224,9,33); }
H1.HeaderClassName
{
color: #E00921;
}
.AnyTagClassName
{
color: #E00921;
}
</style>
background-color css
<style>
a { background-color: #E00921; }
a { background-color: rgb(224,9,33); }
div.DivClassName
{
background-color: #E00921;
}
.BgClassName
{
background-color: #E00921;
}
</style>
border-color css
<style>
span { border-color: #E00921; }
span { border-color: rgb(224,9,33); }
td.TdClassName
{
border-color: #E00921;
}
.TagClassName
{
border-color: #E00921;
}
</style>