Shades of Fire Engine Red #E20620
Tints of Fire Engine Red #E20620
RGB
CMYK
RGB Variations
Color information
#E20620 (or 0xE20620) is known color: Fire Engine Red. HEX triplet: E2, 06 and 20. RGB value is (226,6,32). Sum of RGB (Red+Green+Blue) = 226+6+32=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E20620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20620 is #1DF9DF. Grayscale: #4A4A4A. Windows color (decimal): -1964512 or 2098914. OLE color: 2098914.
HSL color Cylindrical-coordinate representation of color #E20620: hue angle of 352.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20620 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.11 |
| HSL | 352.91º | 0.95% | 0.45% | - |
| HSV(B) | 352.91º | 0.97% | 0.89% | - |
| XYZ | 31.69 | 16.4 | 2.86 | - |
| YUV | 74.74 | 103.89 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 32 | 0 | 0.97 | 0.86 | 0.11 | 352.91 | 0.95 | 0.45 |
| Hex | E2 | 6 | 20 | 0 | 61 | 56 | B | 161 | 5F | 2D |
| Octal | 342 | 6 | 40 | 0 | 141 | 126 | 13 | 541 | 137 | 55 |
| Binary | 11100010 | 110 | 100000 | 0 | 1100001 | 1010110 | 1011 | 101100001 | 1011111 | 101101 |
Color Harmonies of #E20620
Complementary color
Monochromatic Colors of #E20620
Black with #E20620
Text Example
Text Example
White with #E20620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20620; }
p { color: rgb(226,6,32); }
H1.HeaderClassName
{
color: #E20620;
}
.AnyTagClassName
{
color: #E20620;
}
</style>
background-color css
<style>
a { background-color: #E20620; }
a { background-color: rgb(226,6,32); }
div.DivClassName
{
background-color: #E20620;
}
.BgClassName
{
background-color: #E20620;
}
</style>
border-color css
<style>
span { border-color: #E20620; }
span { border-color: rgb(226,6,32); }
td.TdClassName
{
border-color: #E20620;
}
.TagClassName
{
border-color: #E20620;
}
</style>