Shades of Venetian Red #D90711
Tints of Venetian Red #D90711
RGB
CMYK
RGB Variations
Color information
#D90711 (or 0xD90711) is known color: Venetian Red. HEX triplet: D9, 07 and 11. RGB value is (217,7,17). Sum of RGB (Red+Green+Blue) = 217+7+17=241 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.04% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 217 - color contains mainly: red. Hex color #D90711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90711 is #26F8EE. Grayscale: #474747. Windows color (decimal): -2554095 or 1116121. OLE color: 1116121.
HSL color Cylindrical-coordinate representation of color #D90711: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.15 |
| HSL | 357.14º | 0.94% | 0.44% | - |
| HSV(B) | 357.14º | 0.97% | 0.85% | - |
| XYZ | 28.79 | 14.94 | 1.9 | - |
| YUV | 70.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 17 | 0 | 0.97 | 0.92 | 0.15 | 357.14 | 0.94 | 0.44 |
| Hex | D9 | 7 | 11 | 0 | 61 | 5C | F | 165 | 5E | 2C |
| Octal | 331 | 7 | 21 | 0 | 141 | 134 | 17 | 545 | 136 | 54 |
| Binary | 11011001 | 111 | 10001 | 0 | 1100001 | 1011100 | 1111 | 101100101 | 1011110 | 101100 |
Color Harmonies of #D90711
Complementary color
Monochromatic Colors of #D90711
Black with #D90711
Text Example
Text Example
White with #D90711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90711; }
p { color: rgb(217,7,17); }
H1.HeaderClassName
{
color: #D90711;
}
.AnyTagClassName
{
color: #D90711;
}
</style>
background-color css
<style>
a { background-color: #D90711; }
a { background-color: rgb(217,7,17); }
div.DivClassName
{
background-color: #D90711;
}
.BgClassName
{
background-color: #D90711;
}
</style>
border-color css
<style>
span { border-color: #D90711; }
span { border-color: rgb(217,7,17); }
td.TdClassName
{
border-color: #D90711;
}
.TagClassName
{
border-color: #D90711;
}
</style>