Shades of Venetian Red #CD0417
Tints of Venetian Red #CD0417
RGB
CMYK
RGB Variations
Color information
#CD0417 (or 0xCD0417) is known color: Venetian Red. HEX triplet: CD, 04 and 17. RGB value is (205,4,23). Sum of RGB (Red+Green+Blue) = 205+4+23=232 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.36% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0417 is #32FBE8. Grayscale: #424242. Windows color (decimal): -3341289 or 1508557. OLE color: 1508557.
HSL color Cylindrical-coordinate representation of color #CD0417: hue angle of 354.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0417 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.20 |
| HSL | 354.33º | 0.96% | 0.41% | - |
| HSV(B) | 354.33º | 0.98% | 0.8% | - |
| XYZ | 25.37 | 13.13 | 2.01 | - |
| YUV | 66.27 | 103.59 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 23 | 0 | 0.98 | 0.89 | 0.20 | 354.33 | 0.96 | 0.41 |
| Hex | CD | 4 | 17 | 0 | 62 | 59 | 14 | 162 | 60 | 29 |
| Octal | 315 | 4 | 27 | 0 | 142 | 131 | 24 | 542 | 140 | 51 |
| Binary | 11001101 | 100 | 10111 | 0 | 1100010 | 1011001 | 10100 | 101100010 | 1100000 | 101001 |
Color Harmonies of #CD0417
Complementary color
Monochromatic Colors of #CD0417
Black with #CD0417
Text Example
Text Example
White with #CD0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0417; }
p { color: rgb(205,4,23); }
H1.HeaderClassName
{
color: #CD0417;
}
.AnyTagClassName
{
color: #CD0417;
}
</style>
background-color css
<style>
a { background-color: #CD0417; }
a { background-color: rgb(205,4,23); }
div.DivClassName
{
background-color: #CD0417;
}
.BgClassName
{
background-color: #CD0417;
}
</style>
border-color css
<style>
span { border-color: #CD0417; }
span { border-color: rgb(205,4,23); }
td.TdClassName
{
border-color: #CD0417;
}
.TagClassName
{
border-color: #CD0417;
}
</style>