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