Shades of Venetian Red #D90011
Tints of Venetian Red #D90011
RGB
CMYK
RGB Variations
Color information
#D90011 (or 0xD90011) is known color: Venetian Red. HEX triplet: D9, 00 and 11. RGB value is (217,0,17). Sum of RGB (Red+Green+Blue) = 217+0+17=234 (30% of max value = 765). Red value is 217 (85.16% from 255 or 92.74% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 217 - color contains mainly: red. Hex color #D90011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90011 is #26FFEE. Grayscale: #424242. Windows color (decimal): -2555887 or 1114329. OLE color: 1114329.
HSL color Cylindrical-coordinate representation of color #D90011: hue angle of 355.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.15 |
| HSL | 355.3º | 1% | 0.43% | - |
| HSV(B) | 355.3º | 1% | 0.85% | - |
| XYZ | 28.72 | 14.79 | 1.87 | - |
| YUV | 66.82 | 99.89 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 17 | 0 | 1 | 0.92 | 0.15 | 355.3 | 1 | 0.43 |
| Hex | D9 | 0 | 11 | 0 | 64 | 5C | F | 163 | 64 | 2B |
| Octal | 331 | 0 | 21 | 0 | 144 | 134 | 17 | 543 | 144 | 53 |
| Binary | 11011001 | 0 | 10001 | 0 | 1100100 | 1011100 | 1111 | 101100011 | 1100100 | 101011 |
Color Harmonies of #D90011
Complementary color
Monochromatic Colors of #D90011
Black with #D90011
Text Example
Text Example
White with #D90011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90011; }
p { color: rgb(217,0,17); }
H1.HeaderClassName
{
color: #D90011;
}
.AnyTagClassName
{
color: #D90011;
}
</style>
background-color css
<style>
a { background-color: #D90011; }
a { background-color: rgb(217,0,17); }
div.DivClassName
{
background-color: #D90011;
}
.BgClassName
{
background-color: #D90011;
}
</style>
border-color css
<style>
span { border-color: #D90011; }
span { border-color: rgb(217,0,17); }
td.TdClassName
{
border-color: #D90011;
}
.TagClassName
{
border-color: #D90011;
}
</style>