Shades of Venetian Red #C20320
Tints of Venetian Red #C20320
RGB
CMYK
RGB Variations
Color information
#C20320 (or 0xC20320) is known color: Venetian Red. HEX triplet: C2, 03 and 20. RGB value is (194,3,32). Sum of RGB (Red+Green+Blue) = 194+3+32=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C20320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20320 is #3DFCDF. Grayscale: #3F3F3F. Windows color (decimal): -4062432 or 2098114. OLE color: 2098114.
HSL color Cylindrical-coordinate representation of color #C20320: hue angle of 350.89º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20320 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.24 |
| HSL | 350.89º | 0.97% | 0.39% | - |
| HSV(B) | 350.89º | 0.98% | 0.76% | - |
| XYZ | 22.54 | 11.64 | 2.42 | - |
| YUV | 63.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 32 | 0 | 0.98 | 0.84 | 0.24 | 350.89 | 0.97 | 0.39 |
| Hex | C2 | 3 | 20 | 0 | 62 | 54 | 18 | 15F | 61 | 27 |
| Octal | 302 | 3 | 40 | 0 | 142 | 124 | 30 | 537 | 141 | 47 |
| Binary | 11000010 | 11 | 100000 | 0 | 1100010 | 1010100 | 11000 | 101011111 | 1100001 | 100111 |
Color Harmonies of #C20320
Complementary color
Monochromatic Colors of #C20320
Black with #C20320
Text Example
Text Example
White with #C20320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20320; }
p { color: rgb(194,3,32); }
H1.HeaderClassName
{
color: #C20320;
}
.AnyTagClassName
{
color: #C20320;
}
</style>
background-color css
<style>
a { background-color: #C20320; }
a { background-color: rgb(194,3,32); }
div.DivClassName
{
background-color: #C20320;
}
.BgClassName
{
background-color: #C20320;
}
</style>
border-color css
<style>
span { border-color: #C20320; }
span { border-color: rgb(194,3,32); }
td.TdClassName
{
border-color: #C20320;
}
.TagClassName
{
border-color: #C20320;
}
</style>