Shades of Venetian Red #C50620
Tints of Venetian Red #C50620
RGB
CMYK
RGB Variations
Color information
#C50620 (or 0xC50620) is known color: Venetian Red. HEX triplet: C5, 06 and 20. RGB value is (197,6,32). Sum of RGB (Red+Green+Blue) = 197+6+32=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C50620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50620 is #3AF9DF. Grayscale: #424242. Windows color (decimal): -3865056 or 2098885. OLE color: 2098885.
HSL color Cylindrical-coordinate representation of color #C50620: hue angle of 351.83º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50620 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.23 |
| HSL | 351.83º | 0.94% | 0.4% | - |
| HSV(B) | 351.83º | 0.97% | 0.77% | - |
| XYZ | 23.35 | 12.1 | 2.47 | - |
| YUV | 66.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 32 | 0 | 0.97 | 0.84 | 0.23 | 351.83 | 0.94 | 0.4 |
| Hex | C5 | 6 | 20 | 0 | 61 | 54 | 17 | 160 | 5E | 28 |
| Octal | 305 | 6 | 40 | 0 | 141 | 124 | 27 | 540 | 136 | 50 |
| Binary | 11000101 | 110 | 100000 | 0 | 1100001 | 1010100 | 10111 | 101100000 | 1011110 | 101000 |
Color Harmonies of #C50620
Complementary color
Monochromatic Colors of #C50620
Black with #C50620
Text Example
Text Example
White with #C50620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50620; }
p { color: rgb(197,6,32); }
H1.HeaderClassName
{
color: #C50620;
}
.AnyTagClassName
{
color: #C50620;
}
</style>
background-color css
<style>
a { background-color: #C50620; }
a { background-color: rgb(197,6,32); }
div.DivClassName
{
background-color: #C50620;
}
.BgClassName
{
background-color: #C50620;
}
</style>
border-color css
<style>
span { border-color: #C50620; }
span { border-color: rgb(197,6,32); }
td.TdClassName
{
border-color: #C50620;
}
.TagClassName
{
border-color: #C50620;
}
</style>