Shades of Venetian Red #CC0D1B
Tints of Venetian Red #CC0D1B
RGB
CMYK
RGB Variations
Color information
#CC0D1B (or 0xCC0D1B) is known color: Venetian Red. HEX triplet: CC, 0D and 1B. RGB value is (204,13,27). Sum of RGB (Red+Green+Blue) = 204+13+27=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D1B is #33F2E4. Grayscale: #474747. Windows color (decimal): -3404517 or 1773004. OLE color: 1773004.
HSL color Cylindrical-coordinate representation of color #CC0D1B: hue angle of 355.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D1B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.2 |
| HSL | 355.6º | 0.88% | 0.43% | - |
| HSV(B) | 355.6º | 0.94% | 0.8% | - |
| XYZ | 25.24 | 13.2 | 2.26 | - |
| YUV | 71.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 27 | 0 | 0.94 | 0.87 | 0.2 | 355.6 | 0.88 | 0.43 |
| Hex | CC | D | 1B | 0 | 5E | 57 | 14 | 164 | 58 | 2B |
| Octal | 314 | 15 | 33 | 0 | 136 | 127 | 24 | 544 | 130 | 53 |
| Binary | 11001100 | 1101 | 11011 | 0 | 1011110 | 1010111 | 10100 | 101100100 | 1011000 | 101011 |
Color Harmonies of #CC0D1B
Complementary color
Monochromatic Colors of #CC0D1B
Black with #CC0D1B
Text Example
Text Example
White with #CC0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D1B; }
p { color: rgb(204,13,27); }
H1.HeaderClassName
{
color: #CC0D1B;
}
.AnyTagClassName
{
color: #CC0D1B;
}
</style>
background-color css
<style>
a { background-color: #CC0D1B; }
a { background-color: rgb(204,13,27); }
div.DivClassName
{
background-color: #CC0D1B;
}
.BgClassName
{
background-color: #CC0D1B;
}
</style>
border-color css
<style>
span { border-color: #CC0D1B; }
span { border-color: rgb(204,13,27); }
td.TdClassName
{
border-color: #CC0D1B;
}
.TagClassName
{
border-color: #CC0D1B;
}
</style>