Shades of Venetian Red #D10517
Tints of Venetian Red #D10517
RGB
CMYK
RGB Variations
Color information
#D10517 (or 0xD10517) is known color: Venetian Red. HEX triplet: D1, 05 and 17. RGB value is (209,5,23). Sum of RGB (Red+Green+Blue) = 209+5+23=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10517 is #2EFAE8. Grayscale: #444444. Windows color (decimal): -3078889 or 1508817. OLE color: 1508817.
HSL color Cylindrical-coordinate representation of color #D10517: hue angle of 354.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.18 |
| HSL | 354.71º | 0.95% | 0.42% | - |
| HSV(B) | 354.71º | 0.98% | 0.82% | - |
| XYZ | 26.5 | 13.73 | 2.06 | - |
| YUV | 68.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 23 | 0 | 0.98 | 0.89 | 0.18 | 354.71 | 0.95 | 0.42 |
| Hex | D1 | 5 | 17 | 0 | 62 | 59 | 12 | 163 | 5F | 2A |
| Octal | 321 | 5 | 27 | 0 | 142 | 131 | 22 | 543 | 137 | 52 |
| Binary | 11010001 | 101 | 10111 | 0 | 1100010 | 1011001 | 10010 | 101100011 | 1011111 | 101010 |
Color Harmonies of #D10517
Complementary color
Monochromatic Colors of #D10517
Black with #D10517
Text Example
Text Example
White with #D10517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10517; }
p { color: rgb(209,5,23); }
H1.HeaderClassName
{
color: #D10517;
}
.AnyTagClassName
{
color: #D10517;
}
</style>
background-color css
<style>
a { background-color: #D10517; }
a { background-color: rgb(209,5,23); }
div.DivClassName
{
background-color: #D10517;
}
.BgClassName
{
background-color: #D10517;
}
</style>
border-color css
<style>
span { border-color: #D10517; }
span { border-color: rgb(209,5,23); }
td.TdClassName
{
border-color: #D10517;
}
.TagClassName
{
border-color: #D10517;
}
</style>