Shades of Venetian Red #D10910
Tints of Venetian Red #D10910
RGB
CMYK
RGB Variations
Color information
#D10910 (or 0xD10910) is known color: Venetian Red. HEX triplet: D1, 09 and 10. RGB value is (209,9,16). Sum of RGB (Red+Green+Blue) = 209+9+16=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10910 is #2EF6EF. Grayscale: #454545. Windows color (decimal): -3077872 or 1051089. OLE color: 1051089.
HSL color Cylindrical-coordinate representation of color #D10910: hue angle of 357.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10910 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.18 |
| HSL | 357.9º | 0.92% | 0.43% | - |
| HSV(B) | 357.9º | 0.96% | 0.82% | - |
| XYZ | 26.49 | 13.79 | 1.76 | - |
| YUV | 69.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 16 | 0 | 0.96 | 0.92 | 0.18 | 357.9 | 0.92 | 0.43 |
| Hex | D1 | 9 | 10 | 0 | 60 | 5C | 12 | 166 | 5C | 2B |
| Octal | 321 | 11 | 20 | 0 | 140 | 134 | 22 | 546 | 134 | 53 |
| Binary | 11010001 | 1001 | 10000 | 0 | 1100000 | 1011100 | 10010 | 101100110 | 1011100 | 101011 |
Color Harmonies of #D10910
Complementary color
Monochromatic Colors of #D10910
Black with #D10910
Text Example
Text Example
White with #D10910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10910; }
p { color: rgb(209,9,16); }
H1.HeaderClassName
{
color: #D10910;
}
.AnyTagClassName
{
color: #D10910;
}
</style>
background-color css
<style>
a { background-color: #D10910; }
a { background-color: rgb(209,9,16); }
div.DivClassName
{
background-color: #D10910;
}
.BgClassName
{
background-color: #D10910;
}
</style>
border-color css
<style>
span { border-color: #D10910; }
span { border-color: rgb(209,9,16); }
td.TdClassName
{
border-color: #D10910;
}
.TagClassName
{
border-color: #D10910;
}
</style>