Shades of Venetian Red #C7060E
Tints of Venetian Red #C7060E
RGB
CMYK
RGB Variations
Color information
#C7060E (or 0xC7060E) is known color: Venetian Red. HEX triplet: C7, 06 and 0E. RGB value is (199,6,14). Sum of RGB (Red+Green+Blue) = 199+6+14=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C7060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7060E is #38F9F1. Grayscale: #404040. Windows color (decimal): -3734002 or 919239. OLE color: 919239.
HSL color Cylindrical-coordinate representation of color #C7060E: hue angle of 357.51º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.22 |
| HSL | 357.51º | 0.94% | 0.4% | - |
| HSV(B) | 357.51º | 0.97% | 0.78% | - |
| XYZ | 23.7 | 12.3 | 1.54 | - |
| YUV | 64.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 14 | 0 | 0.97 | 0.93 | 0.22 | 357.51 | 0.94 | 0.4 |
| Hex | C7 | 6 | E | 0 | 61 | 5D | 16 | 166 | 5E | 28 |
| Octal | 307 | 6 | 16 | 0 | 141 | 135 | 26 | 546 | 136 | 50 |
| Binary | 11000111 | 110 | 1110 | 0 | 1100001 | 1011101 | 10110 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C7060E
Complementary color
Monochromatic Colors of #C7060E
Black with #C7060E
Text Example
Text Example
White with #C7060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7060E; }
p { color: rgb(199,6,14); }
H1.HeaderClassName
{
color: #C7060E;
}
.AnyTagClassName
{
color: #C7060E;
}
</style>
background-color css
<style>
a { background-color: #C7060E; }
a { background-color: rgb(199,6,14); }
div.DivClassName
{
background-color: #C7060E;
}
.BgClassName
{
background-color: #C7060E;
}
</style>
border-color css
<style>
span { border-color: #C7060E; }
span { border-color: rgb(199,6,14); }
td.TdClassName
{
border-color: #C7060E;
}
.TagClassName
{
border-color: #C7060E;
}
</style>