Shades of Venetian Red #D10516
Tints of Venetian Red #D10516
RGB
CMYK
RGB Variations
Color information
#D10516 (or 0xD10516) is known color: Venetian Red. HEX triplet: D1, 05 and 16. RGB value is (209,5,22). Sum of RGB (Red+Green+Blue) = 209+5+22=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10516 is #2EFAE9. Grayscale: #444444. Windows color (decimal): -3078890 or 1443281. OLE color: 1443281.
HSL color Cylindrical-coordinate representation of color #D10516: hue angle of 355º 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 #D10516 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.18 |
| HSL | 355º | 0.95% | 0.42% | - |
| HSV(B) | 355º | 0.98% | 0.82% | - |
| XYZ | 26.49 | 13.72 | 2.01 | - |
| YUV | 67.93 | 102.09 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 22 | 0 | 0.98 | 0.89 | 0.18 | 355 | 0.95 | 0.42 |
| Hex | D1 | 5 | 16 | 0 | 62 | 59 | 12 | 163 | 5F | 2A |
| Octal | 321 | 5 | 26 | 0 | 142 | 131 | 22 | 543 | 137 | 52 |
| Binary | 11010001 | 101 | 10110 | 0 | 1100010 | 1011001 | 10010 | 101100011 | 1011111 | 101010 |
Color Harmonies of #D10516
Complementary color
Monochromatic Colors of #D10516
Black with #D10516
Text Example
Text Example
White with #D10516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10516; }
p { color: rgb(209,5,22); }
H1.HeaderClassName
{
color: #D10516;
}
.AnyTagClassName
{
color: #D10516;
}
</style>
background-color css
<style>
a { background-color: #D10516; }
a { background-color: rgb(209,5,22); }
div.DivClassName
{
background-color: #D10516;
}
.BgClassName
{
background-color: #D10516;
}
</style>
border-color css
<style>
span { border-color: #D10516; }
span { border-color: rgb(209,5,22); }
td.TdClassName
{
border-color: #D10516;
}
.TagClassName
{
border-color: #D10516;
}
</style>