Shades of Venetian Red #D10F16
Tints of Venetian Red #D10F16
RGB
CMYK
RGB Variations
Color information
#D10F16 (or 0xD10F16) is known color: Venetian Red. HEX triplet: D1, 0F and 16. RGB value is (209,15,22). Sum of RGB (Red+Green+Blue) = 209+15+22=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10F16 is #2EF0E9. Grayscale: #494949. Windows color (decimal): -3076330 or 1445841. OLE color: 1445841.
HSL color Cylindrical-coordinate representation of color #D10F16: hue angle of 357.84º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F16 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 22 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.18 |
| HSL | 357.84º | 0.87% | 0.44% | - |
| HSV(B) | 357.84º | 0.93% | 0.82% | - |
| XYZ | 26.61 | 13.95 | 2.05 | - |
| YUV | 73.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 22 | 0 | 0.93 | 0.89 | 0.18 | 357.84 | 0.87 | 0.44 |
| Hex | D1 | F | 16 | 0 | 5D | 59 | 12 | 166 | 57 | 2C |
| Octal | 321 | 17 | 26 | 0 | 135 | 131 | 22 | 546 | 127 | 54 |
| Binary | 11010001 | 1111 | 10110 | 0 | 1011101 | 1011001 | 10010 | 101100110 | 1010111 | 101100 |
Color Harmonies of #D10F16
Complementary color
Monochromatic Colors of #D10F16
Black with #D10F16
Text Example
Text Example
White with #D10F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F16; }
p { color: rgb(209,15,22); }
H1.HeaderClassName
{
color: #D10F16;
}
.AnyTagClassName
{
color: #D10F16;
}
</style>
background-color css
<style>
a { background-color: #D10F16; }
a { background-color: rgb(209,15,22); }
div.DivClassName
{
background-color: #D10F16;
}
.BgClassName
{
background-color: #D10F16;
}
</style>
border-color css
<style>
span { border-color: #D10F16; }
span { border-color: rgb(209,15,22); }
td.TdClassName
{
border-color: #D10F16;
}
.TagClassName
{
border-color: #D10F16;
}
</style>