Shades of Venetian Red #D1000B
Tints of Venetian Red #D1000B
RGB
CMYK
RGB Variations
Color information
#D1000B (or 0xD1000B) is known color: Venetian Red. HEX triplet: D1, 00 and 0B. RGB value is (209,0,11). Sum of RGB (Red+Green+Blue) = 209+0+11=220 (29% of max value = 765). Red value is 209 (82.03% from 255 or 95% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 209 - color contains mainly: red. Hex color #D1000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1000B is #2EFFF4. Grayscale: #3F3F3F. Windows color (decimal): -3080181 or 721105. OLE color: 721105.
HSL color Cylindrical-coordinate representation of color #D1000B: hue angle of 356.84º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.18 |
| HSL | 356.84º | 1% | 0.41% | - |
| HSV(B) | 356.84º | 1% | 0.82% | - |
| XYZ | 26.35 | 13.58 | 1.55 | - |
| YUV | 63.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 11 | 0 | 1 | 0.95 | 0.18 | 356.84 | 1 | 0.41 |
| Hex | D1 | 0 | B | 0 | 64 | 5F | 12 | 165 | 64 | 29 |
| Octal | 321 | 0 | 13 | 0 | 144 | 137 | 22 | 545 | 144 | 51 |
| Binary | 11010001 | 0 | 1011 | 0 | 1100100 | 1011111 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D1000B
Complementary color
Monochromatic Colors of #D1000B
Black with #D1000B
Text Example
Text Example
White with #D1000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1000B; }
p { color: rgb(209,0,11); }
H1.HeaderClassName
{
color: #D1000B;
}
.AnyTagClassName
{
color: #D1000B;
}
</style>
background-color css
<style>
a { background-color: #D1000B; }
a { background-color: rgb(209,0,11); }
div.DivClassName
{
background-color: #D1000B;
}
.BgClassName
{
background-color: #D1000B;
}
</style>
border-color css
<style>
span { border-color: #D1000B; }
span { border-color: rgb(209,0,11); }
td.TdClassName
{
border-color: #D1000B;
}
.TagClassName
{
border-color: #D1000B;
}
</style>