Shades of Red #E11005
Tints of Red #E11005
RGB
CMYK
RGB Variations
Color information
#E11005 (or 0xE11005) is known color: Red. HEX triplet: E1, 10 and 05. RGB value is (225,16,5). Sum of RGB (Red+Green+Blue) = 225+16+5=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E11005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11005 is #1EEFFA. Grayscale: #4D4D4D. Windows color (decimal): -2027515 or 332001. OLE color: 332001.
HSL color Cylindrical-coordinate representation of color #E11005: hue angle of 3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E11005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.12 |
| HSL | 3º | 0.96% | 0.45% | - |
| HSV(B) | 3º | 0.98% | 0.88% | - |
| XYZ | 31.26 | 16.39 | 1.66 | - |
| YUV | 77.24 | 87.24 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 5 | 0 | 0.93 | 0.98 | 0.12 | 3 | 0.96 | 0.45 |
| Hex | E1 | 10 | 5 | 0 | 5D | 62 | C | 3 | 60 | 2D |
| Octal | 341 | 20 | 5 | 0 | 135 | 142 | 14 | 3 | 140 | 55 |
| Binary | 11100001 | 10000 | 101 | 0 | 1011101 | 1100010 | 1100 | 11 | 1100000 | 101101 |
Color Harmonies of #E11005
Complementary color
Monochromatic Colors of #E11005
Black with #E11005
Text Example
Text Example
White with #E11005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11005; }
p { color: rgb(225,16,5); }
H1.HeaderClassName
{
color: #E11005;
}
.AnyTagClassName
{
color: #E11005;
}
</style>
background-color css
<style>
a { background-color: #E11005; }
a { background-color: rgb(225,16,5); }
div.DivClassName
{
background-color: #E11005;
}
.BgClassName
{
background-color: #E11005;
}
</style>
border-color css
<style>
span { border-color: #E11005; }
span { border-color: rgb(225,16,5); }
td.TdClassName
{
border-color: #E11005;
}
.TagClassName
{
border-color: #E11005;
}
</style>