Shades of Venetian Red #CC0C0F
Tints of Venetian Red #CC0C0F
RGB
CMYK
RGB Variations
Color information
#CC0C0F (or 0xCC0C0F) is known color: Venetian Red. HEX triplet: CC, 0C and 0F. RGB value is (204,12,15). Sum of RGB (Red+Green+Blue) = 204+12+15=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0C0F is #33F3F0. Grayscale: #454545. Windows color (decimal): -3404785 or 986316. OLE color: 986316.
HSL color Cylindrical-coordinate representation of color #CC0C0F: hue angle of 359.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.2 |
| HSL | 359.06º | 0.89% | 0.42% | - |
| HSV(B) | 359.06º | 0.94% | 0.8% | - |
| XYZ | 25.12 | 13.13 | 1.66 | - |
| YUV | 69.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 15 | 0 | 0.94 | 0.93 | 0.2 | 359.06 | 0.89 | 0.42 |
| Hex | CC | C | F | 0 | 5E | 5D | 14 | 167 | 59 | 2A |
| Octal | 314 | 14 | 17 | 0 | 136 | 135 | 24 | 547 | 131 | 52 |
| Binary | 11001100 | 1100 | 1111 | 0 | 1011110 | 1011101 | 10100 | 101100111 | 1011001 | 101010 |
Color Harmonies of #CC0C0F
Complementary color
Monochromatic Colors of #CC0C0F
Black with #CC0C0F
Text Example
Text Example
White with #CC0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C0F; }
p { color: rgb(204,12,15); }
H1.HeaderClassName
{
color: #CC0C0F;
}
.AnyTagClassName
{
color: #CC0C0F;
}
</style>
background-color css
<style>
a { background-color: #CC0C0F; }
a { background-color: rgb(204,12,15); }
div.DivClassName
{
background-color: #CC0C0F;
}
.BgClassName
{
background-color: #CC0C0F;
}
</style>
border-color css
<style>
span { border-color: #CC0C0F; }
span { border-color: rgb(204,12,15); }
td.TdClassName
{
border-color: #CC0C0F;
}
.TagClassName
{
border-color: #CC0C0F;
}
</style>