Shades of Venetian Red #C60220
Tints of Venetian Red #C60220
RGB
CMYK
RGB Variations
Color information
#C60220 (or 0xC60220) is known color: Venetian Red. HEX triplet: C6, 02 and 20. RGB value is (198,2,32). Sum of RGB (Red+Green+Blue) = 198+2+32=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C60220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60220 is #39FDDF. Grayscale: #404040. Windows color (decimal): -3800544 or 2097862. OLE color: 2097862.
HSL color Cylindrical-coordinate representation of color #C60220: hue angle of 350.82º 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 #C60220 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.22 |
| HSL | 350.82º | 0.98% | 0.39% | - |
| HSV(B) | 350.82º | 0.99% | 0.78% | - |
| XYZ | 23.57 | 12.15 | 2.47 | - |
| YUV | 64.02 | 109.93 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 32 | 0 | 0.99 | 0.84 | 0.22 | 350.82 | 0.98 | 0.39 |
| Hex | C6 | 2 | 20 | 0 | 63 | 54 | 16 | 15F | 62 | 27 |
| Octal | 306 | 2 | 40 | 0 | 143 | 124 | 26 | 537 | 142 | 47 |
| Binary | 11000110 | 10 | 100000 | 0 | 1100011 | 1010100 | 10110 | 101011111 | 1100010 | 100111 |
Color Harmonies of #C60220
Complementary color
Monochromatic Colors of #C60220
Black with #C60220
Text Example
Text Example
White with #C60220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60220; }
p { color: rgb(198,2,32); }
H1.HeaderClassName
{
color: #C60220;
}
.AnyTagClassName
{
color: #C60220;
}
</style>
background-color css
<style>
a { background-color: #C60220; }
a { background-color: rgb(198,2,32); }
div.DivClassName
{
background-color: #C60220;
}
.BgClassName
{
background-color: #C60220;
}
</style>
border-color css
<style>
span { border-color: #C60220; }
span { border-color: rgb(198,2,32); }
td.TdClassName
{
border-color: #C60220;
}
.TagClassName
{
border-color: #C60220;
}
</style>