Shades of Venetian Red #DD0506
Tints of Venetian Red #DD0506
RGB
CMYK
RGB Variations
Color information
#DD0506 (or 0xDD0506) is known color: Venetian Red. HEX triplet: DD, 05 and 06. RGB value is (221,5,6). Sum of RGB (Red+Green+Blue) = 221+5+6=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0506 is #22FAF9. Grayscale: #454545. Windows color (decimal): -2292474 or 394717. OLE color: 394717.
HSL color Cylindrical-coordinate representation of color #DD0506: hue angle of 359.72º 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 #DD0506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.72º | 0.96% | 0.44% | - |
| HSV(B) | 359.72º | 0.98% | 0.87% | - |
| XYZ | 29.91 | 15.49 | 1.59 | - |
| YUV | 69.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 6 | 0 | 0.98 | 0.97 | 0.13 | 359.72 | 0.96 | 0.44 |
| Hex | DD | 5 | 6 | 0 | 62 | 61 | D | 168 | 60 | 2C |
| Octal | 335 | 5 | 6 | 0 | 142 | 141 | 15 | 550 | 140 | 54 |
| Binary | 11011101 | 101 | 110 | 0 | 1100010 | 1100001 | 1101 | 101101000 | 1100000 | 101100 |
Color Harmonies of #DD0506
Complementary color
Monochromatic Colors of #DD0506
Black with #DD0506
Text Example
Text Example
White with #DD0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0506; }
p { color: rgb(221,5,6); }
H1.HeaderClassName
{
color: #DD0506;
}
.AnyTagClassName
{
color: #DD0506;
}
</style>
background-color css
<style>
a { background-color: #DD0506; }
a { background-color: rgb(221,5,6); }
div.DivClassName
{
background-color: #DD0506;
}
.BgClassName
{
background-color: #DD0506;
}
</style>
border-color css
<style>
span { border-color: #DD0506; }
span { border-color: rgb(221,5,6); }
td.TdClassName
{
border-color: #DD0506;
}
.TagClassName
{
border-color: #DD0506;
}
</style>