Shades of Fire Engine Red #E20220
Tints of Fire Engine Red #E20220
RGB
CMYK
RGB Variations
Color information
#E20220 (or 0xE20220) is known color: Fire Engine Red. HEX triplet: E2, 02 and 20. RGB value is (226,2,32). Sum of RGB (Red+Green+Blue) = 226+2+32=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E20220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20220 is #1DFDDF. Grayscale: #484848. Windows color (decimal): -1965536 or 2097890. OLE color: 2097890.
HSL color Cylindrical-coordinate representation of color #E20220: hue angle of 351.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20220 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.11 |
| HSL | 351.96º | 0.98% | 0.45% | - |
| HSV(B) | 351.96º | 0.99% | 0.89% | - |
| XYZ | 31.65 | 16.32 | 2.85 | - |
| YUV | 72.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 32 | 0 | 0.99 | 0.86 | 0.11 | 351.96 | 0.98 | 0.45 |
| Hex | E2 | 2 | 20 | 0 | 63 | 56 | B | 160 | 62 | 2D |
| Octal | 342 | 2 | 40 | 0 | 143 | 126 | 13 | 540 | 142 | 55 |
| Binary | 11100010 | 10 | 100000 | 0 | 1100011 | 1010110 | 1011 | 101100000 | 1100010 | 101101 |
Color Harmonies of #E20220
Complementary color
Monochromatic Colors of #E20220
Black with #E20220
Text Example
Text Example
White with #E20220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20220; }
p { color: rgb(226,2,32); }
H1.HeaderClassName
{
color: #E20220;
}
.AnyTagClassName
{
color: #E20220;
}
</style>
background-color css
<style>
a { background-color: #E20220; }
a { background-color: rgb(226,2,32); }
div.DivClassName
{
background-color: #E20220;
}
.BgClassName
{
background-color: #E20220;
}
</style>
border-color css
<style>
span { border-color: #E20220; }
span { border-color: rgb(226,2,32); }
td.TdClassName
{
border-color: #E20220;
}
.TagClassName
{
border-color: #E20220;
}
</style>