Shades of Venetian Red #C61016
Tints of Venetian Red #C61016
RGB
CMYK
RGB Variations
Color information
#C61016 (or 0xC61016) is known color: Venetian Red. HEX triplet: C6, 10 and 16. RGB value is (198,16,22). Sum of RGB (Red+Green+Blue) = 198+16+22=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C61016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61016 is #39EFE9. Grayscale: #474747. Windows color (decimal): -3796970 or 1446086. OLE color: 1446086.
HSL color Cylindrical-coordinate representation of color #C61016: hue angle of 358.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61016 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 22 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.22 |
| HSL | 358.02º | 0.85% | 0.42% | - |
| HSV(B) | 358.02º | 0.92% | 0.78% | - |
| XYZ | 23.62 | 12.43 | 1.91 | - |
| YUV | 71.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 22 | 0 | 0.92 | 0.89 | 0.22 | 358.02 | 0.85 | 0.42 |
| Hex | C6 | 10 | 16 | 0 | 5C | 59 | 16 | 166 | 55 | 2A |
| Octal | 306 | 20 | 26 | 0 | 134 | 131 | 26 | 546 | 125 | 52 |
| Binary | 11000110 | 10000 | 10110 | 0 | 1011100 | 1011001 | 10110 | 101100110 | 1010101 | 101010 |
Color Harmonies of #C61016
Complementary color
Monochromatic Colors of #C61016
Black with #C61016
Text Example
Text Example
White with #C61016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61016; }
p { color: rgb(198,16,22); }
H1.HeaderClassName
{
color: #C61016;
}
.AnyTagClassName
{
color: #C61016;
}
</style>
background-color css
<style>
a { background-color: #C61016; }
a { background-color: rgb(198,16,22); }
div.DivClassName
{
background-color: #C61016;
}
.BgClassName
{
background-color: #C61016;
}
</style>
border-color css
<style>
span { border-color: #C61016; }
span { border-color: rgb(198,16,22); }
td.TdClassName
{
border-color: #C61016;
}
.TagClassName
{
border-color: #C61016;
}
</style>