Shades of Venetian Red #CD1014
Tints of Venetian Red #CD1014
RGB
CMYK
RGB Variations
Color information
#CD1014 (or 0xCD1014) is known color: Venetian Red. HEX triplet: CD, 10 and 14. RGB value is (205,16,20). Sum of RGB (Red+Green+Blue) = 205+16+20=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1014 is #32EFEB. Grayscale: #494949. Windows color (decimal): -3338220 or 1315021. OLE color: 1315021.
HSL color Cylindrical-coordinate representation of color #CD1014: hue angle of 358.73º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1014 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 20 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.20 |
| HSL | 358.73º | 0.86% | 0.43% | - |
| HSV(B) | 358.73º | 0.92% | 0.8% | - |
| XYZ | 25.49 | 13.4 | 1.9 | - |
| YUV | 72.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 20 | 0 | 0.92 | 0.90 | 0.20 | 358.73 | 0.86 | 0.43 |
| Hex | CD | 10 | 14 | 0 | 5C | 5A | 14 | 167 | 56 | 2B |
| Octal | 315 | 20 | 24 | 0 | 134 | 132 | 24 | 547 | 126 | 53 |
| Binary | 11001101 | 10000 | 10100 | 0 | 1011100 | 1011010 | 10100 | 101100111 | 1010110 | 101011 |
Color Harmonies of #CD1014
Complementary color
Monochromatic Colors of #CD1014
Black with #CD1014
Text Example
Text Example
White with #CD1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1014; }
p { color: rgb(205,16,20); }
H1.HeaderClassName
{
color: #CD1014;
}
.AnyTagClassName
{
color: #CD1014;
}
</style>
background-color css
<style>
a { background-color: #CD1014; }
a { background-color: rgb(205,16,20); }
div.DivClassName
{
background-color: #CD1014;
}
.BgClassName
{
background-color: #CD1014;
}
</style>
border-color css
<style>
span { border-color: #CD1014; }
span { border-color: rgb(205,16,20); }
td.TdClassName
{
border-color: #CD1014;
}
.TagClassName
{
border-color: #CD1014;
}
</style>