Shades of Venetian Red #CD0017
Tints of Venetian Red #CD0017
RGB
CMYK
RGB Variations
Color information
#CD0017 (or 0xCD0017) is known color: Venetian Red. HEX triplet: CD, 00 and 17. RGB value is (205,0,23). Sum of RGB (Red+Green+Blue) = 205+0+23=228 (30% of max value = 765). Red value is 205 (80.47% from 255 or 89.91% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0017 is #32FFE8. Grayscale: #404040. Windows color (decimal): -3342313 or 1507533. OLE color: 1507533.
HSL color Cylindrical-coordinate representation of color #CD0017: hue angle of 353.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0017 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.89 | 0.20 |
| HSL | 353.27º | 1% | 0.4% | - |
| HSV(B) | 353.27º | 1% | 0.8% | - |
| XYZ | 25.33 | 13.04 | 1.99 | - |
| YUV | 63.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 23 | 0 | 1 | 0.89 | 0.20 | 353.27 | 1 | 0.4 |
| Hex | CD | 0 | 17 | 0 | 64 | 59 | 14 | 161 | 64 | 28 |
| Octal | 315 | 0 | 27 | 0 | 144 | 131 | 24 | 541 | 144 | 50 |
| Binary | 11001101 | 0 | 10111 | 0 | 1100100 | 1011001 | 10100 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CD0017
Complementary color
Monochromatic Colors of #CD0017
Black with #CD0017
Text Example
Text Example
White with #CD0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0017; }
p { color: rgb(205,0,23); }
H1.HeaderClassName
{
color: #CD0017;
}
.AnyTagClassName
{
color: #CD0017;
}
</style>
background-color css
<style>
a { background-color: #CD0017; }
a { background-color: rgb(205,0,23); }
div.DivClassName
{
background-color: #CD0017;
}
.BgClassName
{
background-color: #CD0017;
}
</style>
border-color css
<style>
span { border-color: #CD0017; }
span { border-color: rgb(205,0,23); }
td.TdClassName
{
border-color: #CD0017;
}
.TagClassName
{
border-color: #CD0017;
}
</style>