Shades of Venetian Red #C70711
Tints of Venetian Red #C70711
RGB
CMYK
RGB Variations
Color information
#C70711 (or 0xC70711) is known color: Venetian Red. HEX triplet: C7, 07 and 11. RGB value is (199,7,17). Sum of RGB (Red+Green+Blue) = 199+7+17=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70711 is #38F8EE. Grayscale: #414141. Windows color (decimal): -3733743 or 1116103. OLE color: 1116103.
HSL color Cylindrical-coordinate representation of color #C70711: hue angle of 356.88º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70711 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.22 |
| HSL | 356.88º | 0.93% | 0.4% | - |
| HSV(B) | 356.88º | 0.96% | 0.78% | - |
| XYZ | 23.73 | 12.33 | 1.66 | - |
| YUV | 65.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 17 | 0 | 0.96 | 0.91 | 0.22 | 356.88 | 0.93 | 0.4 |
| Hex | C7 | 7 | 11 | 0 | 60 | 5B | 16 | 165 | 5D | 28 |
| Octal | 307 | 7 | 21 | 0 | 140 | 133 | 26 | 545 | 135 | 50 |
| Binary | 11000111 | 111 | 10001 | 0 | 1100000 | 1011011 | 10110 | 101100101 | 1011101 | 101000 |
Color Harmonies of #C70711
Complementary color
Monochromatic Colors of #C70711
Black with #C70711
Text Example
Text Example
White with #C70711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70711; }
p { color: rgb(199,7,17); }
H1.HeaderClassName
{
color: #C70711;
}
.AnyTagClassName
{
color: #C70711;
}
</style>
background-color css
<style>
a { background-color: #C70711; }
a { background-color: rgb(199,7,17); }
div.DivClassName
{
background-color: #C70711;
}
.BgClassName
{
background-color: #C70711;
}
</style>
border-color css
<style>
span { border-color: #C70711; }
span { border-color: rgb(199,7,17); }
td.TdClassName
{
border-color: #C70711;
}
.TagClassName
{
border-color: #C70711;
}
</style>