Shades of Venetian Red #C00810
Tints of Venetian Red #C00810
RGB
CMYK
RGB Variations
Color information
#C00810 (or 0xC00810) is known color: Venetian Red. HEX triplet: C0, 08 and 10. RGB value is (192,8,16). Sum of RGB (Red+Green+Blue) = 192+8+16=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00810 is #3FF7EF. Grayscale: #404040. Windows color (decimal): -4192240 or 1050816. OLE color: 1050816.
HSL color Cylindrical-coordinate representation of color #C00810: hue angle of 357.39º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.25 |
| HSL | 357.39º | 0.92% | 0.39% | - |
| HSV(B) | 357.39º | 0.96% | 0.75% | - |
| XYZ | 21.92 | 11.42 | 1.54 | - |
| YUV | 63.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 16 | 0 | 0.96 | 0.92 | 0.25 | 357.39 | 0.92 | 0.39 |
| Hex | C0 | 8 | 10 | 0 | 60 | 5C | 19 | 165 | 5C | 27 |
| Octal | 300 | 10 | 20 | 0 | 140 | 134 | 31 | 545 | 134 | 47 |
| Binary | 11000000 | 1000 | 10000 | 0 | 1100000 | 1011100 | 11001 | 101100101 | 1011100 | 100111 |
Color Harmonies of #C00810
Complementary color
Monochromatic Colors of #C00810
Black with #C00810
Text Example
Text Example
White with #C00810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00810; }
p { color: rgb(192,8,16); }
H1.HeaderClassName
{
color: #C00810;
}
.AnyTagClassName
{
color: #C00810;
}
</style>
background-color css
<style>
a { background-color: #C00810; }
a { background-color: rgb(192,8,16); }
div.DivClassName
{
background-color: #C00810;
}
.BgClassName
{
background-color: #C00810;
}
</style>
border-color css
<style>
span { border-color: #C00810; }
span { border-color: rgb(192,8,16); }
td.TdClassName
{
border-color: #C00810;
}
.TagClassName
{
border-color: #C00810;
}
</style>