Shades of Fire Engine Red #E20922
Tints of Fire Engine Red #E20922
RGB
CMYK
RGB Variations
Color information
#E20922 (or 0xE20922) is known color: Fire Engine Red. HEX triplet: E2, 09 and 22. RGB value is (226,9,34). Sum of RGB (Red+Green+Blue) = 226+9+34=269 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.01% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 226 - color contains mainly: red. Hex color #E20922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20922 is #1DF6DD. Grayscale: #4C4C4C. Windows color (decimal): -1963742 or 2230754. OLE color: 2230754.
HSL color Cylindrical-coordinate representation of color #E20922: hue angle of 353.09º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20922 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.11 |
| HSL | 353.09º | 0.92% | 0.46% | - |
| HSV(B) | 353.09º | 0.96% | 0.89% | - |
| XYZ | 31.75 | 16.48 | 3.02 | - |
| YUV | 76.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 34 | 0 | 0.96 | 0.85 | 0.11 | 353.09 | 0.92 | 0.46 |
| Hex | E2 | 9 | 22 | 0 | 60 | 55 | B | 161 | 5C | 2E |
| Octal | 342 | 11 | 42 | 0 | 140 | 125 | 13 | 541 | 134 | 56 |
| Binary | 11100010 | 1001 | 100010 | 0 | 1100000 | 1010101 | 1011 | 101100001 | 1011100 | 101110 |
Color Harmonies of #E20922
Complementary color
Monochromatic Colors of #E20922
Black with #E20922
Text Example
Text Example
White with #E20922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20922; }
p { color: rgb(226,9,34); }
H1.HeaderClassName
{
color: #E20922;
}
.AnyTagClassName
{
color: #E20922;
}
</style>
background-color css
<style>
a { background-color: #E20922; }
a { background-color: rgb(226,9,34); }
div.DivClassName
{
background-color: #E20922;
}
.BgClassName
{
background-color: #E20922;
}
</style>
border-color css
<style>
span { border-color: #E20922; }
span { border-color: rgb(226,9,34); }
td.TdClassName
{
border-color: #E20922;
}
.TagClassName
{
border-color: #E20922;
}
</style>