Shades of Venetian Red #C6022C
Tints of Venetian Red #C6022C
RGB
CMYK
RGB Variations
Color information
#C6022C (or 0xC6022C) is known color: Venetian Red. HEX triplet: C6, 02 and 2C. RGB value is (198,2,44). Sum of RGB (Red+Green+Blue) = 198+2+44=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6022C is #39FDD3. Grayscale: #414141. Windows color (decimal): -3800532 or 2884294. OLE color: 2884294.
HSL color Cylindrical-coordinate representation of color #C6022C: hue angle of 347.14º 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 #C6022C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.22 |
| HSL | 347.14º | 0.98% | 0.39% | - |
| HSV(B) | 347.14º | 0.99% | 0.78% | - |
| XYZ | 23.77 | 12.23 | 3.49 | - |
| YUV | 65.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 44 | 0 | 0.99 | 0.78 | 0.22 | 347.14 | 0.98 | 0.39 |
| Hex | C6 | 2 | 2C | 0 | 63 | 4E | 16 | 15B | 62 | 27 |
| Octal | 306 | 2 | 54 | 0 | 143 | 116 | 26 | 533 | 142 | 47 |
| Binary | 11000110 | 10 | 101100 | 0 | 1100011 | 1001110 | 10110 | 101011011 | 1100010 | 100111 |
Color Harmonies of #C6022C
Complementary color
Monochromatic Colors of #C6022C
Black with #C6022C
Text Example
Text Example
White with #C6022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6022C; }
p { color: rgb(198,2,44); }
H1.HeaderClassName
{
color: #C6022C;
}
.AnyTagClassName
{
color: #C6022C;
}
</style>
background-color css
<style>
a { background-color: #C6022C; }
a { background-color: rgb(198,2,44); }
div.DivClassName
{
background-color: #C6022C;
}
.BgClassName
{
background-color: #C6022C;
}
</style>
border-color css
<style>
span { border-color: #C6022C; }
span { border-color: rgb(198,2,44); }
td.TdClassName
{
border-color: #C6022C;
}
.TagClassName
{
border-color: #C6022C;
}
</style>