Shades of Venetian Red #C60216
Tints of Venetian Red #C60216
RGB
CMYK
RGB Variations
Color information
#C60216 (or 0xC60216) is known color: Venetian Red. HEX triplet: C6, 02 and 16. RGB value is (198,2,22). Sum of RGB (Red+Green+Blue) = 198+2+22=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60216 is #39FDE9. Grayscale: #3F3F3F. Windows color (decimal): -3800554 or 1442502. OLE color: 1442502.
HSL color Cylindrical-coordinate representation of color #C60216: hue angle of 353.88º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60216 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.22 |
| HSL | 353.88º | 0.98% | 0.39% | - |
| HSV(B) | 353.88º | 0.99% | 0.78% | - |
| XYZ | 23.46 | 12.11 | 1.86 | - |
| YUV | 62.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 22 | 0 | 0.99 | 0.89 | 0.22 | 353.88 | 0.98 | 0.39 |
| Hex | C6 | 2 | 16 | 0 | 63 | 59 | 16 | 162 | 62 | 27 |
| Octal | 306 | 2 | 26 | 0 | 143 | 131 | 26 | 542 | 142 | 47 |
| Binary | 11000110 | 10 | 10110 | 0 | 1100011 | 1011001 | 10110 | 101100010 | 1100010 | 100111 |
Color Harmonies of #C60216
Complementary color
Monochromatic Colors of #C60216
Black with #C60216
Text Example
Text Example
White with #C60216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60216; }
p { color: rgb(198,2,22); }
H1.HeaderClassName
{
color: #C60216;
}
.AnyTagClassName
{
color: #C60216;
}
</style>
background-color css
<style>
a { background-color: #C60216; }
a { background-color: rgb(198,2,22); }
div.DivClassName
{
background-color: #C60216;
}
.BgClassName
{
background-color: #C60216;
}
</style>
border-color css
<style>
span { border-color: #C60216; }
span { border-color: rgb(198,2,22); }
td.TdClassName
{
border-color: #C60216;
}
.TagClassName
{
border-color: #C60216;
}
</style>