Shades of Venetian Red #E70610
Tints of Venetian Red #E70610
RGB
CMYK
RGB Variations
Color information
#E70610 (or 0xE70610) is known color: Venetian Red. HEX triplet: E7, 06 and 10. RGB value is (231,6,16). Sum of RGB (Red+Green+Blue) = 231+6+16=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E70610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70610 is #18F9EF. Grayscale: #4A4A4A. Windows color (decimal): -1636848 or 1050343. OLE color: 1050343.
HSL color Cylindrical-coordinate representation of color #E70610: hue angle of 357.33º 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 #E70610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.09 |
| HSL | 357.33º | 0.95% | 0.46% | - |
| HSV(B) | 357.33º | 0.97% | 0.91% | - |
| XYZ | 33.11 | 17.16 | 2.06 | - |
| YUV | 74.42 | 95.04 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 16 | 0 | 0.97 | 0.93 | 0.09 | 357.33 | 0.95 | 0.46 |
| Hex | E7 | 6 | 10 | 0 | 61 | 5D | 9 | 165 | 5F | 2E |
| Octal | 347 | 6 | 20 | 0 | 141 | 135 | 11 | 545 | 137 | 56 |
| Binary | 11100111 | 110 | 10000 | 0 | 1100001 | 1011101 | 1001 | 101100101 | 1011111 | 101110 |
Color Harmonies of #E70610
Complementary color
Monochromatic Colors of #E70610
Black with #E70610
Text Example
Text Example
White with #E70610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70610; }
p { color: rgb(231,6,16); }
H1.HeaderClassName
{
color: #E70610;
}
.AnyTagClassName
{
color: #E70610;
}
</style>
background-color css
<style>
a { background-color: #E70610; }
a { background-color: rgb(231,6,16); }
div.DivClassName
{
background-color: #E70610;
}
.BgClassName
{
background-color: #E70610;
}
</style>
border-color css
<style>
span { border-color: #E70610; }
span { border-color: rgb(231,6,16); }
td.TdClassName
{
border-color: #E70610;
}
.TagClassName
{
border-color: #E70610;
}
</style>