Shades of Venetian Red #CC040D
Tints of Venetian Red #CC040D
RGB
CMYK
RGB Variations
Color information
#CC040D (or 0xCC040D) is known color: Venetian Red. HEX triplet: CC, 04 and 0D. RGB value is (204,4,13). Sum of RGB (Red+Green+Blue) = 204+4+13=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC040D is #33FBF2. Grayscale: #404040. Windows color (decimal): -3406835 or 853196. OLE color: 853196.
HSL color Cylindrical-coordinate representation of color #CC040D: hue angle of 357.3º 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 #CC040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.2 |
| HSL | 357.3º | 0.96% | 0.41% | - |
| HSV(B) | 357.3º | 0.98% | 0.8% | - |
| XYZ | 25.02 | 12.95 | 1.56 | - |
| YUV | 64.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 13 | 0 | 0.98 | 0.94 | 0.2 | 357.3 | 0.96 | 0.41 |
| Hex | CC | 4 | D | 0 | 62 | 5E | 14 | 165 | 60 | 29 |
| Octal | 314 | 4 | 15 | 0 | 142 | 136 | 24 | 545 | 140 | 51 |
| Binary | 11001100 | 100 | 1101 | 0 | 1100010 | 1011110 | 10100 | 101100101 | 1100000 | 101001 |
Color Harmonies of #CC040D
Complementary color
Monochromatic Colors of #CC040D
Black with #CC040D
Text Example
Text Example
White with #CC040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC040D; }
p { color: rgb(204,4,13); }
H1.HeaderClassName
{
color: #CC040D;
}
.AnyTagClassName
{
color: #CC040D;
}
</style>
background-color css
<style>
a { background-color: #CC040D; }
a { background-color: rgb(204,4,13); }
div.DivClassName
{
background-color: #CC040D;
}
.BgClassName
{
background-color: #CC040D;
}
</style>
border-color css
<style>
span { border-color: #CC040D; }
span { border-color: rgb(204,4,13); }
td.TdClassName
{
border-color: #CC040D;
}
.TagClassName
{
border-color: #CC040D;
}
</style>