Shades of Venetian Red #CC070A
Tints of Venetian Red #CC070A
RGB
CMYK
RGB Variations
Color information
#CC070A (or 0xCC070A) is known color: Venetian Red. HEX triplet: CC, 07 and 0A. RGB value is (204,7,10). Sum of RGB (Red+Green+Blue) = 204+7+10=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070A is #33F8F5. Grayscale: #424242. Windows color (decimal): -3406070 or 657356. OLE color: 657356.
HSL color Cylindrical-coordinate representation of color #CC070A: hue angle of 359.09º 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 #CC070A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.2 |
| HSL | 359.09º | 0.93% | 0.41% | - |
| HSV(B) | 359.09º | 0.97% | 0.8% | - |
| XYZ | 25.03 | 13.01 | 1.48 | - |
| YUV | 66.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 10 | 0 | 0.97 | 0.95 | 0.2 | 359.09 | 0.93 | 0.41 |
| Hex | CC | 7 | A | 0 | 61 | 5F | 14 | 167 | 5D | 29 |
| Octal | 314 | 7 | 12 | 0 | 141 | 137 | 24 | 547 | 135 | 51 |
| Binary | 11001100 | 111 | 1010 | 0 | 1100001 | 1011111 | 10100 | 101100111 | 1011101 | 101001 |
Color Harmonies of #CC070A
Complementary color
Monochromatic Colors of #CC070A
Black with #CC070A
Text Example
Text Example
White with #CC070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC070A; }
p { color: rgb(204,7,10); }
H1.HeaderClassName
{
color: #CC070A;
}
.AnyTagClassName
{
color: #CC070A;
}
</style>
background-color css
<style>
a { background-color: #CC070A; }
a { background-color: rgb(204,7,10); }
div.DivClassName
{
background-color: #CC070A;
}
.BgClassName
{
background-color: #CC070A;
}
</style>
border-color css
<style>
span { border-color: #CC070A; }
span { border-color: rgb(204,7,10); }
td.TdClassName
{
border-color: #CC070A;
}
.TagClassName
{
border-color: #CC070A;
}
</style>