Shades of Venetian Red #CC070C
Tints of Venetian Red #CC070C
RGB
CMYK
RGB Variations
Color information
#CC070C (or 0xCC070C) is known color: Venetian Red. HEX triplet: CC, 07 and 0C. RGB value is (204,7,12). Sum of RGB (Red+Green+Blue) = 204+7+12=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070C is #33F8F3. Grayscale: #424242. Windows color (decimal): -3406068 or 788428. OLE color: 788428.
HSL color Cylindrical-coordinate representation of color #CC070C: hue angle of 358.48º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC070C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.2 |
| HSL | 358.48º | 0.93% | 0.41% | - |
| HSV(B) | 358.48º | 0.97% | 0.8% | - |
| XYZ | 25.04 | 13.02 | 1.54 | - |
| YUV | 66.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 12 | 0 | 0.97 | 0.94 | 0.2 | 358.48 | 0.93 | 0.41 |
| Hex | CC | 7 | C | 0 | 61 | 5E | 14 | 166 | 5D | 29 |
| Octal | 314 | 7 | 14 | 0 | 141 | 136 | 24 | 546 | 135 | 51 |
| Binary | 11001100 | 111 | 1100 | 0 | 1100001 | 1011110 | 10100 | 101100110 | 1011101 | 101001 |
Color Harmonies of #CC070C
Complementary color
Monochromatic Colors of #CC070C
Black with #CC070C
Text Example
Text Example
White with #CC070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC070C; }
p { color: rgb(204,7,12); }
H1.HeaderClassName
{
color: #CC070C;
}
.AnyTagClassName
{
color: #CC070C;
}
</style>
background-color css
<style>
a { background-color: #CC070C; }
a { background-color: rgb(204,7,12); }
div.DivClassName
{
background-color: #CC070C;
}
.BgClassName
{
background-color: #CC070C;
}
</style>
border-color css
<style>
span { border-color: #CC070C; }
span { border-color: rgb(204,7,12); }
td.TdClassName
{
border-color: #CC070C;
}
.TagClassName
{
border-color: #CC070C;
}
</style>