Shades of Venetian Red #C50116
Tints of Venetian Red #C50116
RGB
CMYK
RGB Variations
Color information
#C50116 (or 0xC50116) is known color: Venetian Red. HEX triplet: C5, 01 and 16. RGB value is (197,1,22). Sum of RGB (Red+Green+Blue) = 197+1+22=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50116 is #3AFEE9. Grayscale: #3E3E3E. Windows color (decimal): -3866346 or 1442245. OLE color: 1442245.
HSL color Cylindrical-coordinate representation of color #C50116: hue angle of 353.57º degrees, saturation: 0.99, 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 #C50116 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.23 |
| HSL | 353.57º | 0.99% | 0.39% | - |
| HSV(B) | 353.57º | 0.99% | 0.77% | - |
| XYZ | 23.18 | 11.95 | 1.84 | - |
| YUV | 62 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 22 | 0 | 0.99 | 0.89 | 0.23 | 353.57 | 0.99 | 0.39 |
| Hex | C5 | 1 | 16 | 0 | 63 | 59 | 17 | 162 | 63 | 27 |
| Octal | 305 | 1 | 26 | 0 | 143 | 131 | 27 | 542 | 143 | 47 |
| Binary | 11000101 | 1 | 10110 | 0 | 1100011 | 1011001 | 10111 | 101100010 | 1100011 | 100111 |
Color Harmonies of #C50116
Complementary color
Monochromatic Colors of #C50116
Black with #C50116
Text Example
Text Example
White with #C50116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50116; }
p { color: rgb(197,1,22); }
H1.HeaderClassName
{
color: #C50116;
}
.AnyTagClassName
{
color: #C50116;
}
</style>
background-color css
<style>
a { background-color: #C50116; }
a { background-color: rgb(197,1,22); }
div.DivClassName
{
background-color: #C50116;
}
.BgClassName
{
background-color: #C50116;
}
</style>
border-color css
<style>
span { border-color: #C50116; }
span { border-color: rgb(197,1,22); }
td.TdClassName
{
border-color: #C50116;
}
.TagClassName
{
border-color: #C50116;
}
</style>