Shades of Venetian Red #C70710
Tints of Venetian Red #C70710
RGB
CMYK
RGB Variations
Color information
#C70710 (or 0xC70710) is known color: Venetian Red. HEX triplet: C7, 07 and 10. RGB value is (199,7,16). Sum of RGB (Red+Green+Blue) = 199+7+16=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70710 is #38F8EF. Grayscale: #414141. Windows color (decimal): -3733744 or 1050567. OLE color: 1050567.
HSL color Cylindrical-coordinate representation of color #C70710: hue angle of 357.19º 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 #C70710 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.22 |
| HSL | 357.19º | 0.93% | 0.4% | - |
| HSV(B) | 357.19º | 0.96% | 0.78% | - |
| XYZ | 23.72 | 12.33 | 1.62 | - |
| YUV | 65.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 16 | 0 | 0.96 | 0.92 | 0.22 | 357.19 | 0.93 | 0.4 |
| Hex | C7 | 7 | 10 | 0 | 60 | 5C | 16 | 165 | 5D | 28 |
| Octal | 307 | 7 | 20 | 0 | 140 | 134 | 26 | 545 | 135 | 50 |
| Binary | 11000111 | 111 | 10000 | 0 | 1100000 | 1011100 | 10110 | 101100101 | 1011101 | 101000 |
Color Harmonies of #C70710
Complementary color
Monochromatic Colors of #C70710
Black with #C70710
Text Example
Text Example
White with #C70710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70710; }
p { color: rgb(199,7,16); }
H1.HeaderClassName
{
color: #C70710;
}
.AnyTagClassName
{
color: #C70710;
}
</style>
background-color css
<style>
a { background-color: #C70710; }
a { background-color: rgb(199,7,16); }
div.DivClassName
{
background-color: #C70710;
}
.BgClassName
{
background-color: #C70710;
}
</style>
border-color css
<style>
span { border-color: #C70710; }
span { border-color: rgb(199,7,16); }
td.TdClassName
{
border-color: #C70710;
}
.TagClassName
{
border-color: #C70710;
}
</style>