Shades of Venetian Red #D2091C
Tints of Venetian Red #D2091C
RGB
CMYK
RGB Variations
Color information
#D2091C (or 0xD2091C) is known color: Venetian Red. HEX triplet: D2, 09 and 1C. RGB value is (210,9,28). Sum of RGB (Red+Green+Blue) = 210+9+28=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D2091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2091C is #2DF6E3. Grayscale: #474747. Windows color (decimal): -3012324 or 1837522. OLE color: 1837522.
HSL color Cylindrical-coordinate representation of color #D2091C: hue angle of 354.33º 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 #D2091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.18 |
| HSL | 354.33º | 0.92% | 0.43% | - |
| HSV(B) | 354.33º | 0.96% | 0.82% | - |
| XYZ | 26.89 | 13.98 | 2.38 | - |
| YUV | 71.27 | 103.59 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 28 | 0 | 0.96 | 0.87 | 0.18 | 354.33 | 0.92 | 0.43 |
| Hex | D2 | 9 | 1C | 0 | 60 | 57 | 12 | 162 | 5C | 2B |
| Octal | 322 | 11 | 34 | 0 | 140 | 127 | 22 | 542 | 134 | 53 |
| Binary | 11010010 | 1001 | 11100 | 0 | 1100000 | 1010111 | 10010 | 101100010 | 1011100 | 101011 |
Color Harmonies of #D2091C
Complementary color
Monochromatic Colors of #D2091C
Black with #D2091C
Text Example
Text Example
White with #D2091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2091C; }
p { color: rgb(210,9,28); }
H1.HeaderClassName
{
color: #D2091C;
}
.AnyTagClassName
{
color: #D2091C;
}
</style>
background-color css
<style>
a { background-color: #D2091C; }
a { background-color: rgb(210,9,28); }
div.DivClassName
{
background-color: #D2091C;
}
.BgClassName
{
background-color: #D2091C;
}
</style>
border-color css
<style>
span { border-color: #D2091C; }
span { border-color: rgb(210,9,28); }
td.TdClassName
{
border-color: #D2091C;
}
.TagClassName
{
border-color: #D2091C;
}
</style>