Shades of Venetian Red #DD0021
Tints of Venetian Red #DD0021
RGB
CMYK
RGB Variations
Color information
#DD0021 (or 0xDD0021) is known color: Venetian Red. HEX triplet: DD, 00 and 21. RGB value is (221,0,33). Sum of RGB (Red+Green+Blue) = 221+0+33=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0021 is #22FFDE. Grayscale: #454545. Windows color (decimal): -2293727 or 2162909. OLE color: 2162909.
HSL color Cylindrical-coordinate representation of color #DD0021: hue angle of 351.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0021 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.85 | 0.13 |
| HSL | 351.04º | 1% | 0.43% | - |
| HSV(B) | 351.04º | 1% | 0.87% | - |
| XYZ | 30.09 | 15.48 | 2.84 | - |
| YUV | 69.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 33 | 0 | 1 | 0.85 | 0.13 | 351.04 | 1 | 0.43 |
| Hex | DD | 0 | 21 | 0 | 64 | 55 | D | 15F | 64 | 2B |
| Octal | 335 | 0 | 41 | 0 | 144 | 125 | 15 | 537 | 144 | 53 |
| Binary | 11011101 | 0 | 100001 | 0 | 1100100 | 1010101 | 1101 | 101011111 | 1100100 | 101011 |
Color Harmonies of #DD0021
Complementary color
Monochromatic Colors of #DD0021
Black with #DD0021
Text Example
Text Example
White with #DD0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0021; }
p { color: rgb(221,0,33); }
H1.HeaderClassName
{
color: #DD0021;
}
.AnyTagClassName
{
color: #DD0021;
}
</style>
background-color css
<style>
a { background-color: #DD0021; }
a { background-color: rgb(221,0,33); }
div.DivClassName
{
background-color: #DD0021;
}
.BgClassName
{
background-color: #DD0021;
}
</style>
border-color css
<style>
span { border-color: #DD0021; }
span { border-color: rgb(221,0,33); }
td.TdClassName
{
border-color: #DD0021;
}
.TagClassName
{
border-color: #DD0021;
}
</style>