Shades of Venetian Red #CC081B
Tints of Venetian Red #CC081B
RGB
CMYK
RGB Variations
Color information
#CC081B (or 0xCC081B) is known color: Venetian Red. HEX triplet: CC, 08 and 1B. RGB value is (204,8,27). Sum of RGB (Red+Green+Blue) = 204+8+27=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC081B is #33F7E4. Grayscale: #444444. Windows color (decimal): -3405797 or 1771724. OLE color: 1771724.
HSL color Cylindrical-coordinate representation of color #CC081B: hue angle of 354.18º 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 #CC081B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.2 |
| HSL | 354.18º | 0.92% | 0.42% | - |
| HSV(B) | 354.18º | 0.96% | 0.8% | - |
| XYZ | 25.19 | 13.09 | 2.24 | - |
| YUV | 68.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 27 | 0 | 0.96 | 0.87 | 0.2 | 354.18 | 0.92 | 0.42 |
| Hex | CC | 8 | 1B | 0 | 60 | 57 | 14 | 162 | 5C | 2A |
| Octal | 314 | 10 | 33 | 0 | 140 | 127 | 24 | 542 | 134 | 52 |
| Binary | 11001100 | 1000 | 11011 | 0 | 1100000 | 1010111 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CC081B
Complementary color
Monochromatic Colors of #CC081B
Black with #CC081B
Text Example
Text Example
White with #CC081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC081B; }
p { color: rgb(204,8,27); }
H1.HeaderClassName
{
color: #CC081B;
}
.AnyTagClassName
{
color: #CC081B;
}
</style>
background-color css
<style>
a { background-color: #CC081B; }
a { background-color: rgb(204,8,27); }
div.DivClassName
{
background-color: #CC081B;
}
.BgClassName
{
background-color: #CC081B;
}
</style>
border-color css
<style>
span { border-color: #CC081B; }
span { border-color: rgb(204,8,27); }
td.TdClassName
{
border-color: #CC081B;
}
.TagClassName
{
border-color: #CC081B;
}
</style>