Shades of Venetian Red #D90610
Tints of Venetian Red #D90610
RGB
CMYK
RGB Variations
Color information
#D90610 (or 0xD90610) is known color: Venetian Red. HEX triplet: D9, 06 and 10. RGB value is (217,6,16). Sum of RGB (Red+Green+Blue) = 217+6+16=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D90610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90610 is #26F9EF. Grayscale: #464646. Windows color (decimal): -2554352 or 1050329. OLE color: 1050329.
HSL color Cylindrical-coordinate representation of color #D90610: hue angle of 357.16º 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 #D90610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.15 |
| HSL | 357.16º | 0.95% | 0.44% | - |
| HSV(B) | 357.16º | 0.97% | 0.85% | - |
| XYZ | 28.77 | 14.92 | 1.85 | - |
| YUV | 70.23 | 97.4 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 16 | 0 | 0.97 | 0.93 | 0.15 | 357.16 | 0.95 | 0.44 |
| Hex | D9 | 6 | 10 | 0 | 61 | 5D | F | 165 | 5F | 2C |
| Octal | 331 | 6 | 20 | 0 | 141 | 135 | 17 | 545 | 137 | 54 |
| Binary | 11011001 | 110 | 10000 | 0 | 1100001 | 1011101 | 1111 | 101100101 | 1011111 | 101100 |
Color Harmonies of #D90610
Complementary color
Monochromatic Colors of #D90610
Black with #D90610
Text Example
Text Example
White with #D90610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90610; }
p { color: rgb(217,6,16); }
H1.HeaderClassName
{
color: #D90610;
}
.AnyTagClassName
{
color: #D90610;
}
</style>
background-color css
<style>
a { background-color: #D90610; }
a { background-color: rgb(217,6,16); }
div.DivClassName
{
background-color: #D90610;
}
.BgClassName
{
background-color: #D90610;
}
</style>
border-color css
<style>
span { border-color: #D90610; }
span { border-color: rgb(217,6,16); }
td.TdClassName
{
border-color: #D90610;
}
.TagClassName
{
border-color: #D90610;
}
</style>