Shades of Venetian Red #C20216
Tints of Venetian Red #C20216
RGB
CMYK
RGB Variations
Color information
#C20216 (or 0xC20216) is known color: Venetian Red. HEX triplet: C2, 02 and 16. RGB value is (194,2,22). Sum of RGB (Red+Green+Blue) = 194+2+22=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20216 is #3DFDE9. Grayscale: #3D3D3D. Windows color (decimal): -4062698 or 1442498. OLE color: 1442498.
HSL color Cylindrical-coordinate representation of color #C20216: hue angle of 353.75º degrees, saturation: 0.98, 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 #C20216 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.24 |
| HSL | 353.75º | 0.98% | 0.38% | - |
| HSV(B) | 353.75º | 0.99% | 0.76% | - |
| XYZ | 22.41 | 11.57 | 1.81 | - |
| YUV | 61.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 22 | 0 | 0.99 | 0.89 | 0.24 | 353.75 | 0.98 | 0.38 |
| Hex | C2 | 2 | 16 | 0 | 63 | 59 | 18 | 162 | 62 | 26 |
| Octal | 302 | 2 | 26 | 0 | 143 | 131 | 30 | 542 | 142 | 46 |
| Binary | 11000010 | 10 | 10110 | 0 | 1100011 | 1011001 | 11000 | 101100010 | 1100010 | 100110 |
Color Harmonies of #C20216
Complementary color
Monochromatic Colors of #C20216
Black with #C20216
Text Example
Text Example
White with #C20216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20216; }
p { color: rgb(194,2,22); }
H1.HeaderClassName
{
color: #C20216;
}
.AnyTagClassName
{
color: #C20216;
}
</style>
background-color css
<style>
a { background-color: #C20216; }
a { background-color: rgb(194,2,22); }
div.DivClassName
{
background-color: #C20216;
}
.BgClassName
{
background-color: #C20216;
}
</style>
border-color css
<style>
span { border-color: #C20216; }
span { border-color: rgb(194,2,22); }
td.TdClassName
{
border-color: #C20216;
}
.TagClassName
{
border-color: #C20216;
}
</style>