Shades of Venetian Red #CC0921
Tints of Venetian Red #CC0921
RGB
CMYK
RGB Variations
Color information
#CC0921 (or 0xCC0921) is known color: Venetian Red. HEX triplet: CC, 09 and 21. RGB value is (204,9,33). Sum of RGB (Red+Green+Blue) = 204+9+33=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0921 is #33F6DE. Grayscale: #464646. Windows color (decimal): -3405535 or 2165196. OLE color: 2165196.
HSL color Cylindrical-coordinate representation of color #CC0921: hue angle of 352.62º 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 #CC0921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.2 |
| HSL | 352.62º | 0.92% | 0.42% | - |
| HSV(B) | 352.62º | 0.96% | 0.8% | - |
| XYZ | 25.27 | 13.14 | 2.64 | - |
| YUV | 70.04 | 107.1 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 33 | 0 | 0.96 | 0.84 | 0.2 | 352.62 | 0.92 | 0.42 |
| Hex | CC | 9 | 21 | 0 | 60 | 54 | 14 | 161 | 5C | 2A |
| Octal | 314 | 11 | 41 | 0 | 140 | 124 | 24 | 541 | 134 | 52 |
| Binary | 11001100 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10100 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CC0921
Complementary color
Monochromatic Colors of #CC0921
Black with #CC0921
Text Example
Text Example
White with #CC0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0921; }
p { color: rgb(204,9,33); }
H1.HeaderClassName
{
color: #CC0921;
}
.AnyTagClassName
{
color: #CC0921;
}
</style>
background-color css
<style>
a { background-color: #CC0921; }
a { background-color: rgb(204,9,33); }
div.DivClassName
{
background-color: #CC0921;
}
.BgClassName
{
background-color: #CC0921;
}
</style>
border-color css
<style>
span { border-color: #CC0921; }
span { border-color: rgb(204,9,33); }
td.TdClassName
{
border-color: #CC0921;
}
.TagClassName
{
border-color: #CC0921;
}
</style>