Shades of Venetian Red #CC0914
Tints of Venetian Red #CC0914
RGB
CMYK
RGB Variations
Color information
#CC0914 (or 0xCC0914) is known color: Venetian Red. HEX triplet: CC, 09 and 14. RGB value is (204,9,20). Sum of RGB (Red+Green+Blue) = 204+9+20=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0914 is #33F6EB. Grayscale: #444444. Windows color (decimal): -3405548 or 1313228. OLE color: 1313228.
HSL color Cylindrical-coordinate representation of color #CC0914: hue angle of 356.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 #CC0914 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.2 |
| HSL | 356.62º | 0.92% | 0.42% | - |
| HSV(B) | 356.62º | 0.96% | 0.8% | - |
| XYZ | 25.13 | 13.08 | 1.86 | - |
| YUV | 68.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 20 | 0 | 0.96 | 0.90 | 0.2 | 356.62 | 0.92 | 0.42 |
| Hex | CC | 9 | 14 | 0 | 60 | 5A | 14 | 165 | 5C | 2A |
| Octal | 314 | 11 | 24 | 0 | 140 | 132 | 24 | 545 | 134 | 52 |
| Binary | 11001100 | 1001 | 10100 | 0 | 1100000 | 1011010 | 10100 | 101100101 | 1011100 | 101010 |
Color Harmonies of #CC0914
Complementary color
Monochromatic Colors of #CC0914
Black with #CC0914
Text Example
Text Example
White with #CC0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0914; }
p { color: rgb(204,9,20); }
H1.HeaderClassName
{
color: #CC0914;
}
.AnyTagClassName
{
color: #CC0914;
}
</style>
background-color css
<style>
a { background-color: #CC0914; }
a { background-color: rgb(204,9,20); }
div.DivClassName
{
background-color: #CC0914;
}
.BgClassName
{
background-color: #CC0914;
}
</style>
border-color css
<style>
span { border-color: #CC0914; }
span { border-color: rgb(204,9,20); }
td.TdClassName
{
border-color: #CC0914;
}
.TagClassName
{
border-color: #CC0914;
}
</style>