Shades of Venetian Red #C20C20
Tints of Venetian Red #C20C20
RGB
CMYK
RGB Variations
Color information
#C20C20 (or 0xC20C20) is known color: Venetian Red. HEX triplet: C2, 0C and 20. RGB value is (194,12,32). Sum of RGB (Red+Green+Blue) = 194+12+32=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C20 is #3DF3DF. Grayscale: #444444. Windows color (decimal): -4060128 or 2100418. OLE color: 2100418.
HSL color Cylindrical-coordinate representation of color #C20C20: hue angle of 353.41º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.24 |
| HSL | 353.41º | 0.88% | 0.4% | - |
| HSV(B) | 353.41º | 0.94% | 0.76% | - |
| XYZ | 22.64 | 11.84 | 2.46 | - |
| YUV | 68.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 32 | 0 | 0.94 | 0.84 | 0.24 | 353.41 | 0.88 | 0.4 |
| Hex | C2 | C | 20 | 0 | 5E | 54 | 18 | 161 | 58 | 28 |
| Octal | 302 | 14 | 40 | 0 | 136 | 124 | 30 | 541 | 130 | 50 |
| Binary | 11000010 | 1100 | 100000 | 0 | 1011110 | 1010100 | 11000 | 101100001 | 1011000 | 101000 |
Color Harmonies of #C20C20
Complementary color
Monochromatic Colors of #C20C20
Black with #C20C20
Text Example
Text Example
White with #C20C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C20; }
p { color: rgb(194,12,32); }
H1.HeaderClassName
{
color: #C20C20;
}
.AnyTagClassName
{
color: #C20C20;
}
</style>
background-color css
<style>
a { background-color: #C20C20; }
a { background-color: rgb(194,12,32); }
div.DivClassName
{
background-color: #C20C20;
}
.BgClassName
{
background-color: #C20C20;
}
</style>
border-color css
<style>
span { border-color: #C20C20; }
span { border-color: rgb(194,12,32); }
td.TdClassName
{
border-color: #C20C20;
}
.TagClassName
{
border-color: #C20C20;
}
</style>