Shades of Venetian Red #DD0517
Tints of Venetian Red #DD0517
RGB
CMYK
RGB Variations
Color information
#DD0517 (or 0xDD0517) is known color: Venetian Red. HEX triplet: DD, 05 and 17. RGB value is (221,5,23). Sum of RGB (Red+Green+Blue) = 221+5+23=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0517 is #22FAE8. Grayscale: #474747. Windows color (decimal): -2292457 or 1508829. OLE color: 1508829.
HSL color Cylindrical-coordinate representation of color #DD0517: hue angle of 355º 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 #DD0517 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.13 |
| HSL | 355º | 0.96% | 0.44% | - |
| HSV(B) | 355º | 0.98% | 0.87% | - |
| XYZ | 30.03 | 15.54 | 2.23 | - |
| YUV | 71.64 | 100.56 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 23 | 0 | 0.98 | 0.90 | 0.13 | 355 | 0.96 | 0.44 |
| Hex | DD | 5 | 17 | 0 | 62 | 5A | D | 163 | 60 | 2C |
| Octal | 335 | 5 | 27 | 0 | 142 | 132 | 15 | 543 | 140 | 54 |
| Binary | 11011101 | 101 | 10111 | 0 | 1100010 | 1011010 | 1101 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DD0517
Complementary color
Monochromatic Colors of #DD0517
Black with #DD0517
Text Example
Text Example
White with #DD0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0517; }
p { color: rgb(221,5,23); }
H1.HeaderClassName
{
color: #DD0517;
}
.AnyTagClassName
{
color: #DD0517;
}
</style>
background-color css
<style>
a { background-color: #DD0517; }
a { background-color: rgb(221,5,23); }
div.DivClassName
{
background-color: #DD0517;
}
.BgClassName
{
background-color: #DD0517;
}
</style>
border-color css
<style>
span { border-color: #DD0517; }
span { border-color: rgb(221,5,23); }
td.TdClassName
{
border-color: #DD0517;
}
.TagClassName
{
border-color: #DD0517;
}
</style>