Shades of Venetian Red #CC0922
Tints of Venetian Red #CC0922
RGB
CMYK
RGB Variations
Color information
#CC0922 (or 0xCC0922) is known color: Venetian Red. HEX triplet: CC, 09 and 22. RGB value is (204,9,34). Sum of RGB (Red+Green+Blue) = 204+9+34=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0922 is #33F6DD. Grayscale: #464646. Windows color (decimal): -3405534 or 2230732. OLE color: 2230732.
HSL color Cylindrical-coordinate representation of color #CC0922: hue angle of 352.31º 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 #CC0922 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.2 |
| HSL | 352.31º | 0.92% | 0.42% | - |
| HSV(B) | 352.31º | 0.96% | 0.8% | - |
| XYZ | 25.29 | 13.15 | 2.72 | - |
| YUV | 70.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 34 | 0 | 0.96 | 0.83 | 0.2 | 352.31 | 0.92 | 0.42 |
| Hex | CC | 9 | 22 | 0 | 60 | 53 | 14 | 160 | 5C | 2A |
| Octal | 314 | 11 | 42 | 0 | 140 | 123 | 24 | 540 | 134 | 52 |
| Binary | 11001100 | 1001 | 100010 | 0 | 1100000 | 1010011 | 10100 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CC0922
Complementary color
Monochromatic Colors of #CC0922
Black with #CC0922
Text Example
Text Example
White with #CC0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0922; }
p { color: rgb(204,9,34); }
H1.HeaderClassName
{
color: #CC0922;
}
.AnyTagClassName
{
color: #CC0922;
}
</style>
background-color css
<style>
a { background-color: #CC0922; }
a { background-color: rgb(204,9,34); }
div.DivClassName
{
background-color: #CC0922;
}
.BgClassName
{
background-color: #CC0922;
}
</style>
border-color css
<style>
span { border-color: #CC0922; }
span { border-color: rgb(204,9,34); }
td.TdClassName
{
border-color: #CC0922;
}
.TagClassName
{
border-color: #CC0922;
}
</style>