Shades of Venetian Red #C20321
Tints of Venetian Red #C20321
RGB
CMYK
RGB Variations
Color information
#C20321 (or 0xC20321) is known color: Venetian Red. HEX triplet: C2, 03 and 21. RGB value is (194,3,33). Sum of RGB (Red+Green+Blue) = 194+3+33=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C20321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20321 is #3DFCDE. Grayscale: #3F3F3F. Windows color (decimal): -4062431 or 2163650. OLE color: 2163650.
HSL color Cylindrical-coordinate representation of color #C20321: hue angle of 350.58º 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 #C20321 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.24 |
| HSL | 350.58º | 0.97% | 0.39% | - |
| HSV(B) | 350.58º | 0.98% | 0.76% | - |
| XYZ | 22.56 | 11.64 | 2.5 | - |
| YUV | 63.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 33 | 0 | 0.98 | 0.83 | 0.24 | 350.58 | 0.97 | 0.39 |
| Hex | C2 | 3 | 21 | 0 | 62 | 53 | 18 | 15F | 61 | 27 |
| Octal | 302 | 3 | 41 | 0 | 142 | 123 | 30 | 537 | 141 | 47 |
| Binary | 11000010 | 11 | 100001 | 0 | 1100010 | 1010011 | 11000 | 101011111 | 1100001 | 100111 |
Color Harmonies of #C20321
Complementary color
Monochromatic Colors of #C20321
Black with #C20321
Text Example
Text Example
White with #C20321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20321; }
p { color: rgb(194,3,33); }
H1.HeaderClassName
{
color: #C20321;
}
.AnyTagClassName
{
color: #C20321;
}
</style>
background-color css
<style>
a { background-color: #C20321; }
a { background-color: rgb(194,3,33); }
div.DivClassName
{
background-color: #C20321;
}
.BgClassName
{
background-color: #C20321;
}
</style>
border-color css
<style>
span { border-color: #C20321; }
span { border-color: rgb(194,3,33); }
td.TdClassName
{
border-color: #C20321;
}
.TagClassName
{
border-color: #C20321;
}
</style>