Shades of Venetian Red #C20116
Tints of Venetian Red #C20116
RGB
CMYK
RGB Variations
Color information
#C20116 (or 0xC20116) is known color: Venetian Red. HEX triplet: C2, 01 and 16. RGB value is (194,1,22). Sum of RGB (Red+Green+Blue) = 194+1+22=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20116 is #3DFEE9. Grayscale: #3D3D3D. Windows color (decimal): -4062954 or 1442242. OLE color: 1442242.
HSL color Cylindrical-coordinate representation of color #C20116: hue angle of 353.47º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.24 |
| HSL | 353.47º | 0.99% | 0.38% | - |
| HSV(B) | 353.47º | 0.99% | 0.76% | - |
| XYZ | 22.4 | 11.55 | 1.81 | - |
| YUV | 61.1 | 105.94 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 22 | 0 | 0.99 | 0.89 | 0.24 | 353.47 | 0.99 | 0.38 |
| Hex | C2 | 1 | 16 | 0 | 63 | 59 | 18 | 161 | 63 | 26 |
| Octal | 302 | 1 | 26 | 0 | 143 | 131 | 30 | 541 | 143 | 46 |
| Binary | 11000010 | 1 | 10110 | 0 | 1100011 | 1011001 | 11000 | 101100001 | 1100011 | 100110 |
Color Harmonies of #C20116
Complementary color
Monochromatic Colors of #C20116
Black with #C20116
Text Example
Text Example
White with #C20116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20116; }
p { color: rgb(194,1,22); }
H1.HeaderClassName
{
color: #C20116;
}
.AnyTagClassName
{
color: #C20116;
}
</style>
background-color css
<style>
a { background-color: #C20116; }
a { background-color: rgb(194,1,22); }
div.DivClassName
{
background-color: #C20116;
}
.BgClassName
{
background-color: #C20116;
}
</style>
border-color css
<style>
span { border-color: #C20116; }
span { border-color: rgb(194,1,22); }
td.TdClassName
{
border-color: #C20116;
}
.TagClassName
{
border-color: #C20116;
}
</style>