Shades of Venetian Red #CC0006
Tints of Venetian Red #CC0006
RGB
CMYK
RGB Variations
Color information
#CC0006 (or 0xCC0006) is known color: Venetian Red. HEX triplet: CC, 00 and 06. RGB value is (204,0,6). Sum of RGB (Red+Green+Blue) = 204+0+6=210 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.14% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0006 is #33FFF9. Grayscale: #3D3D3D. Windows color (decimal): -3407866 or 393420. OLE color: 393420.
HSL color Cylindrical-coordinate representation of color #CC0006: hue angle of 358.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.2 |
| HSL | 358.24º | 1% | 0.4% | - |
| HSV(B) | 358.24º | 1% | 0.8% | - |
| XYZ | 24.93 | 12.85 | 1.34 | - |
| YUV | 61.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 6 | 0 | 1 | 0.97 | 0.2 | 358.24 | 1 | 0.4 |
| Hex | CC | 0 | 6 | 0 | 64 | 61 | 14 | 166 | 64 | 28 |
| Octal | 314 | 0 | 6 | 0 | 144 | 141 | 24 | 546 | 144 | 50 |
| Binary | 11001100 | 0 | 110 | 0 | 1100100 | 1100001 | 10100 | 101100110 | 1100100 | 101000 |
Color Harmonies of #CC0006
Complementary color
Monochromatic Colors of #CC0006
Black with #CC0006
Text Example
Text Example
White with #CC0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0006; }
p { color: rgb(204,0,6); }
H1.HeaderClassName
{
color: #CC0006;
}
.AnyTagClassName
{
color: #CC0006;
}
</style>
background-color css
<style>
a { background-color: #CC0006; }
a { background-color: rgb(204,0,6); }
div.DivClassName
{
background-color: #CC0006;
}
.BgClassName
{
background-color: #CC0006;
}
</style>
border-color css
<style>
span { border-color: #CC0006; }
span { border-color: rgb(204,0,6); }
td.TdClassName
{
border-color: #CC0006;
}
.TagClassName
{
border-color: #CC0006;
}
</style>