Shades of Venetian Red #C61114
Tints of Venetian Red #C61114
RGB
CMYK
RGB Variations
Color information
#C61114 (or 0xC61114) is known color: Venetian Red. HEX triplet: C6, 11 and 14. RGB value is (198,17,20). Sum of RGB (Red+Green+Blue) = 198+17+20=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61114 is #39EEEB. Grayscale: #474747. Windows color (decimal): -3796716 or 1315270. OLE color: 1315270.
HSL color Cylindrical-coordinate representation of color #C61114: hue angle of 359.01º 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 #C61114 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.22 |
| HSL | 359.01º | 0.84% | 0.42% | - |
| HSV(B) | 359.01º | 0.91% | 0.78% | - |
| XYZ | 23.62 | 12.46 | 1.82 | - |
| YUV | 71.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 20 | 0 | 0.91 | 0.90 | 0.22 | 359.01 | 0.84 | 0.42 |
| Hex | C6 | 11 | 14 | 0 | 5B | 5A | 16 | 167 | 54 | 2A |
| Octal | 306 | 21 | 24 | 0 | 133 | 132 | 26 | 547 | 124 | 52 |
| Binary | 11000110 | 10001 | 10100 | 0 | 1011011 | 1011010 | 10110 | 101100111 | 1010100 | 101010 |
Color Harmonies of #C61114
Complementary color
Monochromatic Colors of #C61114
Black with #C61114
Text Example
Text Example
White with #C61114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61114; }
p { color: rgb(198,17,20); }
H1.HeaderClassName
{
color: #C61114;
}
.AnyTagClassName
{
color: #C61114;
}
</style>
background-color css
<style>
a { background-color: #C61114; }
a { background-color: rgb(198,17,20); }
div.DivClassName
{
background-color: #C61114;
}
.BgClassName
{
background-color: #C61114;
}
</style>
border-color css
<style>
span { border-color: #C61114; }
span { border-color: rgb(198,17,20); }
td.TdClassName
{
border-color: #C61114;
}
.TagClassName
{
border-color: #C61114;
}
</style>