Shades of Venetian Red #CC061D
Tints of Venetian Red #CC061D
RGB
CMYK
RGB Variations
Color information
#CC061D (or 0xCC061D) is known color: Venetian Red. HEX triplet: CC, 06 and 1D. RGB value is (204,6,29). Sum of RGB (Red+Green+Blue) = 204+6+29=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC061D is #33F9E2. Grayscale: #434343. Windows color (decimal): -3406307 or 1902284. OLE color: 1902284.
HSL color Cylindrical-coordinate representation of color #CC061D: hue angle of 353.03º degrees, saturation: 0.94, 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 #CC061D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.2 |
| HSL | 353.03º | 0.94% | 0.41% | - |
| HSV(B) | 353.03º | 0.97% | 0.8% | - |
| XYZ | 25.19 | 13.06 | 2.35 | - |
| YUV | 67.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 29 | 0 | 0.97 | 0.86 | 0.2 | 353.03 | 0.94 | 0.41 |
| Hex | CC | 6 | 1D | 0 | 61 | 56 | 14 | 161 | 5E | 29 |
| Octal | 314 | 6 | 35 | 0 | 141 | 126 | 24 | 541 | 136 | 51 |
| Binary | 11001100 | 110 | 11101 | 0 | 1100001 | 1010110 | 10100 | 101100001 | 1011110 | 101001 |
Color Harmonies of #CC061D
Complementary color
Monochromatic Colors of #CC061D
Black with #CC061D
Text Example
Text Example
White with #CC061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC061D; }
p { color: rgb(204,6,29); }
H1.HeaderClassName
{
color: #CC061D;
}
.AnyTagClassName
{
color: #CC061D;
}
</style>
background-color css
<style>
a { background-color: #CC061D; }
a { background-color: rgb(204,6,29); }
div.DivClassName
{
background-color: #CC061D;
}
.BgClassName
{
background-color: #CC061D;
}
</style>
border-color css
<style>
span { border-color: #CC061D; }
span { border-color: rgb(204,6,29); }
td.TdClassName
{
border-color: #CC061D;
}
.TagClassName
{
border-color: #CC061D;
}
</style>