Shades of Venetian Red #C50820
Tints of Venetian Red #C50820
RGB
CMYK
RGB Variations
Color information
#C50820 (or 0xC50820) is known color: Venetian Red. HEX triplet: C5, 08 and 20. RGB value is (197,8,32). Sum of RGB (Red+Green+Blue) = 197+8+32=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C50820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50820 is #3AF7DF. Grayscale: #434343. Windows color (decimal): -3864544 or 2099397. OLE color: 2099397.
HSL color Cylindrical-coordinate representation of color #C50820: hue angle of 352.38º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50820 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.23 |
| HSL | 352.38º | 0.92% | 0.4% | - |
| HSV(B) | 352.38º | 0.96% | 0.77% | - |
| XYZ | 23.37 | 12.15 | 2.48 | - |
| YUV | 67.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 32 | 0 | 0.96 | 0.84 | 0.23 | 352.38 | 0.92 | 0.4 |
| Hex | C5 | 8 | 20 | 0 | 60 | 54 | 17 | 160 | 5C | 28 |
| Octal | 305 | 10 | 40 | 0 | 140 | 124 | 27 | 540 | 134 | 50 |
| Binary | 11000101 | 1000 | 100000 | 0 | 1100000 | 1010100 | 10111 | 101100000 | 1011100 | 101000 |
Color Harmonies of #C50820
Complementary color
Monochromatic Colors of #C50820
Black with #C50820
Text Example
Text Example
White with #C50820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50820; }
p { color: rgb(197,8,32); }
H1.HeaderClassName
{
color: #C50820;
}
.AnyTagClassName
{
color: #C50820;
}
</style>
background-color css
<style>
a { background-color: #C50820; }
a { background-color: rgb(197,8,32); }
div.DivClassName
{
background-color: #C50820;
}
.BgClassName
{
background-color: #C50820;
}
</style>
border-color css
<style>
span { border-color: #C50820; }
span { border-color: rgb(197,8,32); }
td.TdClassName
{
border-color: #C50820;
}
.TagClassName
{
border-color: #C50820;
}
</style>