Shades of Venetian Red #CC0D10
Tints of Venetian Red #CC0D10
RGB
CMYK
RGB Variations
Color information
#CC0D10 (or 0xCC0D10) is known color: Venetian Red. HEX triplet: CC, 0D and 10. RGB value is (204,13,16). Sum of RGB (Red+Green+Blue) = 204+13+16=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D10 is #33F2EF. Grayscale: #464646. Windows color (decimal): -3404528 or 1052108. OLE color: 1052108.
HSL color Cylindrical-coordinate representation of color #CC0D10: hue angle of 359.06º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.2 |
| HSL | 359.06º | 0.88% | 0.43% | - |
| HSV(B) | 359.06º | 0.94% | 0.8% | - |
| XYZ | 25.14 | 13.16 | 1.71 | - |
| YUV | 70.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 16 | 0 | 0.94 | 0.92 | 0.2 | 359.06 | 0.88 | 0.43 |
| Hex | CC | D | 10 | 0 | 5E | 5C | 14 | 167 | 58 | 2B |
| Octal | 314 | 15 | 20 | 0 | 136 | 134 | 24 | 547 | 130 | 53 |
| Binary | 11001100 | 1101 | 10000 | 0 | 1011110 | 1011100 | 10100 | 101100111 | 1011000 | 101011 |
Color Harmonies of #CC0D10
Complementary color
Monochromatic Colors of #CC0D10
Black with #CC0D10
Text Example
Text Example
White with #CC0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D10; }
p { color: rgb(204,13,16); }
H1.HeaderClassName
{
color: #CC0D10;
}
.AnyTagClassName
{
color: #CC0D10;
}
</style>
background-color css
<style>
a { background-color: #CC0D10; }
a { background-color: rgb(204,13,16); }
div.DivClassName
{
background-color: #CC0D10;
}
.BgClassName
{
background-color: #CC0D10;
}
</style>
border-color css
<style>
span { border-color: #CC0D10; }
span { border-color: rgb(204,13,16); }
td.TdClassName
{
border-color: #CC0D10;
}
.TagClassName
{
border-color: #CC0D10;
}
</style>