Shades of Venetian Red #C50220
Tints of Venetian Red #C50220
RGB
CMYK
RGB Variations
Color information
#C50220 (or 0xC50220) is known color: Venetian Red. HEX triplet: C5, 02 and 20. RGB value is (197,2,32). Sum of RGB (Red+Green+Blue) = 197+2+32=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C50220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50220 is #3AFDDF. Grayscale: #3F3F3F. Windows color (decimal): -3866080 or 2097861. OLE color: 2097861.
HSL color Cylindrical-coordinate representation of color #C50220: hue angle of 350.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50220 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.23 |
| HSL | 350.77º | 0.98% | 0.39% | - |
| HSV(B) | 350.77º | 0.99% | 0.77% | - |
| XYZ | 23.31 | 12.02 | 2.46 | - |
| YUV | 63.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 32 | 0 | 0.99 | 0.84 | 0.23 | 350.77 | 0.98 | 0.39 |
| Hex | C5 | 2 | 20 | 0 | 63 | 54 | 17 | 15F | 62 | 27 |
| Octal | 305 | 2 | 40 | 0 | 143 | 124 | 27 | 537 | 142 | 47 |
| Binary | 11000101 | 10 | 100000 | 0 | 1100011 | 1010100 | 10111 | 101011111 | 1100010 | 100111 |
Color Harmonies of #C50220
Complementary color
Monochromatic Colors of #C50220
Black with #C50220
Text Example
Text Example
White with #C50220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50220; }
p { color: rgb(197,2,32); }
H1.HeaderClassName
{
color: #C50220;
}
.AnyTagClassName
{
color: #C50220;
}
</style>
background-color css
<style>
a { background-color: #C50220; }
a { background-color: rgb(197,2,32); }
div.DivClassName
{
background-color: #C50220;
}
.BgClassName
{
background-color: #C50220;
}
</style>
border-color css
<style>
span { border-color: #C50220; }
span { border-color: rgb(197,2,32); }
td.TdClassName
{
border-color: #C50220;
}
.TagClassName
{
border-color: #C50220;
}
</style>