Shades of Venetian Red #E70710
Tints of Venetian Red #E70710
RGB
CMYK
RGB Variations
Color information
#E70710 (or 0xE70710) is known color: Venetian Red. HEX triplet: E7, 07 and 10. RGB value is (231,7,16). Sum of RGB (Red+Green+Blue) = 231+7+16=254 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.94% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 231 - color contains mainly: red. Hex color #E70710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70710 is #18F8EF. Grayscale: #4B4B4B. Windows color (decimal): -1636592 or 1050599. OLE color: 1050599.
HSL color Cylindrical-coordinate representation of color #E70710: hue angle of 357.59º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.09 |
| HSL | 357.59º | 0.94% | 0.47% | - |
| HSV(B) | 357.59º | 0.97% | 0.91% | - |
| XYZ | 33.12 | 17.18 | 2.06 | - |
| YUV | 75 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 16 | 0 | 0.97 | 0.93 | 0.09 | 357.59 | 0.94 | 0.47 |
| Hex | E7 | 7 | 10 | 0 | 61 | 5D | 9 | 166 | 5E | 2F |
| Octal | 347 | 7 | 20 | 0 | 141 | 135 | 11 | 546 | 136 | 57 |
| Binary | 11100111 | 111 | 10000 | 0 | 1100001 | 1011101 | 1001 | 101100110 | 1011110 | 101111 |
Color Harmonies of #E70710
Complementary color
Monochromatic Colors of #E70710
Black with #E70710
Text Example
Text Example
White with #E70710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70710; }
p { color: rgb(231,7,16); }
H1.HeaderClassName
{
color: #E70710;
}
.AnyTagClassName
{
color: #E70710;
}
</style>
background-color css
<style>
a { background-color: #E70710; }
a { background-color: rgb(231,7,16); }
div.DivClassName
{
background-color: #E70710;
}
.BgClassName
{
background-color: #E70710;
}
</style>
border-color css
<style>
span { border-color: #E70710; }
span { border-color: rgb(231,7,16); }
td.TdClassName
{
border-color: #E70710;
}
.TagClassName
{
border-color: #E70710;
}
</style>