Shades of Red #E20D05
Tints of Red #E20D05
RGB
CMYK
RGB Variations
Color information
#E20D05 (or 0xE20D05) is known color: Red. HEX triplet: E2, 0D and 05. RGB value is (226,13,5). Sum of RGB (Red+Green+Blue) = 226+13+5=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20D05 is #1DF2FA. Grayscale: #4C4C4C. Windows color (decimal): -1962747 or 331234. OLE color: 331234.
HSL color Cylindrical-coordinate representation of color #E20D05: hue angle of 2.17º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20D05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.11 |
| HSL | 2.17º | 0.96% | 0.45% | - |
| HSV(B) | 2.17º | 0.98% | 0.89% | - |
| XYZ | 31.54 | 16.47 | 1.66 | - |
| YUV | 75.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 5 | 0 | 0.94 | 0.98 | 0.11 | 2.17 | 0.96 | 0.45 |
| Hex | E2 | D | 5 | 0 | 5E | 62 | B | 2 | 60 | 2D |
| Octal | 342 | 15 | 5 | 0 | 136 | 142 | 13 | 2 | 140 | 55 |
| Binary | 11100010 | 1101 | 101 | 0 | 1011110 | 1100010 | 1011 | 10 | 1100000 | 101101 |
Color Harmonies of #E20D05
Complementary color
Monochromatic Colors of #E20D05
Black with #E20D05
Text Example
Text Example
White with #E20D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20D05; }
p { color: rgb(226,13,5); }
H1.HeaderClassName
{
color: #E20D05;
}
.AnyTagClassName
{
color: #E20D05;
}
</style>
background-color css
<style>
a { background-color: #E20D05; }
a { background-color: rgb(226,13,5); }
div.DivClassName
{
background-color: #E20D05;
}
.BgClassName
{
background-color: #E20D05;
}
</style>
border-color css
<style>
span { border-color: #E20D05; }
span { border-color: rgb(226,13,5); }
td.TdClassName
{
border-color: #E20D05;
}
.TagClassName
{
border-color: #E20D05;
}
</style>