Shades of Venetian Red #DD0D10
Tints of Venetian Red #DD0D10
RGB
CMYK
RGB Variations
Color information
#DD0D10 (or 0xDD0D10) is known color: Venetian Red. HEX triplet: DD, 0D and 10. RGB value is (221,13,16). Sum of RGB (Red+Green+Blue) = 221+13+16=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D10 is #22F2EF. Grayscale: #4B4B4B. Windows color (decimal): -2290416 or 1052125. OLE color: 1052125.
HSL color Cylindrical-coordinate representation of color #DD0D10: hue angle of 359.13º 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 #DD0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.13 |
| HSL | 359.13º | 0.89% | 0.46% | - |
| HSV(B) | 359.13º | 0.94% | 0.87% | - |
| XYZ | 30.06 | 15.7 | 1.94 | - |
| YUV | 75.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 16 | 0 | 0.94 | 0.93 | 0.13 | 359.13 | 0.89 | 0.46 |
| Hex | DD | D | 10 | 0 | 5E | 5D | D | 167 | 59 | 2E |
| Octal | 335 | 15 | 20 | 0 | 136 | 135 | 15 | 547 | 131 | 56 |
| Binary | 11011101 | 1101 | 10000 | 0 | 1011110 | 1011101 | 1101 | 101100111 | 1011001 | 101110 |
Color Harmonies of #DD0D10
Complementary color
Monochromatic Colors of #DD0D10
Black with #DD0D10
Text Example
Text Example
White with #DD0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D10; }
p { color: rgb(221,13,16); }
H1.HeaderClassName
{
color: #DD0D10;
}
.AnyTagClassName
{
color: #DD0D10;
}
</style>
background-color css
<style>
a { background-color: #DD0D10; }
a { background-color: rgb(221,13,16); }
div.DivClassName
{
background-color: #DD0D10;
}
.BgClassName
{
background-color: #DD0D10;
}
</style>
border-color css
<style>
span { border-color: #DD0D10; }
span { border-color: rgb(221,13,16); }
td.TdClassName
{
border-color: #DD0D10;
}
.TagClassName
{
border-color: #DD0D10;
}
</style>