Shades of Venetian Red #C80916
Tints of Venetian Red #C80916
RGB
CMYK
RGB Variations
Color information
#C80916 (or 0xC80916) is known color: Venetian Red. HEX triplet: C8, 09 and 16. RGB value is (200,9,22). Sum of RGB (Red+Green+Blue) = 200+9+22=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C80916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80916 is #37F6E9. Grayscale: #434343. Windows color (decimal): -3667690 or 1444296. OLE color: 1444296.
HSL color Cylindrical-coordinate representation of color #C80916: hue angle of 355.92º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80916 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.22 |
| HSL | 355.92º | 0.91% | 0.41% | - |
| HSV(B) | 355.92º | 0.96% | 0.78% | - |
| XYZ | 24.06 | 12.53 | 1.91 | - |
| YUV | 67.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 22 | 0 | 0.96 | 0.89 | 0.22 | 355.92 | 0.91 | 0.41 |
| Hex | C8 | 9 | 16 | 0 | 60 | 59 | 16 | 164 | 5B | 29 |
| Octal | 310 | 11 | 26 | 0 | 140 | 131 | 26 | 544 | 133 | 51 |
| Binary | 11001000 | 1001 | 10110 | 0 | 1100000 | 1011001 | 10110 | 101100100 | 1011011 | 101001 |
Color Harmonies of #C80916
Complementary color
Monochromatic Colors of #C80916
Black with #C80916
Text Example
Text Example
White with #C80916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80916; }
p { color: rgb(200,9,22); }
H1.HeaderClassName
{
color: #C80916;
}
.AnyTagClassName
{
color: #C80916;
}
</style>
background-color css
<style>
a { background-color: #C80916; }
a { background-color: rgb(200,9,22); }
div.DivClassName
{
background-color: #C80916;
}
.BgClassName
{
background-color: #C80916;
}
</style>
border-color css
<style>
span { border-color: #C80916; }
span { border-color: rgb(200,9,22); }
td.TdClassName
{
border-color: #C80916;
}
.TagClassName
{
border-color: #C80916;
}
</style>