Shades of Venetian Red #CC060F
Tints of Venetian Red #CC060F
RGB
CMYK
RGB Variations
Color information
#CC060F (or 0xCC060F) is known color: Venetian Red. HEX triplet: CC, 06 and 0F. RGB value is (204,6,15). Sum of RGB (Red+Green+Blue) = 204+6+15=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC060F is #33F9F0. Grayscale: #424242. Windows color (decimal): -3406321 or 984780. OLE color: 984780.
HSL color Cylindrical-coordinate representation of color #CC060F: hue angle of 357.27º 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 #CC060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.2 |
| HSL | 357.27º | 0.94% | 0.41% | - |
| HSV(B) | 357.27º | 0.97% | 0.8% | - |
| XYZ | 25.05 | 13 | 1.64 | - |
| YUV | 66.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 15 | 0 | 0.97 | 0.93 | 0.2 | 357.27 | 0.94 | 0.41 |
| Hex | CC | 6 | F | 0 | 61 | 5D | 14 | 165 | 5E | 29 |
| Octal | 314 | 6 | 17 | 0 | 141 | 135 | 24 | 545 | 136 | 51 |
| Binary | 11001100 | 110 | 1111 | 0 | 1100001 | 1011101 | 10100 | 101100101 | 1011110 | 101001 |
Color Harmonies of #CC060F
Complementary color
Monochromatic Colors of #CC060F
Black with #CC060F
Text Example
Text Example
White with #CC060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC060F; }
p { color: rgb(204,6,15); }
H1.HeaderClassName
{
color: #CC060F;
}
.AnyTagClassName
{
color: #CC060F;
}
</style>
background-color css
<style>
a { background-color: #CC060F; }
a { background-color: rgb(204,6,15); }
div.DivClassName
{
background-color: #CC060F;
}
.BgClassName
{
background-color: #CC060F;
}
</style>
border-color css
<style>
span { border-color: #CC060F; }
span { border-color: rgb(204,6,15); }
td.TdClassName
{
border-color: #CC060F;
}
.TagClassName
{
border-color: #CC060F;
}
</style>