Shades of Venetian Red #C61112
Tints of Venetian Red #C61112
RGB
CMYK
RGB Variations
Color information
#C61112 (or 0xC61112) is known color: Venetian Red. HEX triplet: C6, 11 and 12. RGB value is (198,17,18). Sum of RGB (Red+Green+Blue) = 198+17+18=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C61112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61112 is #39EEED. Grayscale: #474747. Windows color (decimal): -3796718 or 1184198. OLE color: 1184198.
HSL color Cylindrical-coordinate representation of color #C61112: hue angle of 359.67º 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 #C61112 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.22 |
| HSL | 359.67º | 0.84% | 0.42% | - |
| HSV(B) | 359.67º | 0.91% | 0.78% | - |
| XYZ | 23.6 | 12.45 | 1.73 | - |
| YUV | 71.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 18 | 0 | 0.91 | 0.91 | 0.22 | 359.67 | 0.84 | 0.42 |
| Hex | C6 | 11 | 12 | 0 | 5B | 5B | 16 | 168 | 54 | 2A |
| Octal | 306 | 21 | 22 | 0 | 133 | 133 | 26 | 550 | 124 | 52 |
| Binary | 11000110 | 10001 | 10010 | 0 | 1011011 | 1011011 | 10110 | 101101000 | 1010100 | 101010 |
Color Harmonies of #C61112
Complementary color
Monochromatic Colors of #C61112
Black with #C61112
Text Example
Text Example
White with #C61112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61112; }
p { color: rgb(198,17,18); }
H1.HeaderClassName
{
color: #C61112;
}
.AnyTagClassName
{
color: #C61112;
}
</style>
background-color css
<style>
a { background-color: #C61112; }
a { background-color: rgb(198,17,18); }
div.DivClassName
{
background-color: #C61112;
}
.BgClassName
{
background-color: #C61112;
}
</style>
border-color css
<style>
span { border-color: #C61112; }
span { border-color: rgb(198,17,18); }
td.TdClassName
{
border-color: #C61112;
}
.TagClassName
{
border-color: #C61112;
}
</style>