Shades of Venetian Red #CD0211
Tints of Venetian Red #CD0211
RGB
CMYK
RGB Variations
Color information
#CD0211 (or 0xCD0211) is known color: Venetian Red. HEX triplet: CD, 02 and 11. RGB value is (205,2,17). Sum of RGB (Red+Green+Blue) = 205+2+17=224 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.52% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0211 is #32FDEE. Grayscale: #404040. Windows color (decimal): -3341807 or 1114829. OLE color: 1114829.
HSL color Cylindrical-coordinate representation of color #CD0211: hue angle of 355.57º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.20 |
| HSL | 355.57º | 0.98% | 0.41% | - |
| HSV(B) | 355.57º | 0.99% | 0.8% | - |
| XYZ | 25.3 | 13.06 | 1.72 | - |
| YUV | 64.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 17 | 0 | 0.99 | 0.92 | 0.20 | 355.57 | 0.98 | 0.41 |
| Hex | CD | 2 | 11 | 0 | 63 | 5C | 14 | 164 | 62 | 29 |
| Octal | 315 | 2 | 21 | 0 | 143 | 134 | 24 | 544 | 142 | 51 |
| Binary | 11001101 | 10 | 10001 | 0 | 1100011 | 1011100 | 10100 | 101100100 | 1100010 | 101001 |
Color Harmonies of #CD0211
Complementary color
Monochromatic Colors of #CD0211
Black with #CD0211
Text Example
Text Example
White with #CD0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0211; }
p { color: rgb(205,2,17); }
H1.HeaderClassName
{
color: #CD0211;
}
.AnyTagClassName
{
color: #CD0211;
}
</style>
background-color css
<style>
a { background-color: #CD0211; }
a { background-color: rgb(205,2,17); }
div.DivClassName
{
background-color: #CD0211;
}
.BgClassName
{
background-color: #CD0211;
}
</style>
border-color css
<style>
span { border-color: #CD0211; }
span { border-color: rgb(205,2,17); }
td.TdClassName
{
border-color: #CD0211;
}
.TagClassName
{
border-color: #CD0211;
}
</style>