Shades of Venetian Red #D0091D
Tints of Venetian Red #D0091D
RGB
CMYK
RGB Variations
Color information
#D0091D (or 0xD0091D) is known color: Venetian Red. HEX triplet: D0, 09 and 1D. RGB value is (208,9,29). Sum of RGB (Red+Green+Blue) = 208+9+29=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D0091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0091D is #2FF6E2. Grayscale: #464646. Windows color (decimal): -3143395 or 1903056. OLE color: 1903056.
HSL color Cylindrical-coordinate representation of color #D0091D: hue angle of 353.97º 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 #D0091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.18 |
| HSL | 353.97º | 0.92% | 0.43% | - |
| HSV(B) | 353.97º | 0.96% | 0.82% | - |
| XYZ | 26.33 | 13.69 | 2.42 | - |
| YUV | 70.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 29 | 0 | 0.96 | 0.86 | 0.18 | 353.97 | 0.92 | 0.43 |
| Hex | D0 | 9 | 1D | 0 | 60 | 56 | 12 | 162 | 5C | 2B |
| Octal | 320 | 11 | 35 | 0 | 140 | 126 | 22 | 542 | 134 | 53 |
| Binary | 11010000 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10010 | 101100010 | 1011100 | 101011 |
Color Harmonies of #D0091D
Complementary color
Monochromatic Colors of #D0091D
Black with #D0091D
Text Example
Text Example
White with #D0091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0091D; }
p { color: rgb(208,9,29); }
H1.HeaderClassName
{
color: #D0091D;
}
.AnyTagClassName
{
color: #D0091D;
}
</style>
background-color css
<style>
a { background-color: #D0091D; }
a { background-color: rgb(208,9,29); }
div.DivClassName
{
background-color: #D0091D;
}
.BgClassName
{
background-color: #D0091D;
}
</style>
border-color css
<style>
span { border-color: #D0091D; }
span { border-color: rgb(208,9,29); }
td.TdClassName
{
border-color: #D0091D;
}
.TagClassName
{
border-color: #D0091D;
}
</style>