Shades of Venetian Red #DD0411
Tints of Venetian Red #DD0411
RGB
CMYK
RGB Variations
Color information
#DD0411 (or 0xDD0411) is known color: Venetian Red. HEX triplet: DD, 04 and 11. RGB value is (221,4,17). Sum of RGB (Red+Green+Blue) = 221+4+17=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0411 is #22FBEE. Grayscale: #464646. Windows color (decimal): -2292719 or 1115357. OLE color: 1115357.
HSL color Cylindrical-coordinate representation of color #DD0411: hue angle of 356.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.13 |
| HSL | 356.41º | 0.96% | 0.44% | - |
| HSV(B) | 356.41º | 0.98% | 0.87% | - |
| XYZ | 29.96 | 15.5 | 1.94 | - |
| YUV | 70.37 | 97.89 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 17 | 0 | 0.98 | 0.92 | 0.13 | 356.41 | 0.96 | 0.44 |
| Hex | DD | 4 | 11 | 0 | 62 | 5C | D | 164 | 60 | 2C |
| Octal | 335 | 4 | 21 | 0 | 142 | 134 | 15 | 544 | 140 | 54 |
| Binary | 11011101 | 100 | 10001 | 0 | 1100010 | 1011100 | 1101 | 101100100 | 1100000 | 101100 |
Color Harmonies of #DD0411
Complementary color
Monochromatic Colors of #DD0411
Black with #DD0411
Text Example
Text Example
White with #DD0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0411; }
p { color: rgb(221,4,17); }
H1.HeaderClassName
{
color: #DD0411;
}
.AnyTagClassName
{
color: #DD0411;
}
</style>
background-color css
<style>
a { background-color: #DD0411; }
a { background-color: rgb(221,4,17); }
div.DivClassName
{
background-color: #DD0411;
}
.BgClassName
{
background-color: #DD0411;
}
</style>
border-color css
<style>
span { border-color: #DD0411; }
span { border-color: rgb(221,4,17); }
td.TdClassName
{
border-color: #DD0411;
}
.TagClassName
{
border-color: #DD0411;
}
</style>