Shades of Venetian Red #CC040C
Tints of Venetian Red #CC040C
RGB
CMYK
RGB Variations
Color information
#CC040C (or 0xCC040C) is known color: Venetian Red. HEX triplet: CC, 04 and 0C. RGB value is (204,4,12). Sum of RGB (Red+Green+Blue) = 204+4+12=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC040C is #33FBF3. Grayscale: #404040. Windows color (decimal): -3406836 or 787660. OLE color: 787660.
HSL color Cylindrical-coordinate representation of color #CC040C: hue angle of 357.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.2 |
| HSL | 357.6º | 0.96% | 0.41% | - |
| HSV(B) | 357.6º | 0.98% | 0.8% | - |
| XYZ | 25.01 | 12.95 | 1.53 | - |
| YUV | 64.71 | 98.26 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 12 | 0 | 0.98 | 0.94 | 0.2 | 357.6 | 0.96 | 0.41 |
| Hex | CC | 4 | C | 0 | 62 | 5E | 14 | 166 | 60 | 29 |
| Octal | 314 | 4 | 14 | 0 | 142 | 136 | 24 | 546 | 140 | 51 |
| Binary | 11001100 | 100 | 1100 | 0 | 1100010 | 1011110 | 10100 | 101100110 | 1100000 | 101001 |
Color Harmonies of #CC040C
Complementary color
Monochromatic Colors of #CC040C
Black with #CC040C
Text Example
Text Example
White with #CC040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC040C; }
p { color: rgb(204,4,12); }
H1.HeaderClassName
{
color: #CC040C;
}
.AnyTagClassName
{
color: #CC040C;
}
</style>
background-color css
<style>
a { background-color: #CC040C; }
a { background-color: rgb(204,4,12); }
div.DivClassName
{
background-color: #CC040C;
}
.BgClassName
{
background-color: #CC040C;
}
</style>
border-color css
<style>
span { border-color: #CC040C; }
span { border-color: rgb(204,4,12); }
td.TdClassName
{
border-color: #CC040C;
}
.TagClassName
{
border-color: #CC040C;
}
</style>