Shades of Venetian Red #C80C20
Tints of Venetian Red #C80C20
RGB
CMYK
RGB Variations
Color information
#C80C20 (or 0xC80C20) is known color: Venetian Red. HEX triplet: C8, 0C and 20. RGB value is (200,12,32). Sum of RGB (Red+Green+Blue) = 200+12+32=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C20 is #37F3DF. Grayscale: #464646. Windows color (decimal): -3666912 or 2100424. OLE color: 2100424.
HSL color Cylindrical-coordinate representation of color #C80C20: hue angle of 353.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.22 |
| HSL | 353.62º | 0.89% | 0.42% | - |
| HSV(B) | 353.62º | 0.94% | 0.78% | - |
| XYZ | 24.21 | 12.65 | 2.53 | - |
| YUV | 70.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 32 | 0 | 0.94 | 0.84 | 0.22 | 353.62 | 0.89 | 0.42 |
| Hex | C8 | C | 20 | 0 | 5E | 54 | 16 | 162 | 59 | 2A |
| Octal | 310 | 14 | 40 | 0 | 136 | 124 | 26 | 542 | 131 | 52 |
| Binary | 11001000 | 1100 | 100000 | 0 | 1011110 | 1010100 | 10110 | 101100010 | 1011001 | 101010 |
Color Harmonies of #C80C20
Complementary color
Monochromatic Colors of #C80C20
Black with #C80C20
Text Example
Text Example
White with #C80C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C20; }
p { color: rgb(200,12,32); }
H1.HeaderClassName
{
color: #C80C20;
}
.AnyTagClassName
{
color: #C80C20;
}
</style>
background-color css
<style>
a { background-color: #C80C20; }
a { background-color: rgb(200,12,32); }
div.DivClassName
{
background-color: #C80C20;
}
.BgClassName
{
background-color: #C80C20;
}
</style>
border-color css
<style>
span { border-color: #C80C20; }
span { border-color: rgb(200,12,32); }
td.TdClassName
{
border-color: #C80C20;
}
.TagClassName
{
border-color: #C80C20;
}
</style>