Shades of Venetian Red #D9080B
Tints of Venetian Red #D9080B
RGB
CMYK
RGB Variations
Color information
#D9080B (or 0xD9080B) is known color: Venetian Red. HEX triplet: D9, 08 and 0B. RGB value is (217,8,11). Sum of RGB (Red+Green+Blue) = 217+8+11=236 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.95% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 217 - color contains mainly: red. Hex color #D9080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9080B is #26F7F4. Grayscale: #474747. Windows color (decimal): -2553845 or 723161. OLE color: 723161.
HSL color Cylindrical-coordinate representation of color #D9080B: hue angle of 359.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.15 |
| HSL | 359.14º | 0.93% | 0.44% | - |
| HSV(B) | 359.14º | 0.96% | 0.85% | - |
| XYZ | 28.76 | 14.95 | 1.69 | - |
| YUV | 70.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 11 | 0 | 0.96 | 0.95 | 0.15 | 359.14 | 0.93 | 0.44 |
| Hex | D9 | 8 | B | 0 | 60 | 5F | F | 167 | 5D | 2C |
| Octal | 331 | 10 | 13 | 0 | 140 | 137 | 17 | 547 | 135 | 54 |
| Binary | 11011001 | 1000 | 1011 | 0 | 1100000 | 1011111 | 1111 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D9080B
Complementary color
Monochromatic Colors of #D9080B
Black with #D9080B
Text Example
Text Example
White with #D9080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9080B; }
p { color: rgb(217,8,11); }
H1.HeaderClassName
{
color: #D9080B;
}
.AnyTagClassName
{
color: #D9080B;
}
</style>
background-color css
<style>
a { background-color: #D9080B; }
a { background-color: rgb(217,8,11); }
div.DivClassName
{
background-color: #D9080B;
}
.BgClassName
{
background-color: #D9080B;
}
</style>
border-color css
<style>
span { border-color: #D9080B; }
span { border-color: rgb(217,8,11); }
td.TdClassName
{
border-color: #D9080B;
}
.TagClassName
{
border-color: #D9080B;
}
</style>