Shades of Venetian Red #C80716
Tints of Venetian Red #C80716
RGB
CMYK
RGB Variations
Color information
#C80716 (or 0xC80716) is known color: Venetian Red. HEX triplet: C8, 07 and 16. RGB value is (200,7,22). Sum of RGB (Red+Green+Blue) = 200+7+22=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80716 is #37F8E9. Grayscale: #424242. Windows color (decimal): -3668202 or 1443784. OLE color: 1443784.
HSL color Cylindrical-coordinate representation of color #C80716: hue angle of 355.34º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80716 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.22 |
| HSL | 355.34º | 0.93% | 0.41% | - |
| HSV(B) | 355.34º | 0.97% | 0.78% | - |
| XYZ | 24.04 | 12.49 | 1.9 | - |
| YUV | 66.42 | 102.94 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 22 | 0 | 0.96 | 0.89 | 0.22 | 355.34 | 0.93 | 0.41 |
| Hex | C8 | 7 | 16 | 0 | 60 | 59 | 16 | 163 | 5D | 29 |
| Octal | 310 | 7 | 26 | 0 | 140 | 131 | 26 | 543 | 135 | 51 |
| Binary | 11001000 | 111 | 10110 | 0 | 1100000 | 1011001 | 10110 | 101100011 | 1011101 | 101001 |
Color Harmonies of #C80716
Complementary color
Monochromatic Colors of #C80716
Black with #C80716
Text Example
Text Example
White with #C80716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80716; }
p { color: rgb(200,7,22); }
H1.HeaderClassName
{
color: #C80716;
}
.AnyTagClassName
{
color: #C80716;
}
</style>
background-color css
<style>
a { background-color: #C80716; }
a { background-color: rgb(200,7,22); }
div.DivClassName
{
background-color: #C80716;
}
.BgClassName
{
background-color: #C80716;
}
</style>
border-color css
<style>
span { border-color: #C80716; }
span { border-color: rgb(200,7,22); }
td.TdClassName
{
border-color: #C80716;
}
.TagClassName
{
border-color: #C80716;
}
</style>