Shades of Venetian Red #D10610
Tints of Venetian Red #D10610
RGB
CMYK
RGB Variations
Color information
#D10610 (or 0xD10610) is known color: Venetian Red. HEX triplet: D1, 06 and 10. RGB value is (209,6,16). Sum of RGB (Red+Green+Blue) = 209+6+16=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D10610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10610 is #2EF9EF. Grayscale: #444444. Windows color (decimal): -3078640 or 1050321. OLE color: 1050321.
HSL color Cylindrical-coordinate representation of color #D10610: hue angle of 357.04º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.18 |
| HSL | 357.04º | 0.94% | 0.42% | - |
| HSV(B) | 357.04º | 0.97% | 0.82% | - |
| XYZ | 26.45 | 13.72 | 1.74 | - |
| YUV | 67.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 16 | 0 | 0.97 | 0.92 | 0.18 | 357.04 | 0.94 | 0.42 |
| Hex | D1 | 6 | 10 | 0 | 61 | 5C | 12 | 165 | 5E | 2A |
| Octal | 321 | 6 | 20 | 0 | 141 | 134 | 22 | 545 | 136 | 52 |
| Binary | 11010001 | 110 | 10000 | 0 | 1100001 | 1011100 | 10010 | 101100101 | 1011110 | 101010 |
Color Harmonies of #D10610
Complementary color
Monochromatic Colors of #D10610
Black with #D10610
Text Example
Text Example
White with #D10610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10610; }
p { color: rgb(209,6,16); }
H1.HeaderClassName
{
color: #D10610;
}
.AnyTagClassName
{
color: #D10610;
}
</style>
background-color css
<style>
a { background-color: #D10610; }
a { background-color: rgb(209,6,16); }
div.DivClassName
{
background-color: #D10610;
}
.BgClassName
{
background-color: #D10610;
}
</style>
border-color css
<style>
span { border-color: #D10610; }
span { border-color: rgb(209,6,16); }
td.TdClassName
{
border-color: #D10610;
}
.TagClassName
{
border-color: #D10610;
}
</style>