Shades of Venetian Red #C30016
Tints of Venetian Red #C30016
RGB
CMYK
RGB Variations
Color information
#C30016 (or 0xC30016) is known color: Venetian Red. HEX triplet: C3, 00 and 16. RGB value is (195,0,22). Sum of RGB (Red+Green+Blue) = 195+0+22=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C30016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30016 is #3CFFE9. Grayscale: #3C3C3C. Windows color (decimal): -3997674 or 1441987. OLE color: 1441987.
HSL color Cylindrical-coordinate representation of color #C30016: hue angle of 353.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30016 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.89 | 0.24 |
| HSL | 353.23º | 1% | 0.38% | - |
| HSV(B) | 353.23º | 1% | 0.76% | - |
| XYZ | 22.65 | 11.66 | 1.82 | - |
| YUV | 60.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 22 | 0 | 1 | 0.89 | 0.24 | 353.23 | 1 | 0.38 |
| Hex | C3 | 0 | 16 | 0 | 64 | 59 | 18 | 161 | 64 | 26 |
| Octal | 303 | 0 | 26 | 0 | 144 | 131 | 30 | 541 | 144 | 46 |
| Binary | 11000011 | 0 | 10110 | 0 | 1100100 | 1011001 | 11000 | 101100001 | 1100100 | 100110 |
Color Harmonies of #C30016
Complementary color
Monochromatic Colors of #C30016
Black with #C30016
Text Example
Text Example
White with #C30016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30016; }
p { color: rgb(195,0,22); }
H1.HeaderClassName
{
color: #C30016;
}
.AnyTagClassName
{
color: #C30016;
}
</style>
background-color css
<style>
a { background-color: #C30016; }
a { background-color: rgb(195,0,22); }
div.DivClassName
{
background-color: #C30016;
}
.BgClassName
{
background-color: #C30016;
}
</style>
border-color css
<style>
span { border-color: #C30016; }
span { border-color: rgb(195,0,22); }
td.TdClassName
{
border-color: #C30016;
}
.TagClassName
{
border-color: #C30016;
}
</style>