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