Shades of Venetian Red #CC001B
Tints of Venetian Red #CC001B
RGB
CMYK
RGB Variations
Color information
#CC001B (or 0xCC001B) is known color: Venetian Red. HEX triplet: CC, 00 and 1B. RGB value is (204,0,27). Sum of RGB (Red+Green+Blue) = 204+0+27=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC001B is #33FFE4. Grayscale: #404040. Windows color (decimal): -3407845 or 1769676. OLE color: 1769676.
HSL color Cylindrical-coordinate representation of color #CC001B: hue angle of 352.06º 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 #CC001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.87 | 0.2 |
| HSL | 352.06º | 1% | 0.4% | - |
| HSV(B) | 352.06º | 1% | 0.8% | - |
| XYZ | 25.1 | 12.92 | 2.21 | - |
| YUV | 64.07 | 107.09 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 27 | 0 | 1 | 0.87 | 0.2 | 352.06 | 1 | 0.4 |
| Hex | CC | 0 | 1B | 0 | 64 | 57 | 14 | 160 | 64 | 28 |
| Octal | 314 | 0 | 33 | 0 | 144 | 127 | 24 | 540 | 144 | 50 |
| Binary | 11001100 | 0 | 11011 | 0 | 1100100 | 1010111 | 10100 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CC001B
Complementary color
Monochromatic Colors of #CC001B
Black with #CC001B
Text Example
Text Example
White with #CC001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC001B; }
p { color: rgb(204,0,27); }
H1.HeaderClassName
{
color: #CC001B;
}
.AnyTagClassName
{
color: #CC001B;
}
</style>
background-color css
<style>
a { background-color: #CC001B; }
a { background-color: rgb(204,0,27); }
div.DivClassName
{
background-color: #CC001B;
}
.BgClassName
{
background-color: #CC001B;
}
</style>
border-color css
<style>
span { border-color: #CC001B; }
span { border-color: rgb(204,0,27); }
td.TdClassName
{
border-color: #CC001B;
}
.TagClassName
{
border-color: #CC001B;
}
</style>