Shades of Venetian Red #CC080D
Tints of Venetian Red #CC080D
RGB
CMYK
RGB Variations
Color information
#CC080D (or 0xCC080D) is known color: Venetian Red. HEX triplet: CC, 08 and 0D. RGB value is (204,8,13). Sum of RGB (Red+Green+Blue) = 204+8+13=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC080D is #33F7F2. Grayscale: #434343. Windows color (decimal): -3405811 or 854220. OLE color: 854220.
HSL color Cylindrical-coordinate representation of color #CC080D: hue angle of 358.47º 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 #CC080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.2 |
| HSL | 358.47º | 0.92% | 0.42% | - |
| HSV(B) | 358.47º | 0.96% | 0.8% | - |
| XYZ | 25.06 | 13.04 | 1.58 | - |
| YUV | 67.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 13 | 0 | 0.96 | 0.94 | 0.2 | 358.47 | 0.92 | 0.42 |
| Hex | CC | 8 | D | 0 | 60 | 5E | 14 | 166 | 5C | 2A |
| Octal | 314 | 10 | 15 | 0 | 140 | 136 | 24 | 546 | 134 | 52 |
| Binary | 11001100 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10100 | 101100110 | 1011100 | 101010 |
Color Harmonies of #CC080D
Complementary color
Monochromatic Colors of #CC080D
Black with #CC080D
Text Example
Text Example
White with #CC080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC080D; }
p { color: rgb(204,8,13); }
H1.HeaderClassName
{
color: #CC080D;
}
.AnyTagClassName
{
color: #CC080D;
}
</style>
background-color css
<style>
a { background-color: #CC080D; }
a { background-color: rgb(204,8,13); }
div.DivClassName
{
background-color: #CC080D;
}
.BgClassName
{
background-color: #CC080D;
}
</style>
border-color css
<style>
span { border-color: #CC080D; }
span { border-color: rgb(204,8,13); }
td.TdClassName
{
border-color: #CC080D;
}
.TagClassName
{
border-color: #CC080D;
}
</style>