Shades of Venetian Red #C20721
Tints of Venetian Red #C20721
RGB
CMYK
RGB Variations
Color information
#C20721 (or 0xC20721) is known color: Venetian Red. HEX triplet: C2, 07 and 21. RGB value is (194,7,33). Sum of RGB (Red+Green+Blue) = 194+7+33=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20721 is #3DF8DE. Grayscale: #414141. Windows color (decimal): -4061407 or 2164674. OLE color: 2164674.
HSL color Cylindrical-coordinate representation of color #C20721: hue angle of 351.66º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.24 |
| HSL | 351.66º | 0.93% | 0.39% | - |
| HSV(B) | 351.66º | 0.96% | 0.76% | - |
| XYZ | 22.6 | 11.73 | 2.51 | - |
| YUV | 65.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 33 | 0 | 0.96 | 0.83 | 0.24 | 351.66 | 0.93 | 0.39 |
| Hex | C2 | 7 | 21 | 0 | 60 | 53 | 18 | 160 | 5D | 27 |
| Octal | 302 | 7 | 41 | 0 | 140 | 123 | 30 | 540 | 135 | 47 |
| Binary | 11000010 | 111 | 100001 | 0 | 1100000 | 1010011 | 11000 | 101100000 | 1011101 | 100111 |
Color Harmonies of #C20721
Complementary color
Monochromatic Colors of #C20721
Black with #C20721
Text Example
Text Example
White with #C20721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20721; }
p { color: rgb(194,7,33); }
H1.HeaderClassName
{
color: #C20721;
}
.AnyTagClassName
{
color: #C20721;
}
</style>
background-color css
<style>
a { background-color: #C20721; }
a { background-color: rgb(194,7,33); }
div.DivClassName
{
background-color: #C20721;
}
.BgClassName
{
background-color: #C20721;
}
</style>
border-color css
<style>
span { border-color: #C20721; }
span { border-color: rgb(194,7,33); }
td.TdClassName
{
border-color: #C20721;
}
.TagClassName
{
border-color: #C20721;
}
</style>