Shades of Venetian Red #C01216
Tints of Venetian Red #C01216
RGB
CMYK
RGB Variations
Color information
#C01216 (or 0xC01216) is known color: Venetian Red. HEX triplet: C0, 12 and 16. RGB value is (192,18,22). Sum of RGB (Red+Green+Blue) = 192+18+22=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01216 is #3FEDE9. Grayscale: #464646. Windows color (decimal): -4189674 or 1446592. OLE color: 1446592.
HSL color Cylindrical-coordinate representation of color #C01216: hue angle of 358.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 22 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.25 |
| HSL | 358.62º | 0.83% | 0.41% | - |
| HSV(B) | 358.62º | 0.91% | 0.75% | - |
| XYZ | 22.1 | 11.7 | 1.85 | - |
| YUV | 70.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 22 | 0 | 0.91 | 0.89 | 0.25 | 358.62 | 0.83 | 0.41 |
| Hex | C0 | 12 | 16 | 0 | 5B | 59 | 19 | 167 | 53 | 29 |
| Octal | 300 | 22 | 26 | 0 | 133 | 131 | 31 | 547 | 123 | 51 |
| Binary | 11000000 | 10010 | 10110 | 0 | 1011011 | 1011001 | 11001 | 101100111 | 1010011 | 101001 |
Color Harmonies of #C01216
Complementary color
Monochromatic Colors of #C01216
Black with #C01216
Text Example
Text Example
White with #C01216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01216; }
p { color: rgb(192,18,22); }
H1.HeaderClassName
{
color: #C01216;
}
.AnyTagClassName
{
color: #C01216;
}
</style>
background-color css
<style>
a { background-color: #C01216; }
a { background-color: rgb(192,18,22); }
div.DivClassName
{
background-color: #C01216;
}
.BgClassName
{
background-color: #C01216;
}
</style>
border-color css
<style>
span { border-color: #C01216; }
span { border-color: rgb(192,18,22); }
td.TdClassName
{
border-color: #C01216;
}
.TagClassName
{
border-color: #C01216;
}
</style>