Shades of Venetian Red #C60212
Tints of Venetian Red #C60212
RGB
CMYK
RGB Variations
Color information
#C60212 (or 0xC60212) is known color: Venetian Red. HEX triplet: C6, 02 and 12. RGB value is (198,2,18). Sum of RGB (Red+Green+Blue) = 198+2+18=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C60212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60212 is #39FDED. Grayscale: #3E3E3E. Windows color (decimal): -3800558 or 1180358. OLE color: 1180358.
HSL color Cylindrical-coordinate representation of color #C60212: hue angle of 355.1º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.22 |
| HSL | 355.1º | 0.98% | 0.39% | - |
| HSV(B) | 355.1º | 0.99% | 0.78% | - |
| XYZ | 23.42 | 12.09 | 1.67 | - |
| YUV | 62.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 18 | 0 | 0.99 | 0.91 | 0.22 | 355.1 | 0.98 | 0.39 |
| Hex | C6 | 2 | 12 | 0 | 63 | 5B | 16 | 163 | 62 | 27 |
| Octal | 306 | 2 | 22 | 0 | 143 | 133 | 26 | 543 | 142 | 47 |
| Binary | 11000110 | 10 | 10010 | 0 | 1100011 | 1011011 | 10110 | 101100011 | 1100010 | 100111 |
Color Harmonies of #C60212
Complementary color
Monochromatic Colors of #C60212
Black with #C60212
Text Example
Text Example
White with #C60212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60212; }
p { color: rgb(198,2,18); }
H1.HeaderClassName
{
color: #C60212;
}
.AnyTagClassName
{
color: #C60212;
}
</style>
background-color css
<style>
a { background-color: #C60212; }
a { background-color: rgb(198,2,18); }
div.DivClassName
{
background-color: #C60212;
}
.BgClassName
{
background-color: #C60212;
}
</style>
border-color css
<style>
span { border-color: #C60212; }
span { border-color: rgb(198,2,18); }
td.TdClassName
{
border-color: #C60212;
}
.TagClassName
{
border-color: #C60212;
}
</style>