Shades of Venetian Red #DD020D
Tints of Venetian Red #DD020D
RGB
CMYK
RGB Variations
Color information
#DD020D (or 0xDD020D) is known color: Venetian Red. HEX triplet: DD, 02 and 0D. RGB value is (221,2,13). Sum of RGB (Red+Green+Blue) = 221+2+13=236 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.64% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 221 - color contains mainly: red. Hex color #DD020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD020D is #22FDF2. Grayscale: #444444. Windows color (decimal): -2293235 or 852701. OLE color: 852701.
HSL color Cylindrical-coordinate representation of color #DD020D: hue angle of 356.99º 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 #DD020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.13 |
| HSL | 356.99º | 0.98% | 0.44% | - |
| HSV(B) | 356.99º | 0.99% | 0.87% | - |
| XYZ | 29.91 | 15.44 | 1.79 | - |
| YUV | 68.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 13 | 0 | 0.99 | 0.94 | 0.13 | 356.99 | 0.98 | 0.44 |
| Hex | DD | 2 | D | 0 | 63 | 5E | D | 165 | 62 | 2C |
| Octal | 335 | 2 | 15 | 0 | 143 | 136 | 15 | 545 | 142 | 54 |
| Binary | 11011101 | 10 | 1101 | 0 | 1100011 | 1011110 | 1101 | 101100101 | 1100010 | 101100 |
Color Harmonies of #DD020D
Complementary color
Monochromatic Colors of #DD020D
Black with #DD020D
Text Example
Text Example
White with #DD020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD020D; }
p { color: rgb(221,2,13); }
H1.HeaderClassName
{
color: #DD020D;
}
.AnyTagClassName
{
color: #DD020D;
}
</style>
background-color css
<style>
a { background-color: #DD020D; }
a { background-color: rgb(221,2,13); }
div.DivClassName
{
background-color: #DD020D;
}
.BgClassName
{
background-color: #DD020D;
}
</style>
border-color css
<style>
span { border-color: #DD020D; }
span { border-color: rgb(221,2,13); }
td.TdClassName
{
border-color: #DD020D;
}
.TagClassName
{
border-color: #DD020D;
}
</style>