Shades of Venetian Red #CD0320
Tints of Venetian Red #CD0320
RGB
CMYK
RGB Variations
Color information
#CD0320 (or 0xCD0320) is known color: Venetian Red. HEX triplet: CD, 03 and 20. RGB value is (205,3,32). Sum of RGB (Red+Green+Blue) = 205+3+32=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0320 is #32FCDF. Grayscale: #424242. Windows color (decimal): -3341536 or 2098125. OLE color: 2098125.
HSL color Cylindrical-coordinate representation of color #CD0320: hue angle of 351.39º 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 #CD0320 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.20 |
| HSL | 351.39º | 0.97% | 0.41% | - |
| HSV(B) | 351.39º | 0.99% | 0.8% | - |
| XYZ | 25.47 | 13.15 | 2.56 | - |
| YUV | 66.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 32 | 0 | 0.99 | 0.84 | 0.20 | 351.39 | 0.97 | 0.41 |
| Hex | CD | 3 | 20 | 0 | 63 | 54 | 14 | 15F | 61 | 29 |
| Octal | 315 | 3 | 40 | 0 | 143 | 124 | 24 | 537 | 141 | 51 |
| Binary | 11001101 | 11 | 100000 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CD0320
Complementary color
Monochromatic Colors of #CD0320
Black with #CD0320
Text Example
Text Example
White with #CD0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0320; }
p { color: rgb(205,3,32); }
H1.HeaderClassName
{
color: #CD0320;
}
.AnyTagClassName
{
color: #CD0320;
}
</style>
background-color css
<style>
a { background-color: #CD0320; }
a { background-color: rgb(205,3,32); }
div.DivClassName
{
background-color: #CD0320;
}
.BgClassName
{
background-color: #CD0320;
}
</style>
border-color css
<style>
span { border-color: #CD0320; }
span { border-color: rgb(205,3,32); }
td.TdClassName
{
border-color: #CD0320;
}
.TagClassName
{
border-color: #CD0320;
}
</style>