Shades of Venetian Red #C20129
Tints of Venetian Red #C20129
RGB
CMYK
RGB Variations
Color information
#C20129 (or 0xC20129) is known color: Venetian Red. HEX triplet: C2, 01 and 29. RGB value is (194,1,41). Sum of RGB (Red+Green+Blue) = 194+1+41=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C20129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20129 is #3DFED6. Grayscale: #3F3F3F. Windows color (decimal): -4062935 or 2687426. OLE color: 2687426.
HSL color Cylindrical-coordinate representation of color #C20129: hue angle of 347.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20129 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.24 |
| HSL | 347.56º | 0.99% | 0.38% | - |
| HSV(B) | 347.56º | 0.99% | 0.76% | - |
| XYZ | 22.66 | 11.65 | 3.15 | - |
| YUV | 63.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 41 | 0 | 0.99 | 0.79 | 0.24 | 347.56 | 0.99 | 0.38 |
| Hex | C2 | 1 | 29 | 0 | 63 | 4F | 18 | 15C | 63 | 26 |
| Octal | 302 | 1 | 51 | 0 | 143 | 117 | 30 | 534 | 143 | 46 |
| Binary | 11000010 | 1 | 101001 | 0 | 1100011 | 1001111 | 11000 | 101011100 | 1100011 | 100110 |
Color Harmonies of #C20129
Complementary color
Monochromatic Colors of #C20129
Black with #C20129
Text Example
Text Example
White with #C20129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20129; }
p { color: rgb(194,1,41); }
H1.HeaderClassName
{
color: #C20129;
}
.AnyTagClassName
{
color: #C20129;
}
</style>
background-color css
<style>
a { background-color: #C20129; }
a { background-color: rgb(194,1,41); }
div.DivClassName
{
background-color: #C20129;
}
.BgClassName
{
background-color: #C20129;
}
</style>
border-color css
<style>
span { border-color: #C20129; }
span { border-color: rgb(194,1,41); }
td.TdClassName
{
border-color: #C20129;
}
.TagClassName
{
border-color: #C20129;
}
</style>