Shades of Venetian Red #D1091D
Tints of Venetian Red #D1091D
RGB
CMYK
RGB Variations
Color information
#D1091D (or 0xD1091D) is known color: Venetian Red. HEX triplet: D1, 09 and 1D. RGB value is (209,9,29). Sum of RGB (Red+Green+Blue) = 209+9+29=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D1091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1091D is #2EF6E2. Grayscale: #474747. Windows color (decimal): -3077859 or 1903057. OLE color: 1903057.
HSL color Cylindrical-coordinate representation of color #D1091D: hue angle of 354º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.18 |
| HSL | 354º | 0.92% | 0.43% | - |
| HSV(B) | 354º | 0.96% | 0.82% | - |
| XYZ | 26.61 | 13.84 | 2.43 | - |
| YUV | 71.08 | 104.26 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 29 | 0 | 0.96 | 0.86 | 0.18 | 354 | 0.92 | 0.43 |
| Hex | D1 | 9 | 1D | 0 | 60 | 56 | 12 | 162 | 5C | 2B |
| Octal | 321 | 11 | 35 | 0 | 140 | 126 | 22 | 542 | 134 | 53 |
| Binary | 11010001 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10010 | 101100010 | 1011100 | 101011 |
Color Harmonies of #D1091D
Complementary color
Monochromatic Colors of #D1091D
Black with #D1091D
Text Example
Text Example
White with #D1091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1091D; }
p { color: rgb(209,9,29); }
H1.HeaderClassName
{
color: #D1091D;
}
.AnyTagClassName
{
color: #D1091D;
}
</style>
background-color css
<style>
a { background-color: #D1091D; }
a { background-color: rgb(209,9,29); }
div.DivClassName
{
background-color: #D1091D;
}
.BgClassName
{
background-color: #D1091D;
}
</style>
border-color css
<style>
span { border-color: #D1091D; }
span { border-color: rgb(209,9,29); }
td.TdClassName
{
border-color: #D1091D;
}
.TagClassName
{
border-color: #D1091D;
}
</style>