Shades of Venetian Red #CC002D
Tints of Venetian Red #CC002D
RGB
CMYK
RGB Variations
Color information
#CC002D (or 0xCC002D) is known color: Venetian Red. HEX triplet: CC, 00 and 2D. RGB value is (204,0,45). Sum of RGB (Red+Green+Blue) = 204+0+45=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002D is #33FFD2. Grayscale: #424242. Windows color (decimal): -3407827 or 2949324. OLE color: 2949324.
HSL color Cylindrical-coordinate representation of color #CC002D: hue angle of 346.76º 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 #CC002D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 0 | 45 | - |
CMYK | 0 | 1 | 0.78 | 0.2 |
HSL | 346.76º | 1% | 0.4% | - |
HSV(B) | 346.76º | 1% | 0.8% | - |
XYZ | 25.38 | 13.03 | 3.66 | - |
YUV | 66.13 | 116.09 | 226.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 0 | 45 | 0 | 1 | 0.78 | 0.2 | 346.76 | 1 | 0.4 |
Hex | CC | 0 | 2D | 0 | 64 | 4E | 14 | 15B | 64 | 28 |
Octal | 314 | 0 | 55 | 0 | 144 | 116 | 24 | 533 | 144 | 50 |
Binary | 11001100 | 0 | 101101 | 0 | 1100100 | 1001110 | 10100 | 101011011 | 1100100 | 101000 |
Color Harmonies of #CC002D
Complementary color
Monochromatic Colors of #CC002D
Black with #CC002D
Text Example
Text Example
White with #CC002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC002D; }
p { color: rgb(204,0,45); }
H1.HeaderClassName
{
color: #CC002D;
}
.AnyTagClassName
{
color: #CC002D;
}
</style>
background-color css
<style>
a { background-color: #CC002D; }
a { background-color: rgb(204,0,45); }
div.DivClassName
{
background-color: #CC002D;
}
.BgClassName
{
background-color: #CC002D;
}
</style>
border-color css
<style>
span { border-color: #CC002D; }
span { border-color: rgb(204,0,45); }
td.TdClassName
{
border-color: #CC002D;
}
.TagClassName
{
border-color: #CC002D;
}
</style>