Shades of Venetian Red #CD0321
Tints of Venetian Red #CD0321
RGB
CMYK
RGB Variations
Color information
#CD0321 (or 0xCD0321) is known color: Venetian Red. HEX triplet: CD, 03 and 21. RGB value is (205,3,33). Sum of RGB (Red+Green+Blue) = 205+3+33=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0321 is #32FCDE. Grayscale: #424242. Windows color (decimal): -3341535 or 2163661. OLE color: 2163661.
HSL color Cylindrical-coordinate representation of color #CD0321: hue angle of 351.09º degrees, saturation: 0.97, 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 #CD0321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.20 |
| HSL | 351.09º | 0.97% | 0.41% | - |
| HSV(B) | 351.09º | 0.99% | 0.8% | - |
| XYZ | 25.48 | 13.15 | 2.63 | - |
| YUV | 66.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 33 | 0 | 0.99 | 0.84 | 0.20 | 351.09 | 0.97 | 0.41 |
| Hex | CD | 3 | 21 | 0 | 63 | 54 | 14 | 15F | 61 | 29 |
| Octal | 315 | 3 | 41 | 0 | 143 | 124 | 24 | 537 | 141 | 51 |
| Binary | 11001101 | 11 | 100001 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CD0321
Complementary color
Monochromatic Colors of #CD0321
Black with #CD0321
Text Example
Text Example
White with #CD0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0321; }
p { color: rgb(205,3,33); }
H1.HeaderClassName
{
color: #CD0321;
}
.AnyTagClassName
{
color: #CD0321;
}
</style>
background-color css
<style>
a { background-color: #CD0321; }
a { background-color: rgb(205,3,33); }
div.DivClassName
{
background-color: #CD0321;
}
.BgClassName
{
background-color: #CD0321;
}
</style>
border-color css
<style>
span { border-color: #CD0321; }
span { border-color: rgb(205,3,33); }
td.TdClassName
{
border-color: #CD0321;
}
.TagClassName
{
border-color: #CD0321;
}
</style>