Shades of Venetian Red #CC090C
Tints of Venetian Red #CC090C
RGB
CMYK
RGB Variations
Color information
#CC090C (or 0xCC090C) is known color: Venetian Red. HEX triplet: CC, 09 and 0C. RGB value is (204,9,12). Sum of RGB (Red+Green+Blue) = 204+9+12=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC090C is #33F6F3. Grayscale: #434343. Windows color (decimal): -3405556 or 788940. OLE color: 788940.
HSL color Cylindrical-coordinate representation of color #CC090C: 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 #CC090C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.2 |
| HSL | 359.08º | 0.92% | 0.42% | - |
| HSV(B) | 359.08º | 0.96% | 0.8% | - |
| XYZ | 25.07 | 13.06 | 1.55 | - |
| YUV | 67.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 12 | 0 | 0.96 | 0.94 | 0.2 | 359.08 | 0.92 | 0.42 |
| Hex | CC | 9 | C | 0 | 60 | 5E | 14 | 167 | 5C | 2A |
| Octal | 314 | 11 | 14 | 0 | 140 | 136 | 24 | 547 | 134 | 52 |
| Binary | 11001100 | 1001 | 1100 | 0 | 1100000 | 1011110 | 10100 | 101100111 | 1011100 | 101010 |
Color Harmonies of #CC090C
Complementary color
Monochromatic Colors of #CC090C
Black with #CC090C
Text Example
Text Example
White with #CC090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC090C; }
p { color: rgb(204,9,12); }
H1.HeaderClassName
{
color: #CC090C;
}
.AnyTagClassName
{
color: #CC090C;
}
</style>
background-color css
<style>
a { background-color: #CC090C; }
a { background-color: rgb(204,9,12); }
div.DivClassName
{
background-color: #CC090C;
}
.BgClassName
{
background-color: #CC090C;
}
</style>
border-color css
<style>
span { border-color: #CC090C; }
span { border-color: rgb(204,9,12); }
td.TdClassName
{
border-color: #CC090C;
}
.TagClassName
{
border-color: #CC090C;
}
</style>