Shades of Venetian Red #CC091E
Tints of Venetian Red #CC091E
RGB
CMYK
RGB Variations
Color information
#CC091E (or 0xCC091E) is known color: Venetian Red. HEX triplet: CC, 09 and 1E. RGB value is (204,9,30). Sum of RGB (Red+Green+Blue) = 204+9+30=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC091E is #33F6E1. Grayscale: #454545. Windows color (decimal): -3405538 or 1968588. OLE color: 1968588.
HSL color Cylindrical-coordinate representation of color #CC091E: hue angle of 353.54º 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 #CC091E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.2 |
| HSL | 353.54º | 0.92% | 0.42% | - |
| HSV(B) | 353.54º | 0.96% | 0.8% | - |
| XYZ | 25.23 | 13.13 | 2.43 | - |
| YUV | 69.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 30 | 0 | 0.96 | 0.85 | 0.2 | 353.54 | 0.92 | 0.42 |
| Hex | CC | 9 | 1E | 0 | 60 | 55 | 14 | 162 | 5C | 2A |
| Octal | 314 | 11 | 36 | 0 | 140 | 125 | 24 | 542 | 134 | 52 |
| Binary | 11001100 | 1001 | 11110 | 0 | 1100000 | 1010101 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CC091E
Complementary color
Monochromatic Colors of #CC091E
Black with #CC091E
Text Example
Text Example
White with #CC091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC091E; }
p { color: rgb(204,9,30); }
H1.HeaderClassName
{
color: #CC091E;
}
.AnyTagClassName
{
color: #CC091E;
}
</style>
background-color css
<style>
a { background-color: #CC091E; }
a { background-color: rgb(204,9,30); }
div.DivClassName
{
background-color: #CC091E;
}
.BgClassName
{
background-color: #CC091E;
}
</style>
border-color css
<style>
span { border-color: #CC091E; }
span { border-color: rgb(204,9,30); }
td.TdClassName
{
border-color: #CC091E;
}
.TagClassName
{
border-color: #CC091E;
}
</style>