Shades of Venetian Red #C50C16
Tints of Venetian Red #C50C16
RGB
CMYK
RGB Variations
Color information
#C50C16 (or 0xC50C16) is known color: Venetian Red. HEX triplet: C5, 0C and 16. RGB value is (197,12,22). Sum of RGB (Red+Green+Blue) = 197+12+22=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C16 is #3AF3E9. Grayscale: #444444. Windows color (decimal): -3863530 or 1445061. OLE color: 1445061.
HSL color Cylindrical-coordinate representation of color #C50C16: hue angle of 356.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.23 |
| HSL | 356.76º | 0.89% | 0.41% | - |
| HSV(B) | 356.76º | 0.94% | 0.77% | - |
| XYZ | 23.3 | 12.19 | 1.88 | - |
| YUV | 68.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 22 | 0 | 0.94 | 0.89 | 0.23 | 356.76 | 0.89 | 0.41 |
| Hex | C5 | C | 16 | 0 | 5E | 59 | 17 | 165 | 59 | 29 |
| Octal | 305 | 14 | 26 | 0 | 136 | 131 | 27 | 545 | 131 | 51 |
| Binary | 11000101 | 1100 | 10110 | 0 | 1011110 | 1011001 | 10111 | 101100101 | 1011001 | 101001 |
Color Harmonies of #C50C16
Complementary color
Monochromatic Colors of #C50C16
Black with #C50C16
Text Example
Text Example
White with #C50C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C16; }
p { color: rgb(197,12,22); }
H1.HeaderClassName
{
color: #C50C16;
}
.AnyTagClassName
{
color: #C50C16;
}
</style>
background-color css
<style>
a { background-color: #C50C16; }
a { background-color: rgb(197,12,22); }
div.DivClassName
{
background-color: #C50C16;
}
.BgClassName
{
background-color: #C50C16;
}
</style>
border-color css
<style>
span { border-color: #C50C16; }
span { border-color: rgb(197,12,22); }
td.TdClassName
{
border-color: #C50C16;
}
.TagClassName
{
border-color: #C50C16;
}
</style>