Shades of Venetian Red #D10A19
Tints of Venetian Red #D10A19
RGB
CMYK
RGB Variations
Color information
#D10A19 (or 0xD10A19) is known color: Venetian Red. HEX triplet: D1, 0A and 19. RGB value is (209,10,25). Sum of RGB (Red+Green+Blue) = 209+10+25=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10A19 is #2EF5E6. Grayscale: #474747. Windows color (decimal): -3077607 or 1641169. OLE color: 1641169.
HSL color Cylindrical-coordinate representation of color #D10A19: hue angle of 355.48º 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 #D10A19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.18 |
| HSL | 355.48º | 0.91% | 0.43% | - |
| HSV(B) | 355.48º | 0.95% | 0.82% | - |
| XYZ | 26.58 | 13.84 | 2.19 | - |
| YUV | 71.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 25 | 0 | 0.95 | 0.88 | 0.18 | 355.48 | 0.91 | 0.43 |
| Hex | D1 | A | 19 | 0 | 5F | 58 | 12 | 163 | 5B | 2B |
| Octal | 321 | 12 | 31 | 0 | 137 | 130 | 22 | 543 | 133 | 53 |
| Binary | 11010001 | 1010 | 11001 | 0 | 1011111 | 1011000 | 10010 | 101100011 | 1011011 | 101011 |
Color Harmonies of #D10A19
Complementary color
Monochromatic Colors of #D10A19
Black with #D10A19
Text Example
Text Example
White with #D10A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A19; }
p { color: rgb(209,10,25); }
H1.HeaderClassName
{
color: #D10A19;
}
.AnyTagClassName
{
color: #D10A19;
}
</style>
background-color css
<style>
a { background-color: #D10A19; }
a { background-color: rgb(209,10,25); }
div.DivClassName
{
background-color: #D10A19;
}
.BgClassName
{
background-color: #D10A19;
}
</style>
border-color css
<style>
span { border-color: #D10A19; }
span { border-color: rgb(209,10,25); }
td.TdClassName
{
border-color: #D10A19;
}
.TagClassName
{
border-color: #D10A19;
}
</style>