Shades of Venetian Red #D9081B
Tints of Venetian Red #D9081B
RGB
CMYK
RGB Variations
Color information
#D9081B (or 0xD9081B) is known color: Venetian Red. HEX triplet: D9, 08 and 1B. RGB value is (217,8,27). Sum of RGB (Red+Green+Blue) = 217+8+27=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D9081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9081B is #26F7E4. Grayscale: #484848. Windows color (decimal): -2553829 or 1771737. OLE color: 1771737.
HSL color Cylindrical-coordinate representation of color #D9081B: hue angle of 354.55º 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 #D9081B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.15 |
| HSL | 354.55º | 0.93% | 0.44% | - |
| HSV(B) | 354.55º | 0.96% | 0.85% | - |
| XYZ | 28.9 | 15 | 2.41 | - |
| YUV | 72.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 27 | 0 | 0.96 | 0.88 | 0.15 | 354.55 | 0.93 | 0.44 |
| Hex | D9 | 8 | 1B | 0 | 60 | 58 | F | 163 | 5D | 2C |
| Octal | 331 | 10 | 33 | 0 | 140 | 130 | 17 | 543 | 135 | 54 |
| Binary | 11011001 | 1000 | 11011 | 0 | 1100000 | 1011000 | 1111 | 101100011 | 1011101 | 101100 |
Color Harmonies of #D9081B
Complementary color
Monochromatic Colors of #D9081B
Black with #D9081B
Text Example
Text Example
White with #D9081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9081B; }
p { color: rgb(217,8,27); }
H1.HeaderClassName
{
color: #D9081B;
}
.AnyTagClassName
{
color: #D9081B;
}
</style>
background-color css
<style>
a { background-color: #D9081B; }
a { background-color: rgb(217,8,27); }
div.DivClassName
{
background-color: #D9081B;
}
.BgClassName
{
background-color: #D9081B;
}
</style>
border-color css
<style>
span { border-color: #D9081B; }
span { border-color: rgb(217,8,27); }
td.TdClassName
{
border-color: #D9081B;
}
.TagClassName
{
border-color: #D9081B;
}
</style>