Shades of Venetian Red #DD0116
Tints of Venetian Red #DD0116
RGB
CMYK
RGB Variations
Color information
#DD0116 (or 0xDD0116) is known color: Venetian Red. HEX triplet: DD, 01 and 16. RGB value is (221,1,22). Sum of RGB (Red+Green+Blue) = 221+1+22=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0116 is #22FEE9. Grayscale: #454545. Windows color (decimal): -2293482 or 1442269. OLE color: 1442269.
HSL color Cylindrical-coordinate representation of color #DD0116: hue angle of 354.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 22 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.13 |
| HSL | 354.27º | 0.99% | 0.44% | - |
| HSV(B) | 354.27º | 1% | 0.87% | - |
| XYZ | 29.97 | 15.45 | 2.16 | - |
| YUV | 69.17 | 101.39 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 22 | 0 | 1.00 | 0.90 | 0.13 | 354.27 | 0.99 | 0.44 |
| Hex | DD | 1 | 16 | 0 | 64 | 5A | D | 162 | 63 | 2C |
| Octal | 335 | 1 | 26 | 0 | 144 | 132 | 15 | 542 | 143 | 54 |
| Binary | 11011101 | 1 | 10110 | 0 | 1100100 | 1011010 | 1101 | 101100010 | 1100011 | 101100 |
Color Harmonies of #DD0116
Complementary color
Monochromatic Colors of #DD0116
Black with #DD0116
Text Example
Text Example
White with #DD0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0116; }
p { color: rgb(221,1,22); }
H1.HeaderClassName
{
color: #DD0116;
}
.AnyTagClassName
{
color: #DD0116;
}
</style>
background-color css
<style>
a { background-color: #DD0116; }
a { background-color: rgb(221,1,22); }
div.DivClassName
{
background-color: #DD0116;
}
.BgClassName
{
background-color: #DD0116;
}
</style>
border-color css
<style>
span { border-color: #DD0116; }
span { border-color: rgb(221,1,22); }
td.TdClassName
{
border-color: #DD0116;
}
.TagClassName
{
border-color: #DD0116;
}
</style>