Shades of Venetian Red #C81016
Tints of Venetian Red #C81016
RGB
CMYK
RGB Variations
Color information
#C81016 (or 0xC81016) is known color: Venetian Red. HEX triplet: C8, 10 and 16. RGB value is (200,16,22). Sum of RGB (Red+Green+Blue) = 200+16+22=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C81016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81016 is #37EFE9. Grayscale: #474747. Windows color (decimal): -3665898 or 1446088. OLE color: 1446088.
HSL color Cylindrical-coordinate representation of color #C81016: hue angle of 358.04º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81016 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 22 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.22 |
| HSL | 358.04º | 0.85% | 0.42% | - |
| HSV(B) | 358.04º | 0.92% | 0.78% | - |
| XYZ | 24.15 | 12.71 | 1.94 | - |
| YUV | 71.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 22 | 0 | 0.92 | 0.89 | 0.22 | 358.04 | 0.85 | 0.42 |
| Hex | C8 | 10 | 16 | 0 | 5C | 59 | 16 | 166 | 55 | 2A |
| Octal | 310 | 20 | 26 | 0 | 134 | 131 | 26 | 546 | 125 | 52 |
| Binary | 11001000 | 10000 | 10110 | 0 | 1011100 | 1011001 | 10110 | 101100110 | 1010101 | 101010 |
Color Harmonies of #C81016
Complementary color
Monochromatic Colors of #C81016
Black with #C81016
Text Example
Text Example
White with #C81016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81016; }
p { color: rgb(200,16,22); }
H1.HeaderClassName
{
color: #C81016;
}
.AnyTagClassName
{
color: #C81016;
}
</style>
background-color css
<style>
a { background-color: #C81016; }
a { background-color: rgb(200,16,22); }
div.DivClassName
{
background-color: #C81016;
}
.BgClassName
{
background-color: #C81016;
}
</style>
border-color css
<style>
span { border-color: #C81016; }
span { border-color: rgb(200,16,22); }
td.TdClassName
{
border-color: #C81016;
}
.TagClassName
{
border-color: #C81016;
}
</style>