Shades of Venetian Red #CC081D
Tints of Venetian Red #CC081D
RGB
CMYK
RGB Variations
Color information
#CC081D (or 0xCC081D) is known color: Venetian Red. HEX triplet: CC, 08 and 1D. RGB value is (204,8,29). Sum of RGB (Red+Green+Blue) = 204+8+29=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC081D is #33F7E2. Grayscale: #454545. Windows color (decimal): -3405795 or 1902796. OLE color: 1902796.
HSL color Cylindrical-coordinate representation of color #CC081D: hue angle of 353.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.2 |
| HSL | 353.57º | 0.92% | 0.42% | - |
| HSV(B) | 353.57º | 0.96% | 0.8% | - |
| XYZ | 25.21 | 13.1 | 2.36 | - |
| YUV | 69 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 29 | 0 | 0.96 | 0.86 | 0.2 | 353.57 | 0.92 | 0.42 |
| Hex | CC | 8 | 1D | 0 | 60 | 56 | 14 | 162 | 5C | 2A |
| Octal | 314 | 10 | 35 | 0 | 140 | 126 | 24 | 542 | 134 | 52 |
| Binary | 11001100 | 1000 | 11101 | 0 | 1100000 | 1010110 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CC081D
Complementary color
Monochromatic Colors of #CC081D
Black with #CC081D
Text Example
Text Example
White with #CC081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC081D; }
p { color: rgb(204,8,29); }
H1.HeaderClassName
{
color: #CC081D;
}
.AnyTagClassName
{
color: #CC081D;
}
</style>
background-color css
<style>
a { background-color: #CC081D; }
a { background-color: rgb(204,8,29); }
div.DivClassName
{
background-color: #CC081D;
}
.BgClassName
{
background-color: #CC081D;
}
</style>
border-color css
<style>
span { border-color: #CC081D; }
span { border-color: rgb(204,8,29); }
td.TdClassName
{
border-color: #CC081D;
}
.TagClassName
{
border-color: #CC081D;
}
</style>