Shades of Venetian Red #C70116
Tints of Venetian Red #C70116
RGB
CMYK
RGB Variations
Color information
#C70116 (or 0xC70116) is known color: Venetian Red. HEX triplet: C7, 01 and 16. RGB value is (199,1,22). Sum of RGB (Red+Green+Blue) = 199+1+22=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70116 is #38FEE9. Grayscale: #3E3E3E. Windows color (decimal): -3735274 or 1442247. OLE color: 1442247.
HSL color Cylindrical-coordinate representation of color #C70116: hue angle of 353.64º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.22 |
| HSL | 353.64º | 0.99% | 0.39% | - |
| HSV(B) | 353.64º | 0.99% | 0.78% | - |
| XYZ | 23.71 | 12.22 | 1.87 | - |
| YUV | 62.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 22 | 0 | 0.99 | 0.89 | 0.22 | 353.64 | 0.99 | 0.39 |
| Hex | C7 | 1 | 16 | 0 | 63 | 59 | 16 | 162 | 63 | 27 |
| Octal | 307 | 1 | 26 | 0 | 143 | 131 | 26 | 542 | 143 | 47 |
| Binary | 11000111 | 1 | 10110 | 0 | 1100011 | 1011001 | 10110 | 101100010 | 1100011 | 100111 |
Color Harmonies of #C70116
Complementary color
Monochromatic Colors of #C70116
Black with #C70116
Text Example
Text Example
White with #C70116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70116; }
p { color: rgb(199,1,22); }
H1.HeaderClassName
{
color: #C70116;
}
.AnyTagClassName
{
color: #C70116;
}
</style>
background-color css
<style>
a { background-color: #C70116; }
a { background-color: rgb(199,1,22); }
div.DivClassName
{
background-color: #C70116;
}
.BgClassName
{
background-color: #C70116;
}
</style>
border-color css
<style>
span { border-color: #C70116; }
span { border-color: rgb(199,1,22); }
td.TdClassName
{
border-color: #C70116;
}
.TagClassName
{
border-color: #C70116;
}
</style>