Shades of Red #E71006
Tints of Red #E71006
RGB
CMYK
RGB Variations
Color information
#E71006 (or 0xE71006) is known color: Red. HEX triplet: E7, 10 and 06. RGB value is (231,16,6). Sum of RGB (Red+Green+Blue) = 231+16+6=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E71006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71006 is #18EFF9. Grayscale: #4F4F4F. Windows color (decimal): -1634298 or 397543. OLE color: 397543.
HSL color Cylindrical-coordinate representation of color #E71006: hue angle of 2.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E71006 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.09 |
| HSL | 2.67º | 0.95% | 0.46% | - |
| HSV(B) | 2.67º | 0.97% | 0.91% | - |
| XYZ | 33.17 | 17.37 | 1.78 | - |
| YUV | 79.15 | 86.73 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 6 | 0 | 0.93 | 0.97 | 0.09 | 2.67 | 0.95 | 0.46 |
| Hex | E7 | 10 | 6 | 0 | 5D | 61 | 9 | 3 | 5F | 2E |
| Octal | 347 | 20 | 6 | 0 | 135 | 141 | 11 | 3 | 137 | 56 |
| Binary | 11100111 | 10000 | 110 | 0 | 1011101 | 1100001 | 1001 | 11 | 1011111 | 101110 |
Color Harmonies of #E71006
Complementary color
Monochromatic Colors of #E71006
Black with #E71006
Text Example
Text Example
White with #E71006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71006; }
p { color: rgb(231,16,6); }
H1.HeaderClassName
{
color: #E71006;
}
.AnyTagClassName
{
color: #E71006;
}
</style>
background-color css
<style>
a { background-color: #E71006; }
a { background-color: rgb(231,16,6); }
div.DivClassName
{
background-color: #E71006;
}
.BgClassName
{
background-color: #E71006;
}
</style>
border-color css
<style>
span { border-color: #E71006; }
span { border-color: rgb(231,16,6); }
td.TdClassName
{
border-color: #E71006;
}
.TagClassName
{
border-color: #E71006;
}
</style>