Shades of Fire Engine Red #E00920
Tints of Fire Engine Red #E00920
RGB
CMYK
RGB Variations
Color information
#E00920 (or 0xE00920) is known color: Fire Engine Red. HEX triplet: E0, 09 and 20. RGB value is (224,9,32). Sum of RGB (Red+Green+Blue) = 224+9+32=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E00920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00920 is #1FF6DF. Grayscale: #4C4C4C. Windows color (decimal): -2094816 or 2099680. OLE color: 2099680.
HSL color Cylindrical-coordinate representation of color #E00920: hue angle of 353.58º 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 #E00920 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.12 |
| HSL | 353.58º | 0.92% | 0.46% | - |
| HSV(B) | 353.58º | 0.96% | 0.88% | - |
| XYZ | 31.1 | 16.15 | 2.84 | - |
| YUV | 75.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 32 | 0 | 0.96 | 0.86 | 0.12 | 353.58 | 0.92 | 0.46 |
| Hex | E0 | 9 | 20 | 0 | 60 | 56 | C | 162 | 5C | 2E |
| Octal | 340 | 11 | 40 | 0 | 140 | 126 | 14 | 542 | 134 | 56 |
| Binary | 11100000 | 1001 | 100000 | 0 | 1100000 | 1010110 | 1100 | 101100010 | 1011100 | 101110 |
Color Harmonies of #E00920
Complementary color
Monochromatic Colors of #E00920
Black with #E00920
Text Example
Text Example
White with #E00920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00920; }
p { color: rgb(224,9,32); }
H1.HeaderClassName
{
color: #E00920;
}
.AnyTagClassName
{
color: #E00920;
}
</style>
background-color css
<style>
a { background-color: #E00920; }
a { background-color: rgb(224,9,32); }
div.DivClassName
{
background-color: #E00920;
}
.BgClassName
{
background-color: #E00920;
}
</style>
border-color css
<style>
span { border-color: #E00920; }
span { border-color: rgb(224,9,32); }
td.TdClassName
{
border-color: #E00920;
}
.TagClassName
{
border-color: #E00920;
}
</style>