Shades of Venetian Red #CC0617
Tints of Venetian Red #CC0617
RGB
CMYK
RGB Variations
Color information
#CC0617 (or 0xCC0617) is known color: Venetian Red. HEX triplet: CC, 06 and 17. RGB value is (204,6,23). Sum of RGB (Red+Green+Blue) = 204+6+23=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0617 is #33F9E8. Grayscale: #434343. Windows color (decimal): -3406313 or 1509068. OLE color: 1509068.
HSL color Cylindrical-coordinate representation of color #CC0617: hue angle of 354.85º 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 #CC0617 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 23 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.2 |
| HSL | 354.85º | 0.94% | 0.41% | - |
| HSV(B) | 354.85º | 0.97% | 0.8% | - |
| XYZ | 25.12 | 13.03 | 2 | - |
| YUV | 67.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 23 | 0 | 0.97 | 0.89 | 0.2 | 354.85 | 0.94 | 0.41 |
| Hex | CC | 6 | 17 | 0 | 61 | 59 | 14 | 163 | 5E | 29 |
| Octal | 314 | 6 | 27 | 0 | 141 | 131 | 24 | 543 | 136 | 51 |
| Binary | 11001100 | 110 | 10111 | 0 | 1100001 | 1011001 | 10100 | 101100011 | 1011110 | 101001 |
Color Harmonies of #CC0617
Complementary color
Monochromatic Colors of #CC0617
Black with #CC0617
Text Example
Text Example
White with #CC0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0617; }
p { color: rgb(204,6,23); }
H1.HeaderClassName
{
color: #CC0617;
}
.AnyTagClassName
{
color: #CC0617;
}
</style>
background-color css
<style>
a { background-color: #CC0617; }
a { background-color: rgb(204,6,23); }
div.DivClassName
{
background-color: #CC0617;
}
.BgClassName
{
background-color: #CC0617;
}
</style>
border-color css
<style>
span { border-color: #CC0617; }
span { border-color: rgb(204,6,23); }
td.TdClassName
{
border-color: #CC0617;
}
.TagClassName
{
border-color: #CC0617;
}
</style>