Shades of Venetian Red #DD0D0F
Tints of Venetian Red #DD0D0F
RGB
CMYK
RGB Variations
Color information
#DD0D0F (or 0xDD0D0F) is known color: Venetian Red. HEX triplet: DD, 0D and 0F. RGB value is (221,13,15). Sum of RGB (Red+Green+Blue) = 221+13+15=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D0F is #22F2F0. Grayscale: #4B4B4B. Windows color (decimal): -2290417 or 986589. OLE color: 986589.
HSL color Cylindrical-coordinate representation of color #DD0D0F: hue angle of 359.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.13 |
| HSL | 359.42º | 0.89% | 0.46% | - |
| HSV(B) | 359.42º | 0.94% | 0.87% | - |
| XYZ | 30.05 | 15.69 | 1.9 | - |
| YUV | 75.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 15 | 0 | 0.94 | 0.93 | 0.13 | 359.42 | 0.89 | 0.46 |
| Hex | DD | D | F | 0 | 5E | 5D | D | 167 | 59 | 2E |
| Octal | 335 | 15 | 17 | 0 | 136 | 135 | 15 | 547 | 131 | 56 |
| Binary | 11011101 | 1101 | 1111 | 0 | 1011110 | 1011101 | 1101 | 101100111 | 1011001 | 101110 |
Color Harmonies of #DD0D0F
Complementary color
Monochromatic Colors of #DD0D0F
Black with #DD0D0F
Text Example
Text Example
White with #DD0D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D0F; }
p { color: rgb(221,13,15); }
H1.HeaderClassName
{
color: #DD0D0F;
}
.AnyTagClassName
{
color: #DD0D0F;
}
</style>
background-color css
<style>
a { background-color: #DD0D0F; }
a { background-color: rgb(221,13,15); }
div.DivClassName
{
background-color: #DD0D0F;
}
.BgClassName
{
background-color: #DD0D0F;
}
</style>
border-color css
<style>
span { border-color: #DD0D0F; }
span { border-color: rgb(221,13,15); }
td.TdClassName
{
border-color: #DD0D0F;
}
.TagClassName
{
border-color: #DD0D0F;
}
</style>