Shades of Red #E20D00
Tints of Red #E20D00
RGB
CMYK
RGB Variations
Color information
#E20D00 (or 0xE20D00) is known color: Red. HEX triplet: E2, 0D and 00. RGB value is (226,13,0). Sum of RGB (Red+Green+Blue) = 226+13+0=239 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.56% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20D00 is #1DF2FF. Grayscale: #4B4B4B. Windows color (decimal): -1962752 or 3554. OLE color: 3554.
HSL color Cylindrical-coordinate representation of color #E20D00: hue angle of 3.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.11 |
| HSL | 3.45º | 1% | 0.44% | - |
| HSV(B) | 3.45º | 1% | 0.89% | - |
| XYZ | 31.51 | 16.46 | 1.52 | - |
| YUV | 75.21 | 85.57 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 0 | 0 | 0.94 | 1 | 0.11 | 3.45 | 1 | 0.44 |
| Hex | E2 | D | 0 | 0 | 5E | 64 | B | 3 | 64 | 2C |
| Octal | 342 | 15 | 0 | 0 | 136 | 144 | 13 | 3 | 144 | 54 |
| Binary | 11100010 | 1101 | 0 | 0 | 1011110 | 1100100 | 1011 | 11 | 1100100 | 101100 |
Color Harmonies of #E20D00
Complementary color
Monochromatic Colors of #E20D00
Black with #E20D00
Text Example
Text Example
White with #E20D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D00; }
p { color: rgb(226,13,0); }
H1.HeaderClassName
{
color: #E20D00;
}
.AnyTagClassName
{
color: #E20D00;
}
</style>
background-color css
<style>
a { background-color: #E20D00; }
a { background-color: rgb(226,13,0); }
div.DivClassName
{
background-color: #E20D00;
}
.BgClassName
{
background-color: #E20D00;
}
</style>
border-color css
<style>
span { border-color: #E20D00; }
span { border-color: rgb(226,13,0); }
td.TdClassName
{
border-color: #E20D00;
}
.TagClassName
{
border-color: #E20D00;
}
</style>