Shades of Venetian Red #C80D10
Tints of Venetian Red #C80D10
RGB
CMYK
RGB Variations
Color information
#C80D10 (or 0xC80D10) is known color: Venetian Red. HEX triplet: C8, 0D and 10. RGB value is (200,13,16). Sum of RGB (Red+Green+Blue) = 200+13+16=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D10 is #37F2EF. Grayscale: #454545. Windows color (decimal): -3666672 or 1052104. OLE color: 1052104.
HSL color Cylindrical-coordinate representation of color #C80D10: hue angle of 359.04º degrees, saturation: 0.88, 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 #C80D10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.22 |
| HSL | 359.04º | 0.88% | 0.42% | - |
| HSV(B) | 359.04º | 0.94% | 0.78% | - |
| XYZ | 24.06 | 12.6 | 1.66 | - |
| YUV | 69.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 16 | 0 | 0.94 | 0.92 | 0.22 | 359.04 | 0.88 | 0.42 |
| Hex | C8 | D | 10 | 0 | 5E | 5C | 16 | 167 | 58 | 2A |
| Octal | 310 | 15 | 20 | 0 | 136 | 134 | 26 | 547 | 130 | 52 |
| Binary | 11001000 | 1101 | 10000 | 0 | 1011110 | 1011100 | 10110 | 101100111 | 1011000 | 101010 |
Color Harmonies of #C80D10
Complementary color
Monochromatic Colors of #C80D10
Black with #C80D10
Text Example
Text Example
White with #C80D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D10; }
p { color: rgb(200,13,16); }
H1.HeaderClassName
{
color: #C80D10;
}
.AnyTagClassName
{
color: #C80D10;
}
</style>
background-color css
<style>
a { background-color: #C80D10; }
a { background-color: rgb(200,13,16); }
div.DivClassName
{
background-color: #C80D10;
}
.BgClassName
{
background-color: #C80D10;
}
</style>
border-color css
<style>
span { border-color: #C80D10; }
span { border-color: rgb(200,13,16); }
td.TdClassName
{
border-color: #C80D10;
}
.TagClassName
{
border-color: #C80D10;
}
</style>