Shades of Venetian Red #D9001D
Tints of Venetian Red #D9001D
RGB
CMYK
RGB Variations
Color information
#D9001D (or 0xD9001D) is known color: Venetian Red. HEX triplet: D9, 00 and 1D. RGB value is (217,0,29). Sum of RGB (Red+Green+Blue) = 217+0+29=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D9001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9001D is #26FFE2. Grayscale: #444444. Windows color (decimal): -2555875 or 1900761. OLE color: 1900761.
HSL color Cylindrical-coordinate representation of color #D9001D: hue angle of 351.98º 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 #D9001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.15 |
| HSL | 351.98º | 1% | 0.43% | - |
| HSV(B) | 351.98º | 1% | 0.85% | - |
| XYZ | 28.84 | 14.84 | 2.51 | - |
| YUV | 68.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 29 | 0 | 1 | 0.87 | 0.15 | 351.98 | 1 | 0.43 |
| Hex | D9 | 0 | 1D | 0 | 64 | 57 | F | 160 | 64 | 2B |
| Octal | 331 | 0 | 35 | 0 | 144 | 127 | 17 | 540 | 144 | 53 |
| Binary | 11011001 | 0 | 11101 | 0 | 1100100 | 1010111 | 1111 | 101100000 | 1100100 | 101011 |
Color Harmonies of #D9001D
Complementary color
Monochromatic Colors of #D9001D
Black with #D9001D
Text Example
Text Example
White with #D9001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9001D; }
p { color: rgb(217,0,29); }
H1.HeaderClassName
{
color: #D9001D;
}
.AnyTagClassName
{
color: #D9001D;
}
</style>
background-color css
<style>
a { background-color: #D9001D; }
a { background-color: rgb(217,0,29); }
div.DivClassName
{
background-color: #D9001D;
}
.BgClassName
{
background-color: #D9001D;
}
</style>
border-color css
<style>
span { border-color: #D9001D; }
span { border-color: rgb(217,0,29); }
td.TdClassName
{
border-color: #D9001D;
}
.TagClassName
{
border-color: #D9001D;
}
</style>