Shades of Venetian Red #DD0509
Tints of Venetian Red #DD0509
RGB
CMYK
RGB Variations
Color information
#DD0509 (or 0xDD0509) is known color: Venetian Red. HEX triplet: DD, 05 and 09. RGB value is (221,5,9). Sum of RGB (Red+Green+Blue) = 221+5+9=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0509 is #22FAF6. Grayscale: #464646. Windows color (decimal): -2292471 or 591325. OLE color: 591325.
HSL color Cylindrical-coordinate representation of color #DD0509: hue angle of 358.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.13 |
| HSL | 358.89º | 0.96% | 0.44% | - |
| HSV(B) | 358.89º | 0.98% | 0.87% | - |
| XYZ | 29.92 | 15.5 | 1.67 | - |
| YUV | 70.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 9 | 0 | 0.98 | 0.96 | 0.13 | 358.89 | 0.96 | 0.44 |
| Hex | DD | 5 | 9 | 0 | 62 | 60 | D | 167 | 60 | 2C |
| Octal | 335 | 5 | 11 | 0 | 142 | 140 | 15 | 547 | 140 | 54 |
| Binary | 11011101 | 101 | 1001 | 0 | 1100010 | 1100000 | 1101 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DD0509
Complementary color
Monochromatic Colors of #DD0509
Black with #DD0509
Text Example
Text Example
White with #DD0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0509; }
p { color: rgb(221,5,9); }
H1.HeaderClassName
{
color: #DD0509;
}
.AnyTagClassName
{
color: #DD0509;
}
</style>
background-color css
<style>
a { background-color: #DD0509; }
a { background-color: rgb(221,5,9); }
div.DivClassName
{
background-color: #DD0509;
}
.BgClassName
{
background-color: #DD0509;
}
</style>
border-color css
<style>
span { border-color: #DD0509; }
span { border-color: rgb(221,5,9); }
td.TdClassName
{
border-color: #DD0509;
}
.TagClassName
{
border-color: #DD0509;
}
</style>