Shades of Venetian Red #D90109
Tints of Venetian Red #D90109
RGB
CMYK
RGB Variations
Color information
#D90109 (or 0xD90109) is known color: Venetian Red. HEX triplet: D9, 01 and 09. RGB value is (217,1,9). Sum of RGB (Red+Green+Blue) = 217+1+9=227 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.59% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 217 - color contains mainly: red. Hex color #D90109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90109 is #26FEF6. Grayscale: #424242. Windows color (decimal): -2555639 or 590297. OLE color: 590297.
HSL color Cylindrical-coordinate representation of color #D90109: hue angle of 357.78º 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 #D90109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.15 |
| HSL | 357.78º | 0.99% | 0.43% | - |
| HSV(B) | 357.78º | 1% | 0.85% | - |
| XYZ | 28.68 | 14.79 | 1.6 | - |
| YUV | 66.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 9 | 0 | 1.00 | 0.96 | 0.15 | 357.78 | 0.99 | 0.43 |
| Hex | D9 | 1 | 9 | 0 | 64 | 60 | F | 166 | 63 | 2B |
| Octal | 331 | 1 | 11 | 0 | 144 | 140 | 17 | 546 | 143 | 53 |
| Binary | 11011001 | 1 | 1001 | 0 | 1100100 | 1100000 | 1111 | 101100110 | 1100011 | 101011 |
Color Harmonies of #D90109
Complementary color
Monochromatic Colors of #D90109
Black with #D90109
Text Example
Text Example
White with #D90109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90109; }
p { color: rgb(217,1,9); }
H1.HeaderClassName
{
color: #D90109;
}
.AnyTagClassName
{
color: #D90109;
}
</style>
background-color css
<style>
a { background-color: #D90109; }
a { background-color: rgb(217,1,9); }
div.DivClassName
{
background-color: #D90109;
}
.BgClassName
{
background-color: #D90109;
}
</style>
border-color css
<style>
span { border-color: #D90109; }
span { border-color: rgb(217,1,9); }
td.TdClassName
{
border-color: #D90109;
}
.TagClassName
{
border-color: #D90109;
}
</style>