Shades of Venetian Red #D2081D
Tints of Venetian Red #D2081D
RGB
CMYK
RGB Variations
Color information
#D2081D (or 0xD2081D) is known color: Venetian Red. HEX triplet: D2, 08 and 1D. RGB value is (210,8,29). Sum of RGB (Red+Green+Blue) = 210+8+29=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D2081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2081D is #2DF7E2. Grayscale: #464646. Windows color (decimal): -3012579 or 1902802. OLE color: 1902802.
HSL color Cylindrical-coordinate representation of color #D2081D: hue angle of 353.76º degrees, saturation: 0.93, 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 #D2081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.18 |
| HSL | 353.76º | 0.93% | 0.43% | - |
| HSV(B) | 353.76º | 0.96% | 0.82% | - |
| XYZ | 26.89 | 13.96 | 2.44 | - |
| YUV | 70.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 29 | 0 | 0.96 | 0.86 | 0.18 | 353.76 | 0.93 | 0.43 |
| Hex | D2 | 8 | 1D | 0 | 60 | 56 | 12 | 162 | 5D | 2B |
| Octal | 322 | 10 | 35 | 0 | 140 | 126 | 22 | 542 | 135 | 53 |
| Binary | 11010010 | 1000 | 11101 | 0 | 1100000 | 1010110 | 10010 | 101100010 | 1011101 | 101011 |
Color Harmonies of #D2081D
Complementary color
Monochromatic Colors of #D2081D
Black with #D2081D
Text Example
Text Example
White with #D2081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2081D; }
p { color: rgb(210,8,29); }
H1.HeaderClassName
{
color: #D2081D;
}
.AnyTagClassName
{
color: #D2081D;
}
</style>
background-color css
<style>
a { background-color: #D2081D; }
a { background-color: rgb(210,8,29); }
div.DivClassName
{
background-color: #D2081D;
}
.BgClassName
{
background-color: #D2081D;
}
</style>
border-color css
<style>
span { border-color: #D2081D; }
span { border-color: rgb(210,8,29); }
td.TdClassName
{
border-color: #D2081D;
}
.TagClassName
{
border-color: #D2081D;
}
</style>