Shades of Venetian Red #CC0917
Tints of Venetian Red #CC0917
RGB
CMYK
RGB Variations
Color information
#CC0917 (or 0xCC0917) is known color: Venetian Red. HEX triplet: CC, 09 and 17. RGB value is (204,9,23). Sum of RGB (Red+Green+Blue) = 204+9+23=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0917 is #33F6E8. Grayscale: #454545. Windows color (decimal): -3405545 or 1509836. OLE color: 1509836.
HSL color Cylindrical-coordinate representation of color #CC0917: hue angle of 355.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0917 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.2 |
| HSL | 355.69º | 0.92% | 0.42% | - |
| HSV(B) | 355.69º | 0.96% | 0.8% | - |
| XYZ | 25.15 | 13.09 | 2.01 | - |
| YUV | 68.9 | 102.1 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 23 | 0 | 0.96 | 0.89 | 0.2 | 355.69 | 0.92 | 0.42 |
| Hex | CC | 9 | 17 | 0 | 60 | 59 | 14 | 164 | 5C | 2A |
| Octal | 314 | 11 | 27 | 0 | 140 | 131 | 24 | 544 | 134 | 52 |
| Binary | 11001100 | 1001 | 10111 | 0 | 1100000 | 1011001 | 10100 | 101100100 | 1011100 | 101010 |
Color Harmonies of #CC0917
Complementary color
Monochromatic Colors of #CC0917
Black with #CC0917
Text Example
Text Example
White with #CC0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0917; }
p { color: rgb(204,9,23); }
H1.HeaderClassName
{
color: #CC0917;
}
.AnyTagClassName
{
color: #CC0917;
}
</style>
background-color css
<style>
a { background-color: #CC0917; }
a { background-color: rgb(204,9,23); }
div.DivClassName
{
background-color: #CC0917;
}
.BgClassName
{
background-color: #CC0917;
}
</style>
border-color css
<style>
span { border-color: #CC0917; }
span { border-color: rgb(204,9,23); }
td.TdClassName
{
border-color: #CC0917;
}
.TagClassName
{
border-color: #CC0917;
}
</style>