Shades of Venetian Red #CC080F
Tints of Venetian Red #CC080F
RGB
CMYK
RGB Variations
Color information
#CC080F (or 0xCC080F) is known color: Venetian Red. HEX triplet: CC, 08 and 0F. RGB value is (204,8,15). Sum of RGB (Red+Green+Blue) = 204+8+15=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC080F is #33F7F0. Grayscale: #434343. Windows color (decimal): -3405809 or 985292. OLE color: 985292.
HSL color Cylindrical-coordinate representation of color #CC080F: hue angle of 357.86º 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 #CC080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.2 |
| HSL | 357.86º | 0.92% | 0.42% | - |
| HSV(B) | 357.86º | 0.96% | 0.8% | - |
| XYZ | 25.07 | 13.05 | 1.65 | - |
| YUV | 67.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 15 | 0 | 0.96 | 0.93 | 0.2 | 357.86 | 0.92 | 0.42 |
| Hex | CC | 8 | F | 0 | 60 | 5D | 14 | 166 | 5C | 2A |
| Octal | 314 | 10 | 17 | 0 | 140 | 135 | 24 | 546 | 134 | 52 |
| Binary | 11001100 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10100 | 101100110 | 1011100 | 101010 |
Color Harmonies of #CC080F
Complementary color
Monochromatic Colors of #CC080F
Black with #CC080F
Text Example
Text Example
White with #CC080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC080F; }
p { color: rgb(204,8,15); }
H1.HeaderClassName
{
color: #CC080F;
}
.AnyTagClassName
{
color: #CC080F;
}
</style>
background-color css
<style>
a { background-color: #CC080F; }
a { background-color: rgb(204,8,15); }
div.DivClassName
{
background-color: #CC080F;
}
.BgClassName
{
background-color: #CC080F;
}
</style>
border-color css
<style>
span { border-color: #CC080F; }
span { border-color: rgb(204,8,15); }
td.TdClassName
{
border-color: #CC080F;
}
.TagClassName
{
border-color: #CC080F;
}
</style>