Shades of Venetian Red #CC0517
Tints of Venetian Red #CC0517
RGB
CMYK
RGB Variations
Color information
#CC0517 (or 0xCC0517) is known color: Venetian Red. HEX triplet: CC, 05 and 17. RGB value is (204,5,23). Sum of RGB (Red+Green+Blue) = 204+5+23=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0517 is #33FAE8. Grayscale: #424242. Windows color (decimal): -3406569 or 1508812. OLE color: 1508812.
HSL color Cylindrical-coordinate representation of color #CC0517: hue angle of 354.57º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.2 |
| HSL | 354.57º | 0.95% | 0.41% | - |
| HSV(B) | 354.57º | 0.98% | 0.8% | - |
| XYZ | 25.11 | 13.01 | 2 | - |
| YUV | 66.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 23 | 0 | 0.98 | 0.89 | 0.2 | 354.57 | 0.95 | 0.41 |
| Hex | CC | 5 | 17 | 0 | 62 | 59 | 14 | 163 | 5F | 29 |
| Octal | 314 | 5 | 27 | 0 | 142 | 131 | 24 | 543 | 137 | 51 |
| Binary | 11001100 | 101 | 10111 | 0 | 1100010 | 1011001 | 10100 | 101100011 | 1011111 | 101001 |
Color Harmonies of #CC0517
Complementary color
Monochromatic Colors of #CC0517
Black with #CC0517
Text Example
Text Example
White with #CC0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0517; }
p { color: rgb(204,5,23); }
H1.HeaderClassName
{
color: #CC0517;
}
.AnyTagClassName
{
color: #CC0517;
}
</style>
background-color css
<style>
a { background-color: #CC0517; }
a { background-color: rgb(204,5,23); }
div.DivClassName
{
background-color: #CC0517;
}
.BgClassName
{
background-color: #CC0517;
}
</style>
border-color css
<style>
span { border-color: #CC0517; }
span { border-color: rgb(204,5,23); }
td.TdClassName
{
border-color: #CC0517;
}
.TagClassName
{
border-color: #CC0517;
}
</style>