Shades of Red #E21005
Tints of Red #E21005
RGB
CMYK
RGB Variations
Color information
#E21005 (or 0xE21005) is known color: Red. HEX triplet: E2, 10 and 05. RGB value is (226,16,5). Sum of RGB (Red+Green+Blue) = 226+16+5=247 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.50% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 226 - color contains mainly: red. Hex color #E21005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21005 is #1DEFFA. Grayscale: #4D4D4D. Windows color (decimal): -1961979 or 332002. OLE color: 332002.
HSL color Cylindrical-coordinate representation of color #E21005: hue angle of 2.99º 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 #E21005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.11 |
| HSL | 2.99º | 0.96% | 0.45% | - |
| HSV(B) | 2.99º | 0.98% | 0.89% | - |
| XYZ | 31.58 | 16.55 | 1.67 | - |
| YUV | 77.54 | 87.07 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 5 | 0 | 0.93 | 0.98 | 0.11 | 2.99 | 0.96 | 0.45 |
| Hex | E2 | 10 | 5 | 0 | 5D | 62 | B | 3 | 60 | 2D |
| Octal | 342 | 20 | 5 | 0 | 135 | 142 | 13 | 3 | 140 | 55 |
| Binary | 11100010 | 10000 | 101 | 0 | 1011101 | 1100010 | 1011 | 11 | 1100000 | 101101 |
Color Harmonies of #E21005
Complementary color
Monochromatic Colors of #E21005
Black with #E21005
Text Example
Text Example
White with #E21005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21005; }
p { color: rgb(226,16,5); }
H1.HeaderClassName
{
color: #E21005;
}
.AnyTagClassName
{
color: #E21005;
}
</style>
background-color css
<style>
a { background-color: #E21005; }
a { background-color: rgb(226,16,5); }
div.DivClassName
{
background-color: #E21005;
}
.BgClassName
{
background-color: #E21005;
}
</style>
border-color css
<style>
span { border-color: #E21005; }
span { border-color: rgb(226,16,5); }
td.TdClassName
{
border-color: #E21005;
}
.TagClassName
{
border-color: #E21005;
}
</style>