Shades of Venetian Red #D2091B
Tints of Venetian Red #D2091B
RGB
CMYK
RGB Variations
Color information
#D2091B (or 0xD2091B) is known color: Venetian Red. HEX triplet: D2, 09 and 1B. RGB value is (210,9,27). Sum of RGB (Red+Green+Blue) = 210+9+27=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D2091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2091B is #2DF6E4. Grayscale: #474747. Windows color (decimal): -3012325 or 1771986. OLE color: 1771986.
HSL color Cylindrical-coordinate representation of color #D2091B: hue angle of 354.63º 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 #D2091B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.18 |
| HSL | 354.63º | 0.92% | 0.43% | - |
| HSV(B) | 354.63º | 0.96% | 0.82% | - |
| XYZ | 26.87 | 13.98 | 2.32 | - |
| YUV | 71.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 27 | 0 | 0.96 | 0.87 | 0.18 | 354.63 | 0.92 | 0.43 |
| Hex | D2 | 9 | 1B | 0 | 60 | 57 | 12 | 163 | 5C | 2B |
| Octal | 322 | 11 | 33 | 0 | 140 | 127 | 22 | 543 | 134 | 53 |
| Binary | 11010010 | 1001 | 11011 | 0 | 1100000 | 1010111 | 10010 | 101100011 | 1011100 | 101011 |
Color Harmonies of #D2091B
Complementary color
Monochromatic Colors of #D2091B
Black with #D2091B
Text Example
Text Example
White with #D2091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2091B; }
p { color: rgb(210,9,27); }
H1.HeaderClassName
{
color: #D2091B;
}
.AnyTagClassName
{
color: #D2091B;
}
</style>
background-color css
<style>
a { background-color: #D2091B; }
a { background-color: rgb(210,9,27); }
div.DivClassName
{
background-color: #D2091B;
}
.BgClassName
{
background-color: #D2091B;
}
</style>
border-color css
<style>
span { border-color: #D2091B; }
span { border-color: rgb(210,9,27); }
td.TdClassName
{
border-color: #D2091B;
}
.TagClassName
{
border-color: #D2091B;
}
</style>