Shades of Venetian Red #DD0017
Tints of Venetian Red #DD0017
RGB
CMYK
RGB Variations
Color information
#DD0017 (or 0xDD0017) is known color: Venetian Red. HEX triplet: DD, 00 and 17. RGB value is (221,0,23). Sum of RGB (Red+Green+Blue) = 221+0+23=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0017 is #22FFE8. Grayscale: #444444. Windows color (decimal): -2293737 or 1507549. OLE color: 1507549.
HSL color Cylindrical-coordinate representation of color #DD0017: hue angle of 353.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.90 | 0.13 |
| HSL | 353.76º | 1% | 0.43% | - |
| HSV(B) | 353.76º | 1% | 0.87% | - |
| XYZ | 29.97 | 15.43 | 2.21 | - |
| YUV | 68.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 23 | 0 | 1 | 0.90 | 0.13 | 353.76 | 1 | 0.43 |
| Hex | DD | 0 | 17 | 0 | 64 | 5A | D | 162 | 64 | 2B |
| Octal | 335 | 0 | 27 | 0 | 144 | 132 | 15 | 542 | 144 | 53 |
| Binary | 11011101 | 0 | 10111 | 0 | 1100100 | 1011010 | 1101 | 101100010 | 1100100 | 101011 |
Color Harmonies of #DD0017
Complementary color
Monochromatic Colors of #DD0017
Black with #DD0017
Text Example
Text Example
White with #DD0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0017; }
p { color: rgb(221,0,23); }
H1.HeaderClassName
{
color: #DD0017;
}
.AnyTagClassName
{
color: #DD0017;
}
</style>
background-color css
<style>
a { background-color: #DD0017; }
a { background-color: rgb(221,0,23); }
div.DivClassName
{
background-color: #DD0017;
}
.BgClassName
{
background-color: #DD0017;
}
</style>
border-color css
<style>
span { border-color: #DD0017; }
span { border-color: rgb(221,0,23); }
td.TdClassName
{
border-color: #DD0017;
}
.TagClassName
{
border-color: #DD0017;
}
</style>