Shades of Venetian Red #C61116
Tints of Venetian Red #C61116
RGB
CMYK
RGB Variations
Color information
#C61116 (or 0xC61116) is known color: Venetian Red. HEX triplet: C6, 11 and 16. RGB value is (198,17,22). Sum of RGB (Red+Green+Blue) = 198+17+22=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61116 is #39EEE9. Grayscale: #474747. Windows color (decimal): -3796714 or 1446342. OLE color: 1446342.
HSL color Cylindrical-coordinate representation of color #C61116: hue angle of 358.34º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61116 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.22 |
| HSL | 358.34º | 0.84% | 0.42% | - |
| HSV(B) | 358.34º | 0.91% | 0.78% | - |
| XYZ | 23.63 | 12.46 | 1.92 | - |
| YUV | 71.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 22 | 0 | 0.91 | 0.89 | 0.22 | 358.34 | 0.84 | 0.42 |
| Hex | C6 | 11 | 16 | 0 | 5B | 59 | 16 | 166 | 54 | 2A |
| Octal | 306 | 21 | 26 | 0 | 133 | 131 | 26 | 546 | 124 | 52 |
| Binary | 11000110 | 10001 | 10110 | 0 | 1011011 | 1011001 | 10110 | 101100110 | 1010100 | 101010 |
Color Harmonies of #C61116
Complementary color
Monochromatic Colors of #C61116
Black with #C61116
Text Example
Text Example
White with #C61116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61116; }
p { color: rgb(198,17,22); }
H1.HeaderClassName
{
color: #C61116;
}
.AnyTagClassName
{
color: #C61116;
}
</style>
background-color css
<style>
a { background-color: #C61116; }
a { background-color: rgb(198,17,22); }
div.DivClassName
{
background-color: #C61116;
}
.BgClassName
{
background-color: #C61116;
}
</style>
border-color css
<style>
span { border-color: #C61116; }
span { border-color: rgb(198,17,22); }
td.TdClassName
{
border-color: #C61116;
}
.TagClassName
{
border-color: #C61116;
}
</style>