Shades of Venetian Red #DD0913
Tints of Venetian Red #DD0913
RGB
CMYK
RGB Variations
Color information
#DD0913 (or 0xDD0913) is known color: Venetian Red. HEX triplet: DD, 09 and 13. RGB value is (221,9,19). Sum of RGB (Red+Green+Blue) = 221+9+19=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0913 is #22F6EC. Grayscale: #494949. Windows color (decimal): -2291437 or 1247709. OLE color: 1247709.
HSL color Cylindrical-coordinate representation of color #DD0913: hue angle of 357.17º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0913 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.13 |
| HSL | 357.17º | 0.92% | 0.45% | - |
| HSV(B) | 357.17º | 0.96% | 0.87% | - |
| XYZ | 30.03 | 15.61 | 2.05 | - |
| YUV | 73.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 19 | 0 | 0.96 | 0.91 | 0.13 | 357.17 | 0.92 | 0.45 |
| Hex | DD | 9 | 13 | 0 | 60 | 5B | D | 165 | 5C | 2D |
| Octal | 335 | 11 | 23 | 0 | 140 | 133 | 15 | 545 | 134 | 55 |
| Binary | 11011101 | 1001 | 10011 | 0 | 1100000 | 1011011 | 1101 | 101100101 | 1011100 | 101101 |
Color Harmonies of #DD0913
Complementary color
Monochromatic Colors of #DD0913
Black with #DD0913
Text Example
Text Example
White with #DD0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0913; }
p { color: rgb(221,9,19); }
H1.HeaderClassName
{
color: #DD0913;
}
.AnyTagClassName
{
color: #DD0913;
}
</style>
background-color css
<style>
a { background-color: #DD0913; }
a { background-color: rgb(221,9,19); }
div.DivClassName
{
background-color: #DD0913;
}
.BgClassName
{
background-color: #DD0913;
}
</style>
border-color css
<style>
span { border-color: #DD0913; }
span { border-color: rgb(221,9,19); }
td.TdClassName
{
border-color: #DD0913;
}
.TagClassName
{
border-color: #DD0913;
}
</style>