Shades of Venetian Red #C20922
Tints of Venetian Red #C20922
RGB
CMYK
RGB Variations
Color information
#C20922 (or 0xC20922) is known color: Venetian Red. HEX triplet: C2, 09 and 22. RGB value is (194,9,34). Sum of RGB (Red+Green+Blue) = 194+9+34=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20922 is #3DF6DD. Grayscale: #434343. Windows color (decimal): -4060894 or 2230722. OLE color: 2230722.
HSL color Cylindrical-coordinate representation of color #C20922: hue angle of 351.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20922 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.24 |
| HSL | 351.89º | 0.91% | 0.4% | - |
| HSV(B) | 351.89º | 0.95% | 0.76% | - |
| XYZ | 22.63 | 11.78 | 2.59 | - |
| YUV | 67.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 34 | 0 | 0.95 | 0.82 | 0.24 | 351.89 | 0.91 | 0.4 |
| Hex | C2 | 9 | 22 | 0 | 5F | 52 | 18 | 160 | 5B | 28 |
| Octal | 302 | 11 | 42 | 0 | 137 | 122 | 30 | 540 | 133 | 50 |
| Binary | 11000010 | 1001 | 100010 | 0 | 1011111 | 1010010 | 11000 | 101100000 | 1011011 | 101000 |
Color Harmonies of #C20922
Complementary color
Monochromatic Colors of #C20922
Black with #C20922
Text Example
Text Example
White with #C20922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20922; }
p { color: rgb(194,9,34); }
H1.HeaderClassName
{
color: #C20922;
}
.AnyTagClassName
{
color: #C20922;
}
</style>
background-color css
<style>
a { background-color: #C20922; }
a { background-color: rgb(194,9,34); }
div.DivClassName
{
background-color: #C20922;
}
.BgClassName
{
background-color: #C20922;
}
</style>
border-color css
<style>
span { border-color: #C20922; }
span { border-color: rgb(194,9,34); }
td.TdClassName
{
border-color: #C20922;
}
.TagClassName
{
border-color: #C20922;
}
</style>