Shades of Venetian Red #CC0004
Tints of Venetian Red #CC0004
RGB
CMYK
RGB Variations
Color information
#CC0004 (or 0xCC0004) is known color: Venetian Red. HEX triplet: CC, 00 and 04. RGB value is (204,0,4). Sum of RGB (Red+Green+Blue) = 204+0+4=208 (27% of max value = 765). Red value is 204 (80.08% from 255 or 98.08% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0004 is #33FFFB. Grayscale: #3D3D3D. Windows color (decimal): -3407868 or 262348. OLE color: 262348.
HSL color Cylindrical-coordinate representation of color #CC0004: hue angle of 358.82º 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 #CC0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.2 |
| HSL | 358.82º | 1% | 0.4% | - |
| HSV(B) | 358.82º | 1% | 0.8% | - |
| XYZ | 24.92 | 12.85 | 1.28 | - |
| YUV | 61.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 4 | 0 | 1 | 0.98 | 0.2 | 358.82 | 1 | 0.4 |
| Hex | CC | 0 | 4 | 0 | 64 | 62 | 14 | 167 | 64 | 28 |
| Octal | 314 | 0 | 4 | 0 | 144 | 142 | 24 | 547 | 144 | 50 |
| Binary | 11001100 | 0 | 100 | 0 | 1100100 | 1100010 | 10100 | 101100111 | 1100100 | 101000 |
Color Harmonies of #CC0004
Complementary color
Monochromatic Colors of #CC0004
Black with #CC0004
Text Example
Text Example
White with #CC0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0004; }
p { color: rgb(204,0,4); }
H1.HeaderClassName
{
color: #CC0004;
}
.AnyTagClassName
{
color: #CC0004;
}
</style>
background-color css
<style>
a { background-color: #CC0004; }
a { background-color: rgb(204,0,4); }
div.DivClassName
{
background-color: #CC0004;
}
.BgClassName
{
background-color: #CC0004;
}
</style>
border-color css
<style>
span { border-color: #CC0004; }
span { border-color: rgb(204,0,4); }
td.TdClassName
{
border-color: #CC0004;
}
.TagClassName
{
border-color: #CC0004;
}
</style>