Shades of Venetian Red #DD020B
Tints of Venetian Red #DD020B
RGB
CMYK
RGB Variations
Color information
#DD020B (or 0xDD020B) is known color: Venetian Red. HEX triplet: DD, 02 and 0B. RGB value is (221,2,11). Sum of RGB (Red+Green+Blue) = 221+2+11=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD020B is #22FDF4. Grayscale: #444444. Windows color (decimal): -2293237 or 721629. OLE color: 721629.
HSL color Cylindrical-coordinate representation of color #DD020B: hue angle of 357.53º 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 #DD020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.13 |
| HSL | 357.53º | 0.98% | 0.44% | - |
| HSV(B) | 357.53º | 0.99% | 0.87% | - |
| XYZ | 29.9 | 15.44 | 1.72 | - |
| YUV | 68.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 11 | 0 | 0.99 | 0.95 | 0.13 | 357.53 | 0.98 | 0.44 |
| Hex | DD | 2 | B | 0 | 63 | 5F | D | 166 | 62 | 2C |
| Octal | 335 | 2 | 13 | 0 | 143 | 137 | 15 | 546 | 142 | 54 |
| Binary | 11011101 | 10 | 1011 | 0 | 1100011 | 1011111 | 1101 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DD020B
Complementary color
Monochromatic Colors of #DD020B
Black with #DD020B
Text Example
Text Example
White with #DD020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD020B; }
p { color: rgb(221,2,11); }
H1.HeaderClassName
{
color: #DD020B;
}
.AnyTagClassName
{
color: #DD020B;
}
</style>
background-color css
<style>
a { background-color: #DD020B; }
a { background-color: rgb(221,2,11); }
div.DivClassName
{
background-color: #DD020B;
}
.BgClassName
{
background-color: #DD020B;
}
</style>
border-color css
<style>
span { border-color: #DD020B; }
span { border-color: rgb(221,2,11); }
td.TdClassName
{
border-color: #DD020B;
}
.TagClassName
{
border-color: #DD020B;
}
</style>