Shades of Venetian Red #CC071C
Tints of Venetian Red #CC071C
RGB
CMYK
RGB Variations
Color information
#CC071C (or 0xCC071C) is known color: Venetian Red. HEX triplet: CC, 07 and 1C. RGB value is (204,7,28). Sum of RGB (Red+Green+Blue) = 204+7+28=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC071C is #33F8E3. Grayscale: #444444. Windows color (decimal): -3406052 or 1837004. OLE color: 1837004.
HSL color Cylindrical-coordinate representation of color #CC071C: hue angle of 353.6º 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 #CC071C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.2 |
| HSL | 353.6º | 0.93% | 0.41% | - |
| HSV(B) | 353.6º | 0.97% | 0.8% | - |
| XYZ | 25.19 | 13.07 | 2.29 | - |
| YUV | 68.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 28 | 0 | 0.97 | 0.86 | 0.2 | 353.6 | 0.93 | 0.41 |
| Hex | CC | 7 | 1C | 0 | 61 | 56 | 14 | 162 | 5D | 29 |
| Octal | 314 | 7 | 34 | 0 | 141 | 126 | 24 | 542 | 135 | 51 |
| Binary | 11001100 | 111 | 11100 | 0 | 1100001 | 1010110 | 10100 | 101100010 | 1011101 | 101001 |
Color Harmonies of #CC071C
Complementary color
Monochromatic Colors of #CC071C
Black with #CC071C
Text Example
Text Example
White with #CC071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC071C; }
p { color: rgb(204,7,28); }
H1.HeaderClassName
{
color: #CC071C;
}
.AnyTagClassName
{
color: #CC071C;
}
</style>
background-color css
<style>
a { background-color: #CC071C; }
a { background-color: rgb(204,7,28); }
div.DivClassName
{
background-color: #CC071C;
}
.BgClassName
{
background-color: #CC071C;
}
</style>
border-color css
<style>
span { border-color: #CC071C; }
span { border-color: rgb(204,7,28); }
td.TdClassName
{
border-color: #CC071C;
}
.TagClassName
{
border-color: #CC071C;
}
</style>