Shades of Venetian Red #D9001B
Tints of Venetian Red #D9001B
RGB
CMYK
RGB Variations
Color information
#D9001B (or 0xD9001B) is known color: Venetian Red. HEX triplet: D9, 00 and 1B. RGB value is (217,0,27). Sum of RGB (Red+Green+Blue) = 217+0+27=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D9001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9001B is #26FFE4. Grayscale: #444444. Windows color (decimal): -2555877 or 1769689. OLE color: 1769689.
HSL color Cylindrical-coordinate representation of color #D9001B: hue angle of 352.53º 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 #D9001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.15 |
| HSL | 352.53º | 1% | 0.43% | - |
| HSV(B) | 352.53º | 1% | 0.85% | - |
| XYZ | 28.81 | 14.83 | 2.38 | - |
| YUV | 67.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 27 | 0 | 1 | 0.88 | 0.15 | 352.53 | 1 | 0.43 |
| Hex | D9 | 0 | 1B | 0 | 64 | 58 | F | 161 | 64 | 2B |
| Octal | 331 | 0 | 33 | 0 | 144 | 130 | 17 | 541 | 144 | 53 |
| Binary | 11011001 | 0 | 11011 | 0 | 1100100 | 1011000 | 1111 | 101100001 | 1100100 | 101011 |
Color Harmonies of #D9001B
Complementary color
Monochromatic Colors of #D9001B
Black with #D9001B
Text Example
Text Example
White with #D9001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9001B; }
p { color: rgb(217,0,27); }
H1.HeaderClassName
{
color: #D9001B;
}
.AnyTagClassName
{
color: #D9001B;
}
</style>
background-color css
<style>
a { background-color: #D9001B; }
a { background-color: rgb(217,0,27); }
div.DivClassName
{
background-color: #D9001B;
}
.BgClassName
{
background-color: #D9001B;
}
</style>
border-color css
<style>
span { border-color: #D9001B; }
span { border-color: rgb(217,0,27); }
td.TdClassName
{
border-color: #D9001B;
}
.TagClassName
{
border-color: #D9001B;
}
</style>