Shades of Venetian Red #CC081C
Tints of Venetian Red #CC081C
RGB
CMYK
RGB Variations
Color information
#CC081C (or 0xCC081C) is known color: Venetian Red. HEX triplet: CC, 08 and 1C. RGB value is (204,8,28). Sum of RGB (Red+Green+Blue) = 204+8+28=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC081C is #33F7E3. Grayscale: #454545. Windows color (decimal): -3405796 or 1837260. OLE color: 1837260.
HSL color Cylindrical-coordinate representation of color #CC081C: hue angle of 353.88º 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 #CC081C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.2 |
| HSL | 353.88º | 0.92% | 0.42% | - |
| HSV(B) | 353.88º | 0.96% | 0.8% | - |
| XYZ | 25.2 | 13.09 | 2.3 | - |
| YUV | 68.88 | 104.93 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 28 | 0 | 0.96 | 0.86 | 0.2 | 353.88 | 0.92 | 0.42 |
| Hex | CC | 8 | 1C | 0 | 60 | 56 | 14 | 162 | 5C | 2A |
| Octal | 314 | 10 | 34 | 0 | 140 | 126 | 24 | 542 | 134 | 52 |
| Binary | 11001100 | 1000 | 11100 | 0 | 1100000 | 1010110 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CC081C
Complementary color
Monochromatic Colors of #CC081C
Black with #CC081C
Text Example
Text Example
White with #CC081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC081C; }
p { color: rgb(204,8,28); }
H1.HeaderClassName
{
color: #CC081C;
}
.AnyTagClassName
{
color: #CC081C;
}
</style>
background-color css
<style>
a { background-color: #CC081C; }
a { background-color: rgb(204,8,28); }
div.DivClassName
{
background-color: #CC081C;
}
.BgClassName
{
background-color: #CC081C;
}
</style>
border-color css
<style>
span { border-color: #CC081C; }
span { border-color: rgb(204,8,28); }
td.TdClassName
{
border-color: #CC081C;
}
.TagClassName
{
border-color: #CC081C;
}
</style>