Shades of Venetian Red #CD0817
Tints of Venetian Red #CD0817
RGB
CMYK
RGB Variations
Color information
#CD0817 (or 0xCD0817) is known color: Venetian Red. HEX triplet: CD, 08 and 17. RGB value is (205,8,23). Sum of RGB (Red+Green+Blue) = 205+8+23=236 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.86% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0817 is #32F7E8. Grayscale: #444444. Windows color (decimal): -3340265 or 1509581. OLE color: 1509581.
HSL color Cylindrical-coordinate representation of color #CD0817: hue angle of 355.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.20 |
| HSL | 355.43º | 0.92% | 0.42% | - |
| HSV(B) | 355.43º | 0.96% | 0.8% | - |
| XYZ | 25.42 | 13.21 | 2.02 | - |
| YUV | 68.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 23 | 0 | 0.96 | 0.89 | 0.20 | 355.43 | 0.92 | 0.42 |
| Hex | CD | 8 | 17 | 0 | 60 | 59 | 14 | 163 | 5C | 2A |
| Octal | 315 | 10 | 27 | 0 | 140 | 131 | 24 | 543 | 134 | 52 |
| Binary | 11001101 | 1000 | 10111 | 0 | 1100000 | 1011001 | 10100 | 101100011 | 1011100 | 101010 |
Color Harmonies of #CD0817
Complementary color
Monochromatic Colors of #CD0817
Black with #CD0817
Text Example
Text Example
White with #CD0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0817; }
p { color: rgb(205,8,23); }
H1.HeaderClassName
{
color: #CD0817;
}
.AnyTagClassName
{
color: #CD0817;
}
</style>
background-color css
<style>
a { background-color: #CD0817; }
a { background-color: rgb(205,8,23); }
div.DivClassName
{
background-color: #CD0817;
}
.BgClassName
{
background-color: #CD0817;
}
</style>
border-color css
<style>
span { border-color: #CD0817; }
span { border-color: rgb(205,8,23); }
td.TdClassName
{
border-color: #CD0817;
}
.TagClassName
{
border-color: #CD0817;
}
</style>