Shades of Venetian Red #D10A10
Tints of Venetian Red #D10A10
RGB
CMYK
RGB Variations
Color information
#D10A10 (or 0xD10A10) is known color: Venetian Red. HEX triplet: D1, 0A and 10. RGB value is (209,10,16). Sum of RGB (Red+Green+Blue) = 209+10+16=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10A10 is #2EF5EF. Grayscale: #464646. Windows color (decimal): -3077616 or 1051345. OLE color: 1051345.
HSL color Cylindrical-coordinate representation of color #D10A10: hue angle of 358.19º 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 #D10A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 16 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.18 |
| HSL | 358.19º | 0.91% | 0.43% | - |
| HSV(B) | 358.19º | 0.95% | 0.82% | - |
| XYZ | 26.5 | 13.81 | 1.76 | - |
| YUV | 70.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 16 | 0 | 0.95 | 0.92 | 0.18 | 358.19 | 0.91 | 0.43 |
| Hex | D1 | A | 10 | 0 | 5F | 5C | 12 | 166 | 5B | 2B |
| Octal | 321 | 12 | 20 | 0 | 137 | 134 | 22 | 546 | 133 | 53 |
| Binary | 11010001 | 1010 | 10000 | 0 | 1011111 | 1011100 | 10010 | 101100110 | 1011011 | 101011 |
Color Harmonies of #D10A10
Complementary color
Monochromatic Colors of #D10A10
Black with #D10A10
Text Example
Text Example
White with #D10A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A10; }
p { color: rgb(209,10,16); }
H1.HeaderClassName
{
color: #D10A10;
}
.AnyTagClassName
{
color: #D10A10;
}
</style>
background-color css
<style>
a { background-color: #D10A10; }
a { background-color: rgb(209,10,16); }
div.DivClassName
{
background-color: #D10A10;
}
.BgClassName
{
background-color: #D10A10;
}
</style>
border-color css
<style>
span { border-color: #D10A10; }
span { border-color: rgb(209,10,16); }
td.TdClassName
{
border-color: #D10A10;
}
.TagClassName
{
border-color: #D10A10;
}
</style>