Shades of Venetian Red #C20820
Tints of Venetian Red #C20820
RGB
CMYK
RGB Variations
Color information
#C20820 (or 0xC20820) is known color: Venetian Red. HEX triplet: C2, 08 and 20. RGB value is (194,8,32). Sum of RGB (Red+Green+Blue) = 194+8+32=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20820 is #3DF7DF. Grayscale: #424242. Windows color (decimal): -4061152 or 2099394. OLE color: 2099394.
HSL color Cylindrical-coordinate representation of color #C20820: hue angle of 352.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20820 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.24 |
| HSL | 352.26º | 0.92% | 0.4% | - |
| HSV(B) | 352.26º | 0.96% | 0.76% | - |
| XYZ | 22.6 | 11.75 | 2.44 | - |
| YUV | 66.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 32 | 0 | 0.96 | 0.84 | 0.24 | 352.26 | 0.92 | 0.4 |
| Hex | C2 | 8 | 20 | 0 | 60 | 54 | 18 | 160 | 5C | 28 |
| Octal | 302 | 10 | 40 | 0 | 140 | 124 | 30 | 540 | 134 | 50 |
| Binary | 11000010 | 1000 | 100000 | 0 | 1100000 | 1010100 | 11000 | 101100000 | 1011100 | 101000 |
Color Harmonies of #C20820
Complementary color
Monochromatic Colors of #C20820
Black with #C20820
Text Example
Text Example
White with #C20820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20820; }
p { color: rgb(194,8,32); }
H1.HeaderClassName
{
color: #C20820;
}
.AnyTagClassName
{
color: #C20820;
}
</style>
background-color css
<style>
a { background-color: #C20820; }
a { background-color: rgb(194,8,32); }
div.DivClassName
{
background-color: #C20820;
}
.BgClassName
{
background-color: #C20820;
}
</style>
border-color css
<style>
span { border-color: #C20820; }
span { border-color: rgb(194,8,32); }
td.TdClassName
{
border-color: #C20820;
}
.TagClassName
{
border-color: #C20820;
}
</style>