Shades of Fire Engine Red #E20A1E
Tints of Fire Engine Red #E20A1E
RGB
CMYK
RGB Variations
Color information
#E20A1E (or 0xE20A1E) is known color: Fire Engine Red. HEX triplet: E2, 0A and 1E. RGB value is (226,10,30). Sum of RGB (Red+Green+Blue) = 226+10+30=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A1E is #1DF5E1. Grayscale: #4D4D4D. Windows color (decimal): -1963490 or 1968866. OLE color: 1968866.
HSL color Cylindrical-coordinate representation of color #E20A1E: hue angle of 354.44º 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 #E20A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.11 |
| HSL | 354.44º | 0.92% | 0.46% | - |
| HSV(B) | 354.44º | 0.96% | 0.89% | - |
| XYZ | 31.71 | 16.48 | 2.74 | - |
| YUV | 76.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 30 | 0 | 0.96 | 0.87 | 0.11 | 354.44 | 0.92 | 0.46 |
| Hex | E2 | A | 1E | 0 | 60 | 57 | B | 162 | 5C | 2E |
| Octal | 342 | 12 | 36 | 0 | 140 | 127 | 13 | 542 | 134 | 56 |
| Binary | 11100010 | 1010 | 11110 | 0 | 1100000 | 1010111 | 1011 | 101100010 | 1011100 | 101110 |
Color Harmonies of #E20A1E
Complementary color
Monochromatic Colors of #E20A1E
Black with #E20A1E
Text Example
Text Example
White with #E20A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A1E; }
p { color: rgb(226,10,30); }
H1.HeaderClassName
{
color: #E20A1E;
}
.AnyTagClassName
{
color: #E20A1E;
}
</style>
background-color css
<style>
a { background-color: #E20A1E; }
a { background-color: rgb(226,10,30); }
div.DivClassName
{
background-color: #E20A1E;
}
.BgClassName
{
background-color: #E20A1E;
}
</style>
border-color css
<style>
span { border-color: #E20A1E; }
span { border-color: rgb(226,10,30); }
td.TdClassName
{
border-color: #E20A1E;
}
.TagClassName
{
border-color: #E20A1E;
}
</style>