Shades of Venetian Red #DD021D
Tints of Venetian Red #DD021D
RGB
CMYK
RGB Variations
Color information
#DD021D (or 0xDD021D) is known color: Venetian Red. HEX triplet: DD, 02 and 1D. RGB value is (221,2,29). Sum of RGB (Red+Green+Blue) = 221+2+29=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD021D is #22FDE2. Grayscale: #464646. Windows color (decimal): -2293219 or 1901277. OLE color: 1901277.
HSL color Cylindrical-coordinate representation of color #DD021D: hue angle of 352.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.13 |
| HSL | 352.6º | 0.98% | 0.44% | - |
| HSV(B) | 352.6º | 0.99% | 0.87% | - |
| XYZ | 30.06 | 15.5 | 2.57 | - |
| YUV | 70.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 29 | 0 | 0.99 | 0.87 | 0.13 | 352.6 | 0.98 | 0.44 |
| Hex | DD | 2 | 1D | 0 | 63 | 57 | D | 161 | 62 | 2C |
| Octal | 335 | 2 | 35 | 0 | 143 | 127 | 15 | 541 | 142 | 54 |
| Binary | 11011101 | 10 | 11101 | 0 | 1100011 | 1010111 | 1101 | 101100001 | 1100010 | 101100 |
Color Harmonies of #DD021D
Complementary color
Monochromatic Colors of #DD021D
Black with #DD021D
Text Example
Text Example
White with #DD021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD021D; }
p { color: rgb(221,2,29); }
H1.HeaderClassName
{
color: #DD021D;
}
.AnyTagClassName
{
color: #DD021D;
}
</style>
background-color css
<style>
a { background-color: #DD021D; }
a { background-color: rgb(221,2,29); }
div.DivClassName
{
background-color: #DD021D;
}
.BgClassName
{
background-color: #DD021D;
}
</style>
border-color css
<style>
span { border-color: #DD021D; }
span { border-color: rgb(221,2,29); }
td.TdClassName
{
border-color: #DD021D;
}
.TagClassName
{
border-color: #DD021D;
}
</style>