Shades of Venetian Red #C80210
Tints of Venetian Red #C80210
RGB
CMYK
RGB Variations
Color information
#C80210 (or 0xC80210) is known color: Venetian Red. HEX triplet: C8, 02 and 10. RGB value is (200,2,16). Sum of RGB (Red+Green+Blue) = 200+2+16=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C80210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80210 is #37FDEF. Grayscale: #3E3E3E. Windows color (decimal): -3669488 or 1049288. OLE color: 1049288.
HSL color Cylindrical-coordinate representation of color #C80210: hue angle of 355.76º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.22 |
| HSL | 355.76º | 0.98% | 0.4% | - |
| HSV(B) | 355.76º | 0.99% | 0.78% | - |
| XYZ | 23.93 | 12.36 | 1.61 | - |
| YUV | 62.8 | 101.6 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 16 | 0 | 0.99 | 0.92 | 0.22 | 355.76 | 0.98 | 0.4 |
| Hex | C8 | 2 | 10 | 0 | 63 | 5C | 16 | 164 | 62 | 28 |
| Octal | 310 | 2 | 20 | 0 | 143 | 134 | 26 | 544 | 142 | 50 |
| Binary | 11001000 | 10 | 10000 | 0 | 1100011 | 1011100 | 10110 | 101100100 | 1100010 | 101000 |
Color Harmonies of #C80210
Complementary color
Monochromatic Colors of #C80210
Black with #C80210
Text Example
Text Example
White with #C80210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80210; }
p { color: rgb(200,2,16); }
H1.HeaderClassName
{
color: #C80210;
}
.AnyTagClassName
{
color: #C80210;
}
</style>
background-color css
<style>
a { background-color: #C80210; }
a { background-color: rgb(200,2,16); }
div.DivClassName
{
background-color: #C80210;
}
.BgClassName
{
background-color: #C80210;
}
</style>
border-color css
<style>
span { border-color: #C80210; }
span { border-color: rgb(200,2,16); }
td.TdClassName
{
border-color: #C80210;
}
.TagClassName
{
border-color: #C80210;
}
</style>