Shades of Venetian Red #C60222
Tints of Venetian Red #C60222
RGB
CMYK
RGB Variations
Color information
#C60222 (or 0xC60222) is known color: Venetian Red. HEX triplet: C6, 02 and 22. RGB value is (198,2,34). Sum of RGB (Red+Green+Blue) = 198+2+34=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C60222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60222 is #39FDDD. Grayscale: #404040. Windows color (decimal): -3800542 or 2228934. OLE color: 2228934.
HSL color Cylindrical-coordinate representation of color #C60222: hue angle of 350.2º 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 #C60222 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.22 |
| HSL | 350.2º | 0.98% | 0.39% | - |
| HSV(B) | 350.2º | 0.99% | 0.78% | - |
| XYZ | 23.6 | 12.16 | 2.62 | - |
| YUV | 64.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 34 | 0 | 0.99 | 0.83 | 0.22 | 350.2 | 0.98 | 0.39 |
| Hex | C6 | 2 | 22 | 0 | 63 | 53 | 16 | 15E | 62 | 27 |
| Octal | 306 | 2 | 42 | 0 | 143 | 123 | 26 | 536 | 142 | 47 |
| Binary | 11000110 | 10 | 100010 | 0 | 1100011 | 1010011 | 10110 | 101011110 | 1100010 | 100111 |
Color Harmonies of #C60222
Complementary color
Monochromatic Colors of #C60222
Black with #C60222
Text Example
Text Example
White with #C60222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60222; }
p { color: rgb(198,2,34); }
H1.HeaderClassName
{
color: #C60222;
}
.AnyTagClassName
{
color: #C60222;
}
</style>
background-color css
<style>
a { background-color: #C60222; }
a { background-color: rgb(198,2,34); }
div.DivClassName
{
background-color: #C60222;
}
.BgClassName
{
background-color: #C60222;
}
</style>
border-color css
<style>
span { border-color: #C60222; }
span { border-color: rgb(198,2,34); }
td.TdClassName
{
border-color: #C60222;
}
.TagClassName
{
border-color: #C60222;
}
</style>