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