Shades of Venetian Red #C20D21
Tints of Venetian Red #C20D21
RGB
CMYK
RGB Variations
Color information
#C20D21 (or 0xC20D21) is known color: Venetian Red. HEX triplet: C2, 0D and 21. RGB value is (194,13,33). Sum of RGB (Red+Green+Blue) = 194+13+33=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D21 is #3DF2DE. Grayscale: #454545. Windows color (decimal): -4059871 or 2166210. OLE color: 2166210.
HSL color Cylindrical-coordinate representation of color #C20D21: hue angle of 353.37º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D21 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 33 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.24 |
| HSL | 353.37º | 0.87% | 0.41% | - |
| HSV(B) | 353.37º | 0.93% | 0.76% | - |
| XYZ | 22.67 | 11.87 | 2.53 | - |
| YUV | 69.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 33 | 0 | 0.93 | 0.83 | 0.24 | 353.37 | 0.87 | 0.41 |
| Hex | C2 | D | 21 | 0 | 5D | 53 | 18 | 161 | 57 | 29 |
| Octal | 302 | 15 | 41 | 0 | 135 | 123 | 30 | 541 | 127 | 51 |
| Binary | 11000010 | 1101 | 100001 | 0 | 1011101 | 1010011 | 11000 | 101100001 | 1010111 | 101001 |
Color Harmonies of #C20D21
Complementary color
Monochromatic Colors of #C20D21
Black with #C20D21
Text Example
Text Example
White with #C20D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D21; }
p { color: rgb(194,13,33); }
H1.HeaderClassName
{
color: #C20D21;
}
.AnyTagClassName
{
color: #C20D21;
}
</style>
background-color css
<style>
a { background-color: #C20D21; }
a { background-color: rgb(194,13,33); }
div.DivClassName
{
background-color: #C20D21;
}
.BgClassName
{
background-color: #C20D21;
}
</style>
border-color css
<style>
span { border-color: #C20D21; }
span { border-color: rgb(194,13,33); }
td.TdClassName
{
border-color: #C20D21;
}
.TagClassName
{
border-color: #C20D21;
}
</style>