Shades of Venetian Red #DD0D0E
Tints of Venetian Red #DD0D0E
RGB
CMYK
RGB Variations
Color information
#DD0D0E (or 0xDD0D0E) is known color: Venetian Red. HEX triplet: DD, 0D and 0E. RGB value is (221,13,14). Sum of RGB (Red+Green+Blue) = 221+13+14=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D0E is #22F2F1. Grayscale: #4B4B4B. Windows color (decimal): -2290418 or 921053. OLE color: 921053.
HSL color Cylindrical-coordinate representation of color #DD0D0E: hue angle of 359.71º 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 #DD0D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.13 |
| HSL | 359.71º | 0.89% | 0.46% | - |
| HSV(B) | 359.71º | 0.94% | 0.87% | - |
| XYZ | 30.04 | 15.69 | 1.86 | - |
| YUV | 75.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 14 | 0 | 0.94 | 0.94 | 0.13 | 359.71 | 0.89 | 0.46 |
| Hex | DD | D | E | 0 | 5E | 5E | D | 168 | 59 | 2E |
| Octal | 335 | 15 | 16 | 0 | 136 | 136 | 15 | 550 | 131 | 56 |
| Binary | 11011101 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1101 | 101101000 | 1011001 | 101110 |
Color Harmonies of #DD0D0E
Complementary color
Monochromatic Colors of #DD0D0E
Black with #DD0D0E
Text Example
Text Example
White with #DD0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D0E; }
p { color: rgb(221,13,14); }
H1.HeaderClassName
{
color: #DD0D0E;
}
.AnyTagClassName
{
color: #DD0D0E;
}
</style>
background-color css
<style>
a { background-color: #DD0D0E; }
a { background-color: rgb(221,13,14); }
div.DivClassName
{
background-color: #DD0D0E;
}
.BgClassName
{
background-color: #DD0D0E;
}
</style>
border-color css
<style>
span { border-color: #DD0D0E; }
span { border-color: rgb(221,13,14); }
td.TdClassName
{
border-color: #DD0D0E;
}
.TagClassName
{
border-color: #DD0D0E;
}
</style>