Shades of Venetian Red #C60420
Tints of Venetian Red #C60420
RGB
CMYK
RGB Variations
Color information
#C60420 (or 0xC60420) is known color: Venetian Red. HEX triplet: C6, 04 and 20. RGB value is (198,4,32). Sum of RGB (Red+Green+Blue) = 198+4+32=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C60420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60420 is #39FBDF. Grayscale: #414141. Windows color (decimal): -3800032 or 2098374. OLE color: 2098374.
HSL color Cylindrical-coordinate representation of color #C60420: hue angle of 351.34º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60420 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.22 |
| HSL | 351.34º | 0.96% | 0.4% | - |
| HSV(B) | 351.34º | 0.98% | 0.78% | - |
| XYZ | 23.59 | 12.2 | 2.48 | - |
| YUV | 65.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 32 | 0 | 0.98 | 0.84 | 0.22 | 351.34 | 0.96 | 0.4 |
| Hex | C6 | 4 | 20 | 0 | 62 | 54 | 16 | 15F | 60 | 28 |
| Octal | 306 | 4 | 40 | 0 | 142 | 124 | 26 | 537 | 140 | 50 |
| Binary | 11000110 | 100 | 100000 | 0 | 1100010 | 1010100 | 10110 | 101011111 | 1100000 | 101000 |
Color Harmonies of #C60420
Complementary color
Monochromatic Colors of #C60420
Black with #C60420
Text Example
Text Example
White with #C60420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60420; }
p { color: rgb(198,4,32); }
H1.HeaderClassName
{
color: #C60420;
}
.AnyTagClassName
{
color: #C60420;
}
</style>
background-color css
<style>
a { background-color: #C60420; }
a { background-color: rgb(198,4,32); }
div.DivClassName
{
background-color: #C60420;
}
.BgClassName
{
background-color: #C60420;
}
</style>
border-color css
<style>
span { border-color: #C60420; }
span { border-color: rgb(198,4,32); }
td.TdClassName
{
border-color: #C60420;
}
.TagClassName
{
border-color: #C60420;
}
</style>