Shades of Venetian Red #DD070F
Tints of Venetian Red #DD070F
RGB
CMYK
RGB Variations
Color information
#DD070F (or 0xDD070F) is known color: Venetian Red. HEX triplet: DD, 07 and 0F. RGB value is (221,7,15). Sum of RGB (Red+Green+Blue) = 221+7+15=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD070F is #22F8F0. Grayscale: #484848. Windows color (decimal): -2291953 or 985053. OLE color: 985053.
HSL color Cylindrical-coordinate representation of color #DD070F: hue angle of 357.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD070F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.13 |
| HSL | 357.76º | 0.94% | 0.45% | - |
| HSV(B) | 357.76º | 0.97% | 0.87% | - |
| XYZ | 29.98 | 15.56 | 1.87 | - |
| YUV | 71.9 | 95.9 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 15 | 0 | 0.97 | 0.93 | 0.13 | 357.76 | 0.94 | 0.45 |
| Hex | DD | 7 | F | 0 | 61 | 5D | D | 166 | 5E | 2D |
| Octal | 335 | 7 | 17 | 0 | 141 | 135 | 15 | 546 | 136 | 55 |
| Binary | 11011101 | 111 | 1111 | 0 | 1100001 | 1011101 | 1101 | 101100110 | 1011110 | 101101 |
Color Harmonies of #DD070F
Complementary color
Monochromatic Colors of #DD070F
Black with #DD070F
Text Example
Text Example
White with #DD070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD070F; }
p { color: rgb(221,7,15); }
H1.HeaderClassName
{
color: #DD070F;
}
.AnyTagClassName
{
color: #DD070F;
}
</style>
background-color css
<style>
a { background-color: #DD070F; }
a { background-color: rgb(221,7,15); }
div.DivClassName
{
background-color: #DD070F;
}
.BgClassName
{
background-color: #DD070F;
}
</style>
border-color css
<style>
span { border-color: #DD070F; }
span { border-color: rgb(221,7,15); }
td.TdClassName
{
border-color: #DD070F;
}
.TagClassName
{
border-color: #DD070F;
}
</style>