Shades of Venetian Red #CC080B
Tints of Venetian Red #CC080B
RGB
CMYK
RGB Variations
Color information
#CC080B (or 0xCC080B) is known color: Venetian Red. HEX triplet: CC, 08 and 0B. RGB value is (204,8,11). Sum of RGB (Red+Green+Blue) = 204+8+11=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC080B is #33F7F4. Grayscale: #434343. Windows color (decimal): -3405813 or 723148. OLE color: 723148.
HSL color Cylindrical-coordinate representation of color #CC080B: hue angle of 359.08º 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 #CC080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.2 |
| HSL | 359.08º | 0.92% | 0.42% | - |
| HSV(B) | 359.08º | 0.96% | 0.8% | - |
| XYZ | 25.05 | 13.04 | 1.51 | - |
| YUV | 66.95 | 96.43 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 11 | 0 | 0.96 | 0.95 | 0.2 | 359.08 | 0.92 | 0.42 |
| Hex | CC | 8 | B | 0 | 60 | 5F | 14 | 167 | 5C | 2A |
| Octal | 314 | 10 | 13 | 0 | 140 | 137 | 24 | 547 | 134 | 52 |
| Binary | 11001100 | 1000 | 1011 | 0 | 1100000 | 1011111 | 10100 | 101100111 | 1011100 | 101010 |
Color Harmonies of #CC080B
Complementary color
Monochromatic Colors of #CC080B
Black with #CC080B
Text Example
Text Example
White with #CC080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC080B; }
p { color: rgb(204,8,11); }
H1.HeaderClassName
{
color: #CC080B;
}
.AnyTagClassName
{
color: #CC080B;
}
</style>
background-color css
<style>
a { background-color: #CC080B; }
a { background-color: rgb(204,8,11); }
div.DivClassName
{
background-color: #CC080B;
}
.BgClassName
{
background-color: #CC080B;
}
</style>
border-color css
<style>
span { border-color: #CC080B; }
span { border-color: rgb(204,8,11); }
td.TdClassName
{
border-color: #CC080B;
}
.TagClassName
{
border-color: #CC080B;
}
</style>