Shades of Venetian Red #CC000E
Tints of Venetian Red #CC000E
RGB
CMYK
RGB Variations
Color information
#CC000E (or 0xCC000E) is known color: Venetian Red. HEX triplet: CC, 00 and 0E. RGB value is (204,0,14). Sum of RGB (Red+Green+Blue) = 204+0+14=218 (28% of max value = 765). Red value is 204 (80.08% from 255 or 93.58% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 204 - color contains mainly: red. Hex color #CC000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC000E is #33FFF1. Grayscale: #3E3E3E. Windows color (decimal): -3407858 or 917708. OLE color: 917708.
HSL color Cylindrical-coordinate representation of color #CC000E: hue angle of 355.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.2 |
| HSL | 355.88º | 1% | 0.4% | - |
| HSV(B) | 355.88º | 1% | 0.8% | - |
| XYZ | 24.98 | 12.87 | 1.58 | - |
| YUV | 62.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 14 | 0 | 1 | 0.93 | 0.2 | 355.88 | 1 | 0.4 |
| Hex | CC | 0 | E | 0 | 64 | 5D | 14 | 164 | 64 | 28 |
| Octal | 314 | 0 | 16 | 0 | 144 | 135 | 24 | 544 | 144 | 50 |
| Binary | 11001100 | 0 | 1110 | 0 | 1100100 | 1011101 | 10100 | 101100100 | 1100100 | 101000 |
Color Harmonies of #CC000E
Complementary color
Monochromatic Colors of #CC000E
Black with #CC000E
Text Example
Text Example
White with #CC000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC000E; }
p { color: rgb(204,0,14); }
H1.HeaderClassName
{
color: #CC000E;
}
.AnyTagClassName
{
color: #CC000E;
}
</style>
background-color css
<style>
a { background-color: #CC000E; }
a { background-color: rgb(204,0,14); }
div.DivClassName
{
background-color: #CC000E;
}
.BgClassName
{
background-color: #CC000E;
}
</style>
border-color css
<style>
span { border-color: #CC000E; }
span { border-color: rgb(204,0,14); }
td.TdClassName
{
border-color: #CC000E;
}
.TagClassName
{
border-color: #CC000E;
}
</style>