Shades of Venetian Red #D90B11
Tints of Venetian Red #D90B11
RGB
CMYK
RGB Variations
Color information
#D90B11 (or 0xD90B11) is known color: Venetian Red. HEX triplet: D9, 0B and 11. RGB value is (217,11,17). Sum of RGB (Red+Green+Blue) = 217+11+17=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B11 is #26F4EE. Grayscale: #494949. Windows color (decimal): -2553071 or 1117145. OLE color: 1117145.
HSL color Cylindrical-coordinate representation of color #D90B11: hue angle of 358.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B11 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 17 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.15 |
| HSL | 358.25º | 0.9% | 0.45% | - |
| HSV(B) | 358.25º | 0.95% | 0.85% | - |
| XYZ | 28.84 | 15.03 | 1.91 | - |
| YUV | 73.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 17 | 0 | 0.95 | 0.92 | 0.15 | 358.25 | 0.9 | 0.45 |
| Hex | D9 | B | 11 | 0 | 5F | 5C | F | 166 | 5A | 2D |
| Octal | 331 | 13 | 21 | 0 | 137 | 134 | 17 | 546 | 132 | 55 |
| Binary | 11011001 | 1011 | 10001 | 0 | 1011111 | 1011100 | 1111 | 101100110 | 1011010 | 101101 |
Color Harmonies of #D90B11
Complementary color
Monochromatic Colors of #D90B11
Black with #D90B11
Text Example
Text Example
White with #D90B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B11; }
p { color: rgb(217,11,17); }
H1.HeaderClassName
{
color: #D90B11;
}
.AnyTagClassName
{
color: #D90B11;
}
</style>
background-color css
<style>
a { background-color: #D90B11; }
a { background-color: rgb(217,11,17); }
div.DivClassName
{
background-color: #D90B11;
}
.BgClassName
{
background-color: #D90B11;
}
</style>
border-color css
<style>
span { border-color: #D90B11; }
span { border-color: rgb(217,11,17); }
td.TdClassName
{
border-color: #D90B11;
}
.TagClassName
{
border-color: #D90B11;
}
</style>