Shades of Venetian Red #D90611
Tints of Venetian Red #D90611
RGB
CMYK
RGB Variations
Color information
#D90611 (or 0xD90611) is known color: Venetian Red. HEX triplet: D9, 06 and 11. RGB value is (217,6,17). Sum of RGB (Red+Green+Blue) = 217+6+17=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D90611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90611 is #26F9EE. Grayscale: #464646. Windows color (decimal): -2554351 or 1115865. OLE color: 1115865.
HSL color Cylindrical-coordinate representation of color #D90611: hue angle of 356.87º degrees, saturation: 0.95, 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 #D90611 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.15 |
| HSL | 356.87º | 0.95% | 0.44% | - |
| HSV(B) | 356.87º | 0.97% | 0.85% | - |
| XYZ | 28.78 | 14.92 | 1.89 | - |
| YUV | 70.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 17 | 0 | 0.97 | 0.92 | 0.15 | 356.87 | 0.95 | 0.44 |
| Hex | D9 | 6 | 11 | 0 | 61 | 5C | F | 165 | 5F | 2C |
| Octal | 331 | 6 | 21 | 0 | 141 | 134 | 17 | 545 | 137 | 54 |
| Binary | 11011001 | 110 | 10001 | 0 | 1100001 | 1011100 | 1111 | 101100101 | 1011111 | 101100 |
Color Harmonies of #D90611
Complementary color
Monochromatic Colors of #D90611
Black with #D90611
Text Example
Text Example
White with #D90611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90611; }
p { color: rgb(217,6,17); }
H1.HeaderClassName
{
color: #D90611;
}
.AnyTagClassName
{
color: #D90611;
}
</style>
background-color css
<style>
a { background-color: #D90611; }
a { background-color: rgb(217,6,17); }
div.DivClassName
{
background-color: #D90611;
}
.BgClassName
{
background-color: #D90611;
}
</style>
border-color css
<style>
span { border-color: #D90611; }
span { border-color: rgb(217,6,17); }
td.TdClassName
{
border-color: #D90611;
}
.TagClassName
{
border-color: #D90611;
}
</style>