Shades of Venetian Red #D90116
Tints of Venetian Red #D90116
RGB
CMYK
RGB Variations
Color information
#D90116 (or 0xD90116) is known color: Venetian Red. HEX triplet: D9, 01 and 16. RGB value is (217,1,22). Sum of RGB (Red+Green+Blue) = 217+1+22=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D90116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90116 is #26FEE9. Grayscale: #444444. Windows color (decimal): -2555626 or 1442265. OLE color: 1442265.
HSL color Cylindrical-coordinate representation of color #D90116: hue angle of 354.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.15 |
| HSL | 354.17º | 0.99% | 0.43% | - |
| HSV(B) | 354.17º | 1% | 0.85% | - |
| XYZ | 28.77 | 14.83 | 2.11 | - |
| YUV | 67.98 | 102.06 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 22 | 0 | 1.00 | 0.90 | 0.15 | 354.17 | 0.99 | 0.43 |
| Hex | D9 | 1 | 16 | 0 | 64 | 5A | F | 162 | 63 | 2B |
| Octal | 331 | 1 | 26 | 0 | 144 | 132 | 17 | 542 | 143 | 53 |
| Binary | 11011001 | 1 | 10110 | 0 | 1100100 | 1011010 | 1111 | 101100010 | 1100011 | 101011 |
Color Harmonies of #D90116
Complementary color
Monochromatic Colors of #D90116
Black with #D90116
Text Example
Text Example
White with #D90116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90116; }
p { color: rgb(217,1,22); }
H1.HeaderClassName
{
color: #D90116;
}
.AnyTagClassName
{
color: #D90116;
}
</style>
background-color css
<style>
a { background-color: #D90116; }
a { background-color: rgb(217,1,22); }
div.DivClassName
{
background-color: #D90116;
}
.BgClassName
{
background-color: #D90116;
}
</style>
border-color css
<style>
span { border-color: #D90116; }
span { border-color: rgb(217,1,22); }
td.TdClassName
{
border-color: #D90116;
}
.TagClassName
{
border-color: #D90116;
}
</style>