Shades of Red #E51006
Tints of Red #E51006
RGB
CMYK
RGB Variations
Color information
#E51006 (or 0xE51006) is known color: Red. HEX triplet: E5, 10 and 06. RGB value is (229,16,6). Sum of RGB (Red+Green+Blue) = 229+16+6=251 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.24% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 229 - color contains mainly: red. Hex color #E51006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E51006 is #1AEFF9. Grayscale: #4E4E4E. Windows color (decimal): -1765370 or 397541. OLE color: 397541.
HSL color Cylindrical-coordinate representation of color #E51006: hue angle of 2.69º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E51006 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.10 |
| HSL | 2.69º | 0.95% | 0.46% | - |
| HSV(B) | 2.69º | 0.97% | 0.9% | - |
| XYZ | 32.53 | 17.04 | 1.75 | - |
| YUV | 78.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 6 | 0 | 0.93 | 0.97 | 0.10 | 2.69 | 0.95 | 0.46 |
| Hex | E5 | 10 | 6 | 0 | 5D | 61 | A | 3 | 5F | 2E |
| Octal | 345 | 20 | 6 | 0 | 135 | 141 | 12 | 3 | 137 | 56 |
| Binary | 11100101 | 10000 | 110 | 0 | 1011101 | 1100001 | 1010 | 11 | 1011111 | 101110 |
Color Harmonies of #E51006
Complementary color
Monochromatic Colors of #E51006
Black with #E51006
Text Example
Text Example
White with #E51006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51006; }
p { color: rgb(229,16,6); }
H1.HeaderClassName
{
color: #E51006;
}
.AnyTagClassName
{
color: #E51006;
}
</style>
background-color css
<style>
a { background-color: #E51006; }
a { background-color: rgb(229,16,6); }
div.DivClassName
{
background-color: #E51006;
}
.BgClassName
{
background-color: #E51006;
}
</style>
border-color css
<style>
span { border-color: #E51006; }
span { border-color: rgb(229,16,6); }
td.TdClassName
{
border-color: #E51006;
}
.TagClassName
{
border-color: #E51006;
}
</style>