Shades of Fire Engine Red #E20E23
Tints of Fire Engine Red #E20E23
RGB
CMYK
RGB Variations
Color information
#E20E23 (or 0xE20E23) is known color: Fire Engine Red. HEX triplet: E2, 0E and 23. RGB value is (226,14,35). Sum of RGB (Red+Green+Blue) = 226+14+35=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E23 is #1DF1DC. Grayscale: #4F4F4F. Windows color (decimal): -1962461 or 2297570. OLE color: 2297570.
HSL color Cylindrical-coordinate representation of color #E20E23: hue angle of 354.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E23 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 35 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.11 |
| HSL | 354.06º | 0.88% | 0.47% | - |
| HSV(B) | 354.06º | 0.94% | 0.89% | - |
| XYZ | 31.82 | 16.6 | 3.12 | - |
| YUV | 79.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 35 | 0 | 0.94 | 0.85 | 0.11 | 354.06 | 0.88 | 0.47 |
| Hex | E2 | E | 23 | 0 | 5E | 55 | B | 162 | 58 | 2F |
| Octal | 342 | 16 | 43 | 0 | 136 | 125 | 13 | 542 | 130 | 57 |
| Binary | 11100010 | 1110 | 100011 | 0 | 1011110 | 1010101 | 1011 | 101100010 | 1011000 | 101111 |
Color Harmonies of #E20E23
Complementary color
Monochromatic Colors of #E20E23
Black with #E20E23
Text Example
Text Example
White with #E20E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E23; }
p { color: rgb(226,14,35); }
H1.HeaderClassName
{
color: #E20E23;
}
.AnyTagClassName
{
color: #E20E23;
}
</style>
background-color css
<style>
a { background-color: #E20E23; }
a { background-color: rgb(226,14,35); }
div.DivClassName
{
background-color: #E20E23;
}
.BgClassName
{
background-color: #E20E23;
}
</style>
border-color css
<style>
span { border-color: #E20E23; }
span { border-color: rgb(226,14,35); }
td.TdClassName
{
border-color: #E20E23;
}
.TagClassName
{
border-color: #E20E23;
}
</style>