Shades of Venetian Red #DD0811
Tints of Venetian Red #DD0811
RGB
CMYK
RGB Variations
Color information
#DD0811 (or 0xDD0811) is known color: Venetian Red. HEX triplet: DD, 08 and 11. RGB value is (221,8,17). Sum of RGB (Red+Green+Blue) = 221+8+17=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0811 is #22F7EE. Grayscale: #484848. Windows color (decimal): -2291695 or 1116381. OLE color: 1116381.
HSL color Cylindrical-coordinate representation of color #DD0811: hue angle of 357.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.13 |
| HSL | 357.46º | 0.93% | 0.45% | - |
| HSV(B) | 357.46º | 0.96% | 0.87% | - |
| XYZ | 30.01 | 15.59 | 1.96 | - |
| YUV | 72.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 17 | 0 | 0.96 | 0.92 | 0.13 | 357.46 | 0.93 | 0.45 |
| Hex | DD | 8 | 11 | 0 | 60 | 5C | D | 165 | 5D | 2D |
| Octal | 335 | 10 | 21 | 0 | 140 | 134 | 15 | 545 | 135 | 55 |
| Binary | 11011101 | 1000 | 10001 | 0 | 1100000 | 1011100 | 1101 | 101100101 | 1011101 | 101101 |
Color Harmonies of #DD0811
Complementary color
Monochromatic Colors of #DD0811
Black with #DD0811
Text Example
Text Example
White with #DD0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0811; }
p { color: rgb(221,8,17); }
H1.HeaderClassName
{
color: #DD0811;
}
.AnyTagClassName
{
color: #DD0811;
}
</style>
background-color css
<style>
a { background-color: #DD0811; }
a { background-color: rgb(221,8,17); }
div.DivClassName
{
background-color: #DD0811;
}
.BgClassName
{
background-color: #DD0811;
}
</style>
border-color css
<style>
span { border-color: #DD0811; }
span { border-color: rgb(221,8,17); }
td.TdClassName
{
border-color: #DD0811;
}
.TagClassName
{
border-color: #DD0811;
}
</style>