Shades of Venetian Red #CC001D
Tints of Venetian Red #CC001D
RGB
CMYK
RGB Variations
Color information
#CC001D (or 0xCC001D) is known color: Venetian Red. HEX triplet: CC, 00 and 1D. RGB value is (204,0,29). Sum of RGB (Red+Green+Blue) = 204+0+29=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC001D is #33FFE2. Grayscale: #404040. Windows color (decimal): -3407843 or 1900748. OLE color: 1900748.
HSL color Cylindrical-coordinate representation of color #CC001D: hue angle of 351.47º 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 #CC001D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.86 | 0.2 |
| HSL | 351.47º | 1% | 0.4% | - |
| HSV(B) | 351.47º | 1% | 0.8% | - |
| XYZ | 25.12 | 12.93 | 2.33 | - |
| YUV | 64.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 29 | 0 | 1 | 0.86 | 0.2 | 351.47 | 1 | 0.4 |
| Hex | CC | 0 | 1D | 0 | 64 | 56 | 14 | 15F | 64 | 28 |
| Octal | 314 | 0 | 35 | 0 | 144 | 126 | 24 | 537 | 144 | 50 |
| Binary | 11001100 | 0 | 11101 | 0 | 1100100 | 1010110 | 10100 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CC001D
Complementary color
Monochromatic Colors of #CC001D
Black with #CC001D
Text Example
Text Example
White with #CC001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC001D; }
p { color: rgb(204,0,29); }
H1.HeaderClassName
{
color: #CC001D;
}
.AnyTagClassName
{
color: #CC001D;
}
</style>
background-color css
<style>
a { background-color: #CC001D; }
a { background-color: rgb(204,0,29); }
div.DivClassName
{
background-color: #CC001D;
}
.BgClassName
{
background-color: #CC001D;
}
</style>
border-color css
<style>
span { border-color: #CC001D; }
span { border-color: rgb(204,0,29); }
td.TdClassName
{
border-color: #CC001D;
}
.TagClassName
{
border-color: #CC001D;
}
</style>