Shades of Venetian Red #DD070D
Tints of Venetian Red #DD070D
RGB
CMYK
RGB Variations
Color information
#DD070D (or 0xDD070D) is known color: Venetian Red. HEX triplet: DD, 07 and 0D. RGB value is (221,7,13). Sum of RGB (Red+Green+Blue) = 221+7+13=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD070D is #22F8F2. Grayscale: #474747. Windows color (decimal): -2291955 or 853981. OLE color: 853981.
HSL color Cylindrical-coordinate representation of color #DD070D: hue angle of 358.32º 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 #DD070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.13 |
| HSL | 358.32º | 0.94% | 0.45% | - |
| HSV(B) | 358.32º | 0.97% | 0.87% | - |
| XYZ | 29.97 | 15.55 | 1.8 | - |
| YUV | 71.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 13 | 0 | 0.97 | 0.94 | 0.13 | 358.32 | 0.94 | 0.45 |
| Hex | DD | 7 | D | 0 | 61 | 5E | D | 166 | 5E | 2D |
| Octal | 335 | 7 | 15 | 0 | 141 | 136 | 15 | 546 | 136 | 55 |
| Binary | 11011101 | 111 | 1101 | 0 | 1100001 | 1011110 | 1101 | 101100110 | 1011110 | 101101 |
Color Harmonies of #DD070D
Complementary color
Monochromatic Colors of #DD070D
Black with #DD070D
Text Example
Text Example
White with #DD070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD070D; }
p { color: rgb(221,7,13); }
H1.HeaderClassName
{
color: #DD070D;
}
.AnyTagClassName
{
color: #DD070D;
}
</style>
background-color css
<style>
a { background-color: #DD070D; }
a { background-color: rgb(221,7,13); }
div.DivClassName
{
background-color: #DD070D;
}
.BgClassName
{
background-color: #DD070D;
}
</style>
border-color css
<style>
span { border-color: #DD070D; }
span { border-color: rgb(221,7,13); }
td.TdClassName
{
border-color: #DD070D;
}
.TagClassName
{
border-color: #DD070D;
}
</style>