Shades of Venetian Red #C20729
Tints of Venetian Red #C20729
RGB
CMYK
RGB Variations
Color information
#C20729 (or 0xC20729) is known color: Venetian Red. HEX triplet: C2, 07 and 29. RGB value is (194,7,41). Sum of RGB (Red+Green+Blue) = 194+7+41=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C20729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20729 is #3DF8D6. Grayscale: #424242. Windows color (decimal): -4061399 or 2688962. OLE color: 2688962.
HSL color Cylindrical-coordinate representation of color #C20729: hue angle of 349.09º 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 #C20729 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 41 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.24 |
| HSL | 349.09º | 0.93% | 0.39% | - |
| HSV(B) | 349.09º | 0.96% | 0.76% | - |
| XYZ | 22.72 | 11.78 | 3.17 | - |
| YUV | 66.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 41 | 0 | 0.96 | 0.79 | 0.24 | 349.09 | 0.93 | 0.39 |
| Hex | C2 | 7 | 29 | 0 | 60 | 4F | 18 | 15D | 5D | 27 |
| Octal | 302 | 7 | 51 | 0 | 140 | 117 | 30 | 535 | 135 | 47 |
| Binary | 11000010 | 111 | 101001 | 0 | 1100000 | 1001111 | 11000 | 101011101 | 1011101 | 100111 |
Color Harmonies of #C20729
Complementary color
Monochromatic Colors of #C20729
Black with #C20729
Text Example
Text Example
White with #C20729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20729; }
p { color: rgb(194,7,41); }
H1.HeaderClassName
{
color: #C20729;
}
.AnyTagClassName
{
color: #C20729;
}
</style>
background-color css
<style>
a { background-color: #C20729; }
a { background-color: rgb(194,7,41); }
div.DivClassName
{
background-color: #C20729;
}
.BgClassName
{
background-color: #C20729;
}
</style>
border-color css
<style>
span { border-color: #C20729; }
span { border-color: rgb(194,7,41); }
td.TdClassName
{
border-color: #C20729;
}
.TagClassName
{
border-color: #C20729;
}
</style>