Shades of Venetian Red #C61216
Tints of Venetian Red #C61216
RGB
CMYK
RGB Variations
Color information
#C61216 (or 0xC61216) is known color: Venetian Red. HEX triplet: C6, 12 and 16. RGB value is (198,18,22). Sum of RGB (Red+Green+Blue) = 198+18+22=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61216 is #39EDE9. Grayscale: #484848. Windows color (decimal): -3796458 or 1446598. OLE color: 1446598.
HSL color Cylindrical-coordinate representation of color #C61216: hue angle of 358.67º degrees, saturation: 0.83, 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 #C61216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.22 |
| HSL | 358.67º | 0.83% | 0.42% | - |
| HSV(B) | 358.67º | 0.91% | 0.78% | - |
| XYZ | 23.65 | 12.5 | 1.92 | - |
| YUV | 72.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 22 | 0 | 0.91 | 0.89 | 0.22 | 358.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | 16 | 0 | 5B | 59 | 16 | 167 | 53 | 2A |
| Octal | 306 | 22 | 26 | 0 | 133 | 131 | 26 | 547 | 123 | 52 |
| Binary | 11000110 | 10010 | 10110 | 0 | 1011011 | 1011001 | 10110 | 101100111 | 1010011 | 101010 |
Color Harmonies of #C61216
Complementary color
Monochromatic Colors of #C61216
Black with #C61216
Text Example
Text Example
White with #C61216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61216; }
p { color: rgb(198,18,22); }
H1.HeaderClassName
{
color: #C61216;
}
.AnyTagClassName
{
color: #C61216;
}
</style>
background-color css
<style>
a { background-color: #C61216; }
a { background-color: rgb(198,18,22); }
div.DivClassName
{
background-color: #C61216;
}
.BgClassName
{
background-color: #C61216;
}
</style>
border-color css
<style>
span { border-color: #C61216; }
span { border-color: rgb(198,18,22); }
td.TdClassName
{
border-color: #C61216;
}
.TagClassName
{
border-color: #C61216;
}
</style>