Shades of Venetian Red #C51416
Tints of Venetian Red #C51416
RGB
CMYK
RGB Variations
Color information
#C51416 (or 0xC51416) is known color: Venetian Red. HEX triplet: C5, 14 and 16. RGB value is (197,20,22). Sum of RGB (Red+Green+Blue) = 197+20+22=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C51416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51416 is #3AEBE9. Grayscale: #494949. Windows color (decimal): -3861482 or 1447109. OLE color: 1447109.
HSL color Cylindrical-coordinate representation of color #C51416: hue angle of 359.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.23 |
| HSL | 359.32º | 0.82% | 0.43% | - |
| HSV(B) | 359.32º | 0.9% | 0.77% | - |
| XYZ | 23.42 | 12.43 | 1.92 | - |
| YUV | 73.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 22 | 0 | 0.90 | 0.89 | 0.23 | 359.32 | 0.82 | 0.43 |
| Hex | C5 | 14 | 16 | 0 | 5A | 59 | 17 | 167 | 52 | 2B |
| Octal | 305 | 24 | 26 | 0 | 132 | 131 | 27 | 547 | 122 | 53 |
| Binary | 11000101 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10111 | 101100111 | 1010010 | 101011 |
Color Harmonies of #C51416
Complementary color
Monochromatic Colors of #C51416
Black with #C51416
Text Example
Text Example
White with #C51416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51416; }
p { color: rgb(197,20,22); }
H1.HeaderClassName
{
color: #C51416;
}
.AnyTagClassName
{
color: #C51416;
}
</style>
background-color css
<style>
a { background-color: #C51416; }
a { background-color: rgb(197,20,22); }
div.DivClassName
{
background-color: #C51416;
}
.BgClassName
{
background-color: #C51416;
}
</style>
border-color css
<style>
span { border-color: #C51416; }
span { border-color: rgb(197,20,22); }
td.TdClassName
{
border-color: #C51416;
}
.TagClassName
{
border-color: #C51416;
}
</style>