Shades of Venetian Red #CC0407
Tints of Venetian Red #CC0407
RGB
CMYK
RGB Variations
Color information
#CC0407 (or 0xCC0407) is known color: Venetian Red. HEX triplet: CC, 04 and 07. RGB value is (204,4,7). Sum of RGB (Red+Green+Blue) = 204+4+7=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0407 is #33FBF8. Grayscale: #404040. Windows color (decimal): -3406841 or 459980. OLE color: 459980.
HSL color Cylindrical-coordinate representation of color #CC0407: hue angle of 359.1º 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 #CC0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.2 |
| HSL | 359.1º | 0.96% | 0.41% | - |
| HSV(B) | 359.1º | 0.98% | 0.8% | - |
| XYZ | 24.98 | 12.94 | 1.38 | - |
| YUV | 64.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 7 | 0 | 0.98 | 0.97 | 0.2 | 359.1 | 0.96 | 0.41 |
| Hex | CC | 4 | 7 | 0 | 62 | 61 | 14 | 167 | 60 | 29 |
| Octal | 314 | 4 | 7 | 0 | 142 | 141 | 24 | 547 | 140 | 51 |
| Binary | 11001100 | 100 | 111 | 0 | 1100010 | 1100001 | 10100 | 101100111 | 1100000 | 101001 |
Color Harmonies of #CC0407
Complementary color
Monochromatic Colors of #CC0407
Black with #CC0407
Text Example
Text Example
White with #CC0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0407; }
p { color: rgb(204,4,7); }
H1.HeaderClassName
{
color: #CC0407;
}
.AnyTagClassName
{
color: #CC0407;
}
</style>
background-color css
<style>
a { background-color: #CC0407; }
a { background-color: rgb(204,4,7); }
div.DivClassName
{
background-color: #CC0407;
}
.BgClassName
{
background-color: #CC0407;
}
</style>
border-color css
<style>
span { border-color: #CC0407; }
span { border-color: rgb(204,4,7); }
td.TdClassName
{
border-color: #CC0407;
}
.TagClassName
{
border-color: #CC0407;
}
</style>