Shades of Venetian Red #CC060C
Tints of Venetian Red #CC060C
RGB
CMYK
RGB Variations
Color information
#CC060C (or 0xCC060C) is known color: Venetian Red. HEX triplet: CC, 06 and 0C. RGB value is (204,6,12). Sum of RGB (Red+Green+Blue) = 204+6+12=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC060C is #33F9F3. Grayscale: #424242. Windows color (decimal): -3406324 or 788172. OLE color: 788172.
HSL color Cylindrical-coordinate representation of color #CC060C: hue angle of 358.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.2 |
| HSL | 358.18º | 0.94% | 0.41% | - |
| HSV(B) | 358.18º | 0.97% | 0.8% | - |
| XYZ | 25.03 | 12.99 | 1.54 | - |
| YUV | 65.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 12 | 0 | 0.97 | 0.94 | 0.2 | 358.18 | 0.94 | 0.41 |
| Hex | CC | 6 | C | 0 | 61 | 5E | 14 | 166 | 5E | 29 |
| Octal | 314 | 6 | 14 | 0 | 141 | 136 | 24 | 546 | 136 | 51 |
| Binary | 11001100 | 110 | 1100 | 0 | 1100001 | 1011110 | 10100 | 101100110 | 1011110 | 101001 |
Color Harmonies of #CC060C
Complementary color
Monochromatic Colors of #CC060C
Black with #CC060C
Text Example
Text Example
White with #CC060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC060C; }
p { color: rgb(204,6,12); }
H1.HeaderClassName
{
color: #CC060C;
}
.AnyTagClassName
{
color: #CC060C;
}
</style>
background-color css
<style>
a { background-color: #CC060C; }
a { background-color: rgb(204,6,12); }
div.DivClassName
{
background-color: #CC060C;
}
.BgClassName
{
background-color: #CC060C;
}
</style>
border-color css
<style>
span { border-color: #CC060C; }
span { border-color: rgb(204,6,12); }
td.TdClassName
{
border-color: #CC060C;
}
.TagClassName
{
border-color: #CC060C;
}
</style>