Shades of Venetian Red #D1061B
Tints of Venetian Red #D1061B
RGB
CMYK
RGB Variations
Color information
#D1061B (or 0xD1061B) is known color: Venetian Red. HEX triplet: D1, 06 and 1B. RGB value is (209,6,27). Sum of RGB (Red+Green+Blue) = 209+6+27=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D1061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1061B is #2EF9E4. Grayscale: #454545. Windows color (decimal): -3078629 or 1771217. OLE color: 1771217.
HSL color Cylindrical-coordinate representation of color #D1061B: hue angle of 353.79º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1061B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.18 |
| HSL | 353.79º | 0.94% | 0.42% | - |
| HSV(B) | 353.79º | 0.97% | 0.82% | - |
| XYZ | 26.56 | 13.76 | 2.29 | - |
| YUV | 69.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 27 | 0 | 0.97 | 0.87 | 0.18 | 353.79 | 0.94 | 0.42 |
| Hex | D1 | 6 | 1B | 0 | 61 | 57 | 12 | 162 | 5E | 2A |
| Octal | 321 | 6 | 33 | 0 | 141 | 127 | 22 | 542 | 136 | 52 |
| Binary | 11010001 | 110 | 11011 | 0 | 1100001 | 1010111 | 10010 | 101100010 | 1011110 | 101010 |
Color Harmonies of #D1061B
Complementary color
Monochromatic Colors of #D1061B
Black with #D1061B
Text Example
Text Example
White with #D1061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1061B; }
p { color: rgb(209,6,27); }
H1.HeaderClassName
{
color: #D1061B;
}
.AnyTagClassName
{
color: #D1061B;
}
</style>
background-color css
<style>
a { background-color: #D1061B; }
a { background-color: rgb(209,6,27); }
div.DivClassName
{
background-color: #D1061B;
}
.BgClassName
{
background-color: #D1061B;
}
</style>
border-color css
<style>
span { border-color: #D1061B; }
span { border-color: rgb(209,6,27); }
td.TdClassName
{
border-color: #D1061B;
}
.TagClassName
{
border-color: #D1061B;
}
</style>