Shades of Venetian Red #DD0716
Tints of Venetian Red #DD0716
RGB
CMYK
RGB Variations
Color information
#DD0716 (or 0xDD0716) is known color: Venetian Red. HEX triplet: DD, 07 and 16. RGB value is (221,7,22). Sum of RGB (Red+Green+Blue) = 221+7+22=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0716 is #22F8E9. Grayscale: #484848. Windows color (decimal): -2291946 or 1443805. OLE color: 1443805.
HSL color Cylindrical-coordinate representation of color #DD0716: hue angle of 355.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0716 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.13 |
| HSL | 355.79º | 0.94% | 0.45% | - |
| HSV(B) | 355.79º | 0.97% | 0.87% | - |
| XYZ | 30.04 | 15.58 | 2.18 | - |
| YUV | 72.7 | 99.4 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 22 | 0 | 0.97 | 0.90 | 0.13 | 355.79 | 0.94 | 0.45 |
| Hex | DD | 7 | 16 | 0 | 61 | 5A | D | 164 | 5E | 2D |
| Octal | 335 | 7 | 26 | 0 | 141 | 132 | 15 | 544 | 136 | 55 |
| Binary | 11011101 | 111 | 10110 | 0 | 1100001 | 1011010 | 1101 | 101100100 | 1011110 | 101101 |
Color Harmonies of #DD0716
Complementary color
Monochromatic Colors of #DD0716
Black with #DD0716
Text Example
Text Example
White with #DD0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0716; }
p { color: rgb(221,7,22); }
H1.HeaderClassName
{
color: #DD0716;
}
.AnyTagClassName
{
color: #DD0716;
}
</style>
background-color css
<style>
a { background-color: #DD0716; }
a { background-color: rgb(221,7,22); }
div.DivClassName
{
background-color: #DD0716;
}
.BgClassName
{
background-color: #DD0716;
}
</style>
border-color css
<style>
span { border-color: #DD0716; }
span { border-color: rgb(221,7,22); }
td.TdClassName
{
border-color: #DD0716;
}
.TagClassName
{
border-color: #DD0716;
}
</style>