Shades of Venetian Red #DD0510
Tints of Venetian Red #DD0510
RGB
CMYK
RGB Variations
Color information
#DD0510 (or 0xDD0510) is known color: Venetian Red. HEX triplet: DD, 05 and 10. RGB value is (221,5,16). Sum of RGB (Red+Green+Blue) = 221+5+16=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0510 is #22FAEF. Grayscale: #474747. Windows color (decimal): -2292464 or 1050077. OLE color: 1050077.
HSL color Cylindrical-coordinate representation of color #DD0510: hue angle of 356.94º 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 #DD0510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.13 |
| HSL | 356.94º | 0.96% | 0.44% | - |
| HSV(B) | 356.94º | 0.98% | 0.87% | - |
| XYZ | 29.97 | 15.52 | 1.91 | - |
| YUV | 70.84 | 97.06 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 16 | 0 | 0.98 | 0.93 | 0.13 | 356.94 | 0.96 | 0.44 |
| Hex | DD | 5 | 10 | 0 | 62 | 5D | D | 165 | 60 | 2C |
| Octal | 335 | 5 | 20 | 0 | 142 | 135 | 15 | 545 | 140 | 54 |
| Binary | 11011101 | 101 | 10000 | 0 | 1100010 | 1011101 | 1101 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DD0510
Complementary color
Monochromatic Colors of #DD0510
Black with #DD0510
Text Example
Text Example
White with #DD0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0510; }
p { color: rgb(221,5,16); }
H1.HeaderClassName
{
color: #DD0510;
}
.AnyTagClassName
{
color: #DD0510;
}
</style>
background-color css
<style>
a { background-color: #DD0510; }
a { background-color: rgb(221,5,16); }
div.DivClassName
{
background-color: #DD0510;
}
.BgClassName
{
background-color: #DD0510;
}
</style>
border-color css
<style>
span { border-color: #DD0510; }
span { border-color: rgb(221,5,16); }
td.TdClassName
{
border-color: #DD0510;
}
.TagClassName
{
border-color: #DD0510;
}
</style>