Shades of Venetian Red #CC0017
Tints of Venetian Red #CC0017
RGB
CMYK
RGB Variations
Color information
#CC0017 (or 0xCC0017) is known color: Venetian Red. HEX triplet: CC, 00 and 17. RGB value is (204,0,23). Sum of RGB (Red+Green+Blue) = 204+0+23=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0017 is #33FFE8. Grayscale: #3F3F3F. Windows color (decimal): -3407849 or 1507532. OLE color: 1507532.
HSL color Cylindrical-coordinate representation of color #CC0017: hue angle of 353.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0017 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.89 | 0.2 |
| HSL | 353.24º | 1% | 0.4% | - |
| HSV(B) | 353.24º | 1% | 0.8% | - |
| XYZ | 25.06 | 12.9 | 1.98 | - |
| YUV | 63.62 | 105.09 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 23 | 0 | 1 | 0.89 | 0.2 | 353.24 | 1 | 0.4 |
| Hex | CC | 0 | 17 | 0 | 64 | 59 | 14 | 161 | 64 | 28 |
| Octal | 314 | 0 | 27 | 0 | 144 | 131 | 24 | 541 | 144 | 50 |
| Binary | 11001100 | 0 | 10111 | 0 | 1100100 | 1011001 | 10100 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CC0017
Complementary color
Monochromatic Colors of #CC0017
Black with #CC0017
Text Example
Text Example
White with #CC0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0017; }
p { color: rgb(204,0,23); }
H1.HeaderClassName
{
color: #CC0017;
}
.AnyTagClassName
{
color: #CC0017;
}
</style>
background-color css
<style>
a { background-color: #CC0017; }
a { background-color: rgb(204,0,23); }
div.DivClassName
{
background-color: #CC0017;
}
.BgClassName
{
background-color: #CC0017;
}
</style>
border-color css
<style>
span { border-color: #CC0017; }
span { border-color: rgb(204,0,23); }
td.TdClassName
{
border-color: #CC0017;
}
.TagClassName
{
border-color: #CC0017;
}
</style>