Shades of Venetian Red #C60221
Tints of Venetian Red #C60221
RGB
CMYK
RGB Variations
Color information
#C60221 (or 0xC60221) is known color: Venetian Red. HEX triplet: C6, 02 and 21. RGB value is (198,2,33). Sum of RGB (Red+Green+Blue) = 198+2+33=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C60221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60221 is #39FDDE. Grayscale: #404040. Windows color (decimal): -3800543 or 2163398. OLE color: 2163398.
HSL color Cylindrical-coordinate representation of color #C60221: hue angle of 350.51º 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 #C60221 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.22 |
| HSL | 350.51º | 0.98% | 0.39% | - |
| HSV(B) | 350.51º | 0.99% | 0.78% | - |
| XYZ | 23.58 | 12.16 | 2.54 | - |
| YUV | 64.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 33 | 0 | 0.99 | 0.83 | 0.22 | 350.51 | 0.98 | 0.39 |
| Hex | C6 | 2 | 21 | 0 | 63 | 53 | 16 | 15F | 62 | 27 |
| Octal | 306 | 2 | 41 | 0 | 143 | 123 | 26 | 537 | 142 | 47 |
| Binary | 11000110 | 10 | 100001 | 0 | 1100011 | 1010011 | 10110 | 101011111 | 1100010 | 100111 |
Color Harmonies of #C60221
Complementary color
Monochromatic Colors of #C60221
Black with #C60221
Text Example
Text Example
White with #C60221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60221; }
p { color: rgb(198,2,33); }
H1.HeaderClassName
{
color: #C60221;
}
.AnyTagClassName
{
color: #C60221;
}
</style>
background-color css
<style>
a { background-color: #C60221; }
a { background-color: rgb(198,2,33); }
div.DivClassName
{
background-color: #C60221;
}
.BgClassName
{
background-color: #C60221;
}
</style>
border-color css
<style>
span { border-color: #C60221; }
span { border-color: rgb(198,2,33); }
td.TdClassName
{
border-color: #C60221;
}
.TagClassName
{
border-color: #C60221;
}
</style>