Shades of Venetian Red #C00216
Tints of Venetian Red #C00216
RGB
CMYK
RGB Variations
Color information
#C00216 (or 0xC00216) is known color: Venetian Red. HEX triplet: C0, 02 and 16. RGB value is (192,2,22). Sum of RGB (Red+Green+Blue) = 192+2+22=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00216 is #3FFDE9. Grayscale: #3D3D3D. Windows color (decimal): -4193770 or 1442496. OLE color: 1442496.
HSL color Cylindrical-coordinate representation of color #C00216: hue angle of 353.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00216 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.25 |
| HSL | 353.68º | 0.98% | 0.38% | - |
| HSV(B) | 353.68º | 0.99% | 0.75% | - |
| XYZ | 21.9 | 11.31 | 1.79 | - |
| YUV | 61.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 22 | 0 | 0.99 | 0.89 | 0.25 | 353.68 | 0.98 | 0.38 |
| Hex | C0 | 2 | 16 | 0 | 63 | 59 | 19 | 162 | 62 | 26 |
| Octal | 300 | 2 | 26 | 0 | 143 | 131 | 31 | 542 | 142 | 46 |
| Binary | 11000000 | 10 | 10110 | 0 | 1100011 | 1011001 | 11001 | 101100010 | 1100010 | 100110 |
Color Harmonies of #C00216
Complementary color
Monochromatic Colors of #C00216
Black with #C00216
Text Example
Text Example
White with #C00216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00216; }
p { color: rgb(192,2,22); }
H1.HeaderClassName
{
color: #C00216;
}
.AnyTagClassName
{
color: #C00216;
}
</style>
background-color css
<style>
a { background-color: #C00216; }
a { background-color: rgb(192,2,22); }
div.DivClassName
{
background-color: #C00216;
}
.BgClassName
{
background-color: #C00216;
}
</style>
border-color css
<style>
span { border-color: #C00216; }
span { border-color: rgb(192,2,22); }
td.TdClassName
{
border-color: #C00216;
}
.TagClassName
{
border-color: #C00216;
}
</style>