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