Shades of Venetian Red #CC0610
Tints of Venetian Red #CC0610
RGB
CMYK
RGB Variations
Color information
#CC0610 (or 0xCC0610) is known color: Venetian Red. HEX triplet: CC, 06 and 10. RGB value is (204,6,16). Sum of RGB (Red+Green+Blue) = 204+6+16=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0610 is #33F9EF. Grayscale: #424242. Windows color (decimal): -3406320 or 1050316. OLE color: 1050316.
HSL color Cylindrical-coordinate representation of color #CC0610: hue angle of 356.97º 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 #CC0610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.2 |
| HSL | 356.97º | 0.94% | 0.41% | - |
| HSV(B) | 356.97º | 0.97% | 0.8% | - |
| XYZ | 25.06 | 13.01 | 1.68 | - |
| YUV | 66.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 16 | 0 | 0.97 | 0.92 | 0.2 | 356.97 | 0.94 | 0.41 |
| Hex | CC | 6 | 10 | 0 | 61 | 5C | 14 | 165 | 5E | 29 |
| Octal | 314 | 6 | 20 | 0 | 141 | 134 | 24 | 545 | 136 | 51 |
| Binary | 11001100 | 110 | 10000 | 0 | 1100001 | 1011100 | 10100 | 101100101 | 1011110 | 101001 |
Color Harmonies of #CC0610
Complementary color
Monochromatic Colors of #CC0610
Black with #CC0610
Text Example
Text Example
White with #CC0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0610; }
p { color: rgb(204,6,16); }
H1.HeaderClassName
{
color: #CC0610;
}
.AnyTagClassName
{
color: #CC0610;
}
</style>
background-color css
<style>
a { background-color: #CC0610; }
a { background-color: rgb(204,6,16); }
div.DivClassName
{
background-color: #CC0610;
}
.BgClassName
{
background-color: #CC0610;
}
</style>
border-color css
<style>
span { border-color: #CC0610; }
span { border-color: rgb(204,6,16); }
td.TdClassName
{
border-color: #CC0610;
}
.TagClassName
{
border-color: #CC0610;
}
</style>