Shades of Venetian Red #DD0519
Tints of Venetian Red #DD0519
RGB
CMYK
RGB Variations
Color information
#DD0519 (or 0xDD0519) is known color: Venetian Red. HEX triplet: DD, 05 and 19. RGB value is (221,5,25). Sum of RGB (Red+Green+Blue) = 221+5+25=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0519 is #22FAE6. Grayscale: #484848. Windows color (decimal): -2292455 or 1639901. OLE color: 1639901.
HSL color Cylindrical-coordinate representation of color #DD0519: hue angle of 354.44º 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 #DD0519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.13 |
| HSL | 354.44º | 0.96% | 0.44% | - |
| HSV(B) | 354.44º | 0.98% | 0.87% | - |
| XYZ | 30.05 | 15.55 | 2.34 | - |
| YUV | 71.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 25 | 0 | 0.98 | 0.89 | 0.13 | 354.44 | 0.96 | 0.44 |
| Hex | DD | 5 | 19 | 0 | 62 | 59 | D | 162 | 60 | 2C |
| Octal | 335 | 5 | 31 | 0 | 142 | 131 | 15 | 542 | 140 | 54 |
| Binary | 11011101 | 101 | 11001 | 0 | 1100010 | 1011001 | 1101 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DD0519
Complementary color
Monochromatic Colors of #DD0519
Black with #DD0519
Text Example
Text Example
White with #DD0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0519; }
p { color: rgb(221,5,25); }
H1.HeaderClassName
{
color: #DD0519;
}
.AnyTagClassName
{
color: #DD0519;
}
</style>
background-color css
<style>
a { background-color: #DD0519; }
a { background-color: rgb(221,5,25); }
div.DivClassName
{
background-color: #DD0519;
}
.BgClassName
{
background-color: #DD0519;
}
</style>
border-color css
<style>
span { border-color: #DD0519; }
span { border-color: rgb(221,5,25); }
td.TdClassName
{
border-color: #DD0519;
}
.TagClassName
{
border-color: #DD0519;
}
</style>