Shades of Venetian Red #C20220
Tints of Venetian Red #C20220
RGB
CMYK
RGB Variations
Color information
#C20220 (or 0xC20220) is known color: Venetian Red. HEX triplet: C2, 02 and 20. RGB value is (194,2,32). Sum of RGB (Red+Green+Blue) = 194+2+32=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C20220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20220 is #3DFDDF. Grayscale: #3E3E3E. Windows color (decimal): -4062688 or 2097858. OLE color: 2097858.
HSL color Cylindrical-coordinate representation of color #C20220: hue angle of 350.62º 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 #C20220 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.24 |
| HSL | 350.63º | 0.98% | 0.38% | - |
| HSV(B) | 350.63º | 0.99% | 0.76% | - |
| XYZ | 22.53 | 11.62 | 2.42 | - |
| YUV | 62.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 32 | 0 | 0.99 | 0.84 | 0.24 | 350.63 | 0.98 | 0.38 |
| Hex | C2 | 2 | 20 | 0 | 63 | 54 | 18 | 15F | 62 | 26 |
| Octal | 302 | 2 | 40 | 0 | 143 | 124 | 30 | 537 | 142 | 46 |
| Binary | 11000010 | 10 | 100000 | 0 | 1100011 | 1010100 | 11000 | 101011111 | 1100010 | 100110 |
Color Harmonies of #C20220
Complementary color
Monochromatic Colors of #C20220
Black with #C20220
Text Example
Text Example
White with #C20220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20220; }
p { color: rgb(194,2,32); }
H1.HeaderClassName
{
color: #C20220;
}
.AnyTagClassName
{
color: #C20220;
}
</style>
background-color css
<style>
a { background-color: #C20220; }
a { background-color: rgb(194,2,32); }
div.DivClassName
{
background-color: #C20220;
}
.BgClassName
{
background-color: #C20220;
}
</style>
border-color css
<style>
span { border-color: #C20220; }
span { border-color: rgb(194,2,32); }
td.TdClassName
{
border-color: #C20220;
}
.TagClassName
{
border-color: #C20220;
}
</style>