Shades of Venetian Red #C70810
Tints of Venetian Red #C70810
RGB
CMYK
RGB Variations
Color information
#C70810 (or 0xC70810) is known color: Venetian Red. HEX triplet: C7, 08 and 10. RGB value is (199,8,16). Sum of RGB (Red+Green+Blue) = 199+8+16=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70810 is #38F7EF. Grayscale: #424242. Windows color (decimal): -3733488 or 1050823. OLE color: 1050823.
HSL color Cylindrical-coordinate representation of color #C70810: hue angle of 357.49º 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 #C70810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.22 |
| HSL | 357.49º | 0.92% | 0.41% | - |
| HSV(B) | 357.49º | 0.96% | 0.78% | - |
| XYZ | 23.73 | 12.35 | 1.62 | - |
| YUV | 66.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 16 | 0 | 0.96 | 0.92 | 0.22 | 357.49 | 0.92 | 0.41 |
| Hex | C7 | 8 | 10 | 0 | 60 | 5C | 16 | 165 | 5C | 29 |
| Octal | 307 | 10 | 20 | 0 | 140 | 134 | 26 | 545 | 134 | 51 |
| Binary | 11000111 | 1000 | 10000 | 0 | 1100000 | 1011100 | 10110 | 101100101 | 1011100 | 101001 |
Color Harmonies of #C70810
Complementary color
Monochromatic Colors of #C70810
Black with #C70810
Text Example
Text Example
White with #C70810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70810; }
p { color: rgb(199,8,16); }
H1.HeaderClassName
{
color: #C70810;
}
.AnyTagClassName
{
color: #C70810;
}
</style>
background-color css
<style>
a { background-color: #C70810; }
a { background-color: rgb(199,8,16); }
div.DivClassName
{
background-color: #C70810;
}
.BgClassName
{
background-color: #C70810;
}
</style>
border-color css
<style>
span { border-color: #C70810; }
span { border-color: rgb(199,8,16); }
td.TdClassName
{
border-color: #C70810;
}
.TagClassName
{
border-color: #C70810;
}
</style>