Shades of Venetian Red #DD0407
Tints of Venetian Red #DD0407
RGB
CMYK
RGB Variations
Color information
#DD0407 (or 0xDD0407) is known color: Venetian Red. HEX triplet: DD, 04 and 07. RGB value is (221,4,7). Sum of RGB (Red+Green+Blue) = 221+4+7=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0407 is #22FBF8. Grayscale: #454545. Windows color (decimal): -2292729 or 459997. OLE color: 459997.
HSL color Cylindrical-coordinate representation of color #DD0407: hue angle of 359.17º 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 #DD0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.17º | 0.96% | 0.44% | - |
| HSV(B) | 359.17º | 0.98% | 0.87% | - |
| XYZ | 29.9 | 15.47 | 1.61 | - |
| YUV | 69.23 | 92.89 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 7 | 0 | 0.98 | 0.97 | 0.13 | 359.17 | 0.96 | 0.44 |
| Hex | DD | 4 | 7 | 0 | 62 | 61 | D | 167 | 60 | 2C |
| Octal | 335 | 4 | 7 | 0 | 142 | 141 | 15 | 547 | 140 | 54 |
| Binary | 11011101 | 100 | 111 | 0 | 1100010 | 1100001 | 1101 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DD0407
Complementary color
Monochromatic Colors of #DD0407
Black with #DD0407
Text Example
Text Example
White with #DD0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0407; }
p { color: rgb(221,4,7); }
H1.HeaderClassName
{
color: #DD0407;
}
.AnyTagClassName
{
color: #DD0407;
}
</style>
background-color css
<style>
a { background-color: #DD0407; }
a { background-color: rgb(221,4,7); }
div.DivClassName
{
background-color: #DD0407;
}
.BgClassName
{
background-color: #DD0407;
}
</style>
border-color css
<style>
span { border-color: #DD0407; }
span { border-color: rgb(221,4,7); }
td.TdClassName
{
border-color: #DD0407;
}
.TagClassName
{
border-color: #DD0407;
}
</style>