Shades of Venetian Red #D9000B
Tints of Venetian Red #D9000B
RGB
CMYK
RGB Variations
Color information
#D9000B (or 0xD9000B) is known color: Venetian Red. HEX triplet: D9, 00 and 0B. RGB value is (217,0,11). Sum of RGB (Red+Green+Blue) = 217+0+11=228 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.18% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 217 - color contains mainly: red. Hex color #D9000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9000B is #26FFF4. Grayscale: #424242. Windows color (decimal): -2555893 or 721113. OLE color: 721113.
HSL color Cylindrical-coordinate representation of color #D9000B: hue angle of 356.96º 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 #D9000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.15 |
| HSL | 356.96º | 1% | 0.43% | - |
| HSV(B) | 356.96º | 1% | 0.85% | - |
| XYZ | 28.68 | 14.78 | 1.66 | - |
| YUV | 66.14 | 96.89 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 11 | 0 | 1 | 0.95 | 0.15 | 356.96 | 1 | 0.43 |
| Hex | D9 | 0 | B | 0 | 64 | 5F | F | 165 | 64 | 2B |
| Octal | 331 | 0 | 13 | 0 | 144 | 137 | 17 | 545 | 144 | 53 |
| Binary | 11011001 | 0 | 1011 | 0 | 1100100 | 1011111 | 1111 | 101100101 | 1100100 | 101011 |
Color Harmonies of #D9000B
Complementary color
Monochromatic Colors of #D9000B
Black with #D9000B
Text Example
Text Example
White with #D9000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9000B; }
p { color: rgb(217,0,11); }
H1.HeaderClassName
{
color: #D9000B;
}
.AnyTagClassName
{
color: #D9000B;
}
</style>
background-color css
<style>
a { background-color: #D9000B; }
a { background-color: rgb(217,0,11); }
div.DivClassName
{
background-color: #D9000B;
}
.BgClassName
{
background-color: #D9000B;
}
</style>
border-color css
<style>
span { border-color: #D9000B; }
span { border-color: rgb(217,0,11); }
td.TdClassName
{
border-color: #D9000B;
}
.TagClassName
{
border-color: #D9000B;
}
</style>