Shades of Venetian Red #C01116
Tints of Venetian Red #C01116
RGB
CMYK
RGB Variations
Color information
#C01116 (or 0xC01116) is known color: Venetian Red. HEX triplet: C0, 11 and 16. RGB value is (192,17,22). Sum of RGB (Red+Green+Blue) = 192+17+22=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C01116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01116 is #3FEEE9. Grayscale: #464646. Windows color (decimal): -4189930 or 1446336. OLE color: 1446336.
HSL color Cylindrical-coordinate representation of color #C01116: hue angle of 358.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01116 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.25 |
| HSL | 358.29º | 0.84% | 0.41% | - |
| HSV(B) | 358.29º | 0.91% | 0.75% | - |
| XYZ | 22.08 | 11.67 | 1.85 | - |
| YUV | 69.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 22 | 0 | 0.91 | 0.89 | 0.25 | 358.29 | 0.84 | 0.41 |
| Hex | C0 | 11 | 16 | 0 | 5B | 59 | 19 | 166 | 54 | 29 |
| Octal | 300 | 21 | 26 | 0 | 133 | 131 | 31 | 546 | 124 | 51 |
| Binary | 11000000 | 10001 | 10110 | 0 | 1011011 | 1011001 | 11001 | 101100110 | 1010100 | 101001 |
Color Harmonies of #C01116
Complementary color
Monochromatic Colors of #C01116
Black with #C01116
Text Example
Text Example
White with #C01116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01116; }
p { color: rgb(192,17,22); }
H1.HeaderClassName
{
color: #C01116;
}
.AnyTagClassName
{
color: #C01116;
}
</style>
background-color css
<style>
a { background-color: #C01116; }
a { background-color: rgb(192,17,22); }
div.DivClassName
{
background-color: #C01116;
}
.BgClassName
{
background-color: #C01116;
}
</style>
border-color css
<style>
span { border-color: #C01116; }
span { border-color: rgb(192,17,22); }
td.TdClassName
{
border-color: #C01116;
}
.TagClassName
{
border-color: #C01116;
}
</style>