Shades of Venetian Red #C7060C
Tints of Venetian Red #C7060C
RGB
CMYK
RGB Variations
Color information
#C7060C (or 0xC7060C) is known color: Venetian Red. HEX triplet: C7, 06 and 0C. RGB value is (199,6,12). Sum of RGB (Red+Green+Blue) = 199+6+12=217 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.71% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 199 - color contains mainly: red. Hex color #C7060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7060C is #38F9F3. Grayscale: #404040. Windows color (decimal): -3734004 or 788167. OLE color: 788167.
HSL color Cylindrical-coordinate representation of color #C7060C: hue angle of 358.13º 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 #C7060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.22 |
| HSL | 358.13º | 0.94% | 0.4% | - |
| HSV(B) | 358.13º | 0.97% | 0.78% | - |
| XYZ | 23.68 | 12.3 | 1.47 | - |
| YUV | 64.39 | 98.44 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 12 | 0 | 0.97 | 0.94 | 0.22 | 358.13 | 0.94 | 0.4 |
| Hex | C7 | 6 | C | 0 | 61 | 5E | 16 | 166 | 5E | 28 |
| Octal | 307 | 6 | 14 | 0 | 141 | 136 | 26 | 546 | 136 | 50 |
| Binary | 11000111 | 110 | 1100 | 0 | 1100001 | 1011110 | 10110 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C7060C
Complementary color
Monochromatic Colors of #C7060C
Black with #C7060C
Text Example
Text Example
White with #C7060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7060C; }
p { color: rgb(199,6,12); }
H1.HeaderClassName
{
color: #C7060C;
}
.AnyTagClassName
{
color: #C7060C;
}
</style>
background-color css
<style>
a { background-color: #C7060C; }
a { background-color: rgb(199,6,12); }
div.DivClassName
{
background-color: #C7060C;
}
.BgClassName
{
background-color: #C7060C;
}
</style>
border-color css
<style>
span { border-color: #C7060C; }
span { border-color: rgb(199,6,12); }
td.TdClassName
{
border-color: #C7060C;
}
.TagClassName
{
border-color: #C7060C;
}
</style>