Shades of Venetian Red #E70612
Tints of Venetian Red #E70612
RGB
CMYK
RGB Variations
Color information
#E70612 (or 0xE70612) is known color: Venetian Red. HEX triplet: E7, 06 and 12. RGB value is (231,6,18). Sum of RGB (Red+Green+Blue) = 231+6+18=255 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.59% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 231 - color contains mainly: red. Hex color #E70612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70612 is #18F9ED. Grayscale: #4A4A4A. Windows color (decimal): -1636846 or 1181415. OLE color: 1181415.
HSL color Cylindrical-coordinate representation of color #E70612: hue angle of 356.8º 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 #E70612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.09 |
| HSL | 356.8º | 0.95% | 0.46% | - |
| HSV(B) | 356.8º | 0.97% | 0.91% | - |
| XYZ | 33.13 | 17.16 | 2.14 | - |
| YUV | 74.64 | 96.04 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 18 | 0 | 0.97 | 0.92 | 0.09 | 356.8 | 0.95 | 0.46 |
| Hex | E7 | 6 | 12 | 0 | 61 | 5C | 9 | 165 | 5F | 2E |
| Octal | 347 | 6 | 22 | 0 | 141 | 134 | 11 | 545 | 137 | 56 |
| Binary | 11100111 | 110 | 10010 | 0 | 1100001 | 1011100 | 1001 | 101100101 | 1011111 | 101110 |
Color Harmonies of #E70612
Complementary color
Monochromatic Colors of #E70612
Black with #E70612
Text Example
Text Example
White with #E70612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70612; }
p { color: rgb(231,6,18); }
H1.HeaderClassName
{
color: #E70612;
}
.AnyTagClassName
{
color: #E70612;
}
</style>
background-color css
<style>
a { background-color: #E70612; }
a { background-color: rgb(231,6,18); }
div.DivClassName
{
background-color: #E70612;
}
.BgClassName
{
background-color: #E70612;
}
</style>
border-color css
<style>
span { border-color: #E70612; }
span { border-color: rgb(231,6,18); }
td.TdClassName
{
border-color: #E70612;
}
.TagClassName
{
border-color: #E70612;
}
</style>