Shades of Venetian Red #CD002D
Tints of Venetian Red #CD002D
RGB
CMYK
RGB Variations
Color information
#CD002D (or 0xCD002D) is known color: Venetian Red. HEX triplet: CD, 00 and 2D. RGB value is (205,0,45). Sum of RGB (Red+Green+Blue) = 205+0+45=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD002D is #32FFD2. Grayscale: #424242. Windows color (decimal): -3342291 or 2949325. OLE color: 2949325.
HSL color Cylindrical-coordinate representation of color #CD002D: hue angle of 346.83º 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 #CD002D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.78 | 0.20 |
| HSL | 346.83º | 1% | 0.4% | - |
| HSV(B) | 346.83º | 1% | 0.8% | - |
| XYZ | 25.65 | 13.17 | 3.67 | - |
| YUV | 66.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 45 | 0 | 1 | 0.78 | 0.20 | 346.83 | 1 | 0.4 |
| Hex | CD | 0 | 2D | 0 | 64 | 4E | 14 | 15B | 64 | 28 |
| Octal | 315 | 0 | 55 | 0 | 144 | 116 | 24 | 533 | 144 | 50 |
| Binary | 11001101 | 0 | 101101 | 0 | 1100100 | 1001110 | 10100 | 101011011 | 1100100 | 101000 |
Color Harmonies of #CD002D
Complementary color
Monochromatic Colors of #CD002D
Black with #CD002D
Text Example
Text Example
White with #CD002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD002D; }
p { color: rgb(205,0,45); }
H1.HeaderClassName
{
color: #CD002D;
}
.AnyTagClassName
{
color: #CD002D;
}
</style>
background-color css
<style>
a { background-color: #CD002D; }
a { background-color: rgb(205,0,45); }
div.DivClassName
{
background-color: #CD002D;
}
.BgClassName
{
background-color: #CD002D;
}
</style>
border-color css
<style>
span { border-color: #CD002D; }
span { border-color: rgb(205,0,45); }
td.TdClassName
{
border-color: #CD002D;
}
.TagClassName
{
border-color: #CD002D;
}
</style>