Shades of Venetian Red #D10A17
Tints of Venetian Red #D10A17
RGB
CMYK
RGB Variations
Color information
#D10A17 (or 0xD10A17) is known color: Venetian Red. HEX triplet: D1, 0A and 17. RGB value is (209,10,23). Sum of RGB (Red+Green+Blue) = 209+10+23=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10A17 is #2EF5E8. Grayscale: #474747. Windows color (decimal): -3077609 or 1510097. OLE color: 1510097.
HSL color Cylindrical-coordinate representation of color #D10A17: hue angle of 356.08º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 23 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.18 |
| HSL | 356.08º | 0.91% | 0.43% | - |
| HSV(B) | 356.08º | 0.95% | 0.82% | - |
| XYZ | 26.56 | 13.83 | 2.08 | - |
| YUV | 70.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 23 | 0 | 0.95 | 0.89 | 0.18 | 356.08 | 0.91 | 0.43 |
| Hex | D1 | A | 17 | 0 | 5F | 59 | 12 | 164 | 5B | 2B |
| Octal | 321 | 12 | 27 | 0 | 137 | 131 | 22 | 544 | 133 | 53 |
| Binary | 11010001 | 1010 | 10111 | 0 | 1011111 | 1011001 | 10010 | 101100100 | 1011011 | 101011 |
Color Harmonies of #D10A17
Complementary color
Monochromatic Colors of #D10A17
Black with #D10A17
Text Example
Text Example
White with #D10A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A17; }
p { color: rgb(209,10,23); }
H1.HeaderClassName
{
color: #D10A17;
}
.AnyTagClassName
{
color: #D10A17;
}
</style>
background-color css
<style>
a { background-color: #D10A17; }
a { background-color: rgb(209,10,23); }
div.DivClassName
{
background-color: #D10A17;
}
.BgClassName
{
background-color: #D10A17;
}
</style>
border-color css
<style>
span { border-color: #D10A17; }
span { border-color: rgb(209,10,23); }
td.TdClassName
{
border-color: #D10A17;
}
.TagClassName
{
border-color: #D10A17;
}
</style>