Shades of Venetian Red #DD0122
Tints of Venetian Red #DD0122
RGB
CMYK
RGB Variations
Color information
#DD0122 (or 0xDD0122) is known color: Venetian Red. HEX triplet: DD, 01 and 22. RGB value is (221,1,34). Sum of RGB (Red+Green+Blue) = 221+1+34=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0122 is #22FEDD. Grayscale: #464646. Windows color (decimal): -2293470 or 2228701. OLE color: 2228701.
HSL color Cylindrical-coordinate representation of color #DD0122: hue angle of 351º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0122 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.13 |
| HSL | 351º | 0.99% | 0.44% | - |
| HSV(B) | 351º | 1% | 0.87% | - |
| XYZ | 30.12 | 15.51 | 2.92 | - |
| YUV | 70.54 | 107.39 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 34 | 0 | 1.00 | 0.85 | 0.13 | 351 | 0.99 | 0.44 |
| Hex | DD | 1 | 22 | 0 | 64 | 55 | D | 15F | 63 | 2C |
| Octal | 335 | 1 | 42 | 0 | 144 | 125 | 15 | 537 | 143 | 54 |
| Binary | 11011101 | 1 | 100010 | 0 | 1100100 | 1010101 | 1101 | 101011111 | 1100011 | 101100 |
Color Harmonies of #DD0122
Complementary color
Monochromatic Colors of #DD0122
Black with #DD0122
Text Example
Text Example
White with #DD0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0122; }
p { color: rgb(221,1,34); }
H1.HeaderClassName
{
color: #DD0122;
}
.AnyTagClassName
{
color: #DD0122;
}
</style>
background-color css
<style>
a { background-color: #DD0122; }
a { background-color: rgb(221,1,34); }
div.DivClassName
{
background-color: #DD0122;
}
.BgClassName
{
background-color: #DD0122;
}
</style>
border-color css
<style>
span { border-color: #DD0122; }
span { border-color: rgb(221,1,34); }
td.TdClassName
{
border-color: #DD0122;
}
.TagClassName
{
border-color: #DD0122;
}
</style>