Shades of Venetian Red #C80810
Tints of Venetian Red #C80810
RGB
CMYK
RGB Variations
Color information
#C80810 (or 0xC80810) is known color: Venetian Red. HEX triplet: C8, 08 and 10. RGB value is (200,8,16). Sum of RGB (Red+Green+Blue) = 200+8+16=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80810 is #37F7EF. Grayscale: #424242. Windows color (decimal): -3667952 or 1050824. OLE color: 1050824.
HSL color Cylindrical-coordinate representation of color #C80810: hue angle of 357.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.22 |
| HSL | 357.5º | 0.92% | 0.41% | - |
| HSV(B) | 357.5º | 0.96% | 0.78% | - |
| XYZ | 24 | 12.49 | 1.64 | - |
| YUV | 66.32 | 99.61 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 16 | 0 | 0.96 | 0.92 | 0.22 | 357.5 | 0.92 | 0.41 |
| Hex | C8 | 8 | 10 | 0 | 60 | 5C | 16 | 166 | 5C | 29 |
| Octal | 310 | 10 | 20 | 0 | 140 | 134 | 26 | 546 | 134 | 51 |
| Binary | 11001000 | 1000 | 10000 | 0 | 1100000 | 1011100 | 10110 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C80810
Complementary color
Monochromatic Colors of #C80810
Black with #C80810
Text Example
Text Example
White with #C80810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80810; }
p { color: rgb(200,8,16); }
H1.HeaderClassName
{
color: #C80810;
}
.AnyTagClassName
{
color: #C80810;
}
</style>
background-color css
<style>
a { background-color: #C80810; }
a { background-color: rgb(200,8,16); }
div.DivClassName
{
background-color: #C80810;
}
.BgClassName
{
background-color: #C80810;
}
</style>
border-color css
<style>
span { border-color: #C80810; }
span { border-color: rgb(200,8,16); }
td.TdClassName
{
border-color: #C80810;
}
.TagClassName
{
border-color: #C80810;
}
</style>