Shades of Venetian Red #CD0121
Tints of Venetian Red #CD0121
RGB
CMYK
RGB Variations
Color information
#CD0121 (or 0xCD0121) is known color: Venetian Red. HEX triplet: CD, 01 and 21. RGB value is (205,1,33). Sum of RGB (Red+Green+Blue) = 205+1+33=239 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.77% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0121 is #32FEDE. Grayscale: #414141. Windows color (decimal): -3342047 or 2163149. OLE color: 2163149.
HSL color Cylindrical-coordinate representation of color #CD0121: hue angle of 350.59º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0121 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.20 |
| HSL | 350.59º | 0.99% | 0.4% | - |
| HSV(B) | 350.59º | 1% | 0.8% | - |
| XYZ | 25.46 | 13.11 | 2.63 | - |
| YUV | 65.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 33 | 0 | 1.00 | 0.84 | 0.20 | 350.59 | 0.99 | 0.4 |
| Hex | CD | 1 | 21 | 0 | 64 | 54 | 14 | 15F | 63 | 28 |
| Octal | 315 | 1 | 41 | 0 | 144 | 124 | 24 | 537 | 143 | 50 |
| Binary | 11001101 | 1 | 100001 | 0 | 1100100 | 1010100 | 10100 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CD0121
Complementary color
Monochromatic Colors of #CD0121
Black with #CD0121
Text Example
Text Example
White with #CD0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0121; }
p { color: rgb(205,1,33); }
H1.HeaderClassName
{
color: #CD0121;
}
.AnyTagClassName
{
color: #CD0121;
}
</style>
background-color css
<style>
a { background-color: #CD0121; }
a { background-color: rgb(205,1,33); }
div.DivClassName
{
background-color: #CD0121;
}
.BgClassName
{
background-color: #CD0121;
}
</style>
border-color css
<style>
span { border-color: #CD0121; }
span { border-color: rgb(205,1,33); }
td.TdClassName
{
border-color: #CD0121;
}
.TagClassName
{
border-color: #CD0121;
}
</style>