Shades of Venetian Red #DD0507
Tints of Venetian Red #DD0507
RGB
CMYK
RGB Variations
Color information
#DD0507 (or 0xDD0507) is known color: Venetian Red. HEX triplet: DD, 05 and 07. RGB value is (221,5,7). Sum of RGB (Red+Green+Blue) = 221+5+7=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0507 is #22FAF8. Grayscale: #464646. Windows color (decimal): -2292473 or 460253. OLE color: 460253.
HSL color Cylindrical-coordinate representation of color #DD0507: hue angle of 359.44º 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 #DD0507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.44º | 0.96% | 0.44% | - |
| HSV(B) | 359.44º | 0.98% | 0.87% | - |
| XYZ | 29.91 | 15.5 | 1.62 | - |
| YUV | 69.81 | 92.56 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 7 | 0 | 0.98 | 0.97 | 0.13 | 359.44 | 0.96 | 0.44 |
| Hex | DD | 5 | 7 | 0 | 62 | 61 | D | 167 | 60 | 2C |
| Octal | 335 | 5 | 7 | 0 | 142 | 141 | 15 | 547 | 140 | 54 |
| Binary | 11011101 | 101 | 111 | 0 | 1100010 | 1100001 | 1101 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DD0507
Complementary color
Monochromatic Colors of #DD0507
Black with #DD0507
Text Example
Text Example
White with #DD0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0507; }
p { color: rgb(221,5,7); }
H1.HeaderClassName
{
color: #DD0507;
}
.AnyTagClassName
{
color: #DD0507;
}
</style>
background-color css
<style>
a { background-color: #DD0507; }
a { background-color: rgb(221,5,7); }
div.DivClassName
{
background-color: #DD0507;
}
.BgClassName
{
background-color: #DD0507;
}
</style>
border-color css
<style>
span { border-color: #DD0507; }
span { border-color: rgb(221,5,7); }
td.TdClassName
{
border-color: #DD0507;
}
.TagClassName
{
border-color: #DD0507;
}
</style>