Shades of Venetian Red #E70616
Tints of Venetian Red #E70616
RGB
CMYK
RGB Variations
Color information
#E70616 (or 0xE70616) is known color: Venetian Red. HEX triplet: E7, 06 and 16. RGB value is (231,6,22). Sum of RGB (Red+Green+Blue) = 231+6+22=259 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.19% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 231 - color contains mainly: red. Hex color #E70616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70616 is #18F9E9. Grayscale: #4B4B4B. Windows color (decimal): -1636842 or 1443559. OLE color: 1443559.
HSL color Cylindrical-coordinate representation of color #E70616: hue angle of 355.73º 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 #E70616 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.09 |
| HSL | 355.73º | 0.95% | 0.46% | - |
| HSV(B) | 355.73º | 0.97% | 0.91% | - |
| XYZ | 33.16 | 17.18 | 2.33 | - |
| YUV | 75.1 | 98.04 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 22 | 0 | 0.97 | 0.90 | 0.09 | 355.73 | 0.95 | 0.46 |
| Hex | E7 | 6 | 16 | 0 | 61 | 5A | 9 | 164 | 5F | 2E |
| Octal | 347 | 6 | 26 | 0 | 141 | 132 | 11 | 544 | 137 | 56 |
| Binary | 11100111 | 110 | 10110 | 0 | 1100001 | 1011010 | 1001 | 101100100 | 1011111 | 101110 |
Color Harmonies of #E70616
Complementary color
Monochromatic Colors of #E70616
Black with #E70616
Text Example
Text Example
White with #E70616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70616; }
p { color: rgb(231,6,22); }
H1.HeaderClassName
{
color: #E70616;
}
.AnyTagClassName
{
color: #E70616;
}
</style>
background-color css
<style>
a { background-color: #E70616; }
a { background-color: rgb(231,6,22); }
div.DivClassName
{
background-color: #E70616;
}
.BgClassName
{
background-color: #E70616;
}
</style>
border-color css
<style>
span { border-color: #E70616; }
span { border-color: rgb(231,6,22); }
td.TdClassName
{
border-color: #E70616;
}
.TagClassName
{
border-color: #E70616;
}
</style>