Shades of Alizarin #DD2126
Tints of Alizarin #DD2126
RGB
CMYK
RGB Variations
Color information
#DD2126 (or 0xDD2126) is known color: Alizarin. HEX triplet: DD, 21 and 26. RGB value is (221,33,38). Sum of RGB (Red+Green+Blue) = 221+33+38=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2126 is #22DED9. Grayscale: #595959. Windows color (decimal): -2285274 or 2499037. OLE color: 2499037.
HSL color Cylindrical-coordinate representation of color #DD2126: hue angle of 358.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2126 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 38 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.13 |
| HSL | 358.4º | 0.74% | 0.5% | - |
| HSV(B) | 358.4º | 0.85% | 0.87% | - |
| XYZ | 30.71 | 16.6 | 3.42 | - |
| YUV | 89.78 | 98.78 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 38 | 0 | 0.85 | 0.83 | 0.13 | 358.4 | 0.74 | 0.5 |
| Hex | DD | 21 | 26 | 0 | 55 | 53 | D | 166 | 4A | 32 |
| Octal | 335 | 41 | 46 | 0 | 125 | 123 | 15 | 546 | 112 | 62 |
| Binary | 11011101 | 100001 | 100110 | 0 | 1010101 | 1010011 | 1101 | 101100110 | 1001010 | 110010 |
Color Harmonies of #DD2126
Complementary color
Monochromatic Colors of #DD2126
Black with #DD2126
Text Example
Text Example
White with #DD2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2126; }
p { color: rgb(221,33,38); }
H1.HeaderClassName
{
color: #DD2126;
}
.AnyTagClassName
{
color: #DD2126;
}
</style>
background-color css
<style>
a { background-color: #DD2126; }
a { background-color: rgb(221,33,38); }
div.DivClassName
{
background-color: #DD2126;
}
.BgClassName
{
background-color: #DD2126;
}
</style>
border-color css
<style>
span { border-color: #DD2126; }
span { border-color: rgb(221,33,38); }
td.TdClassName
{
border-color: #DD2126;
}
.TagClassName
{
border-color: #DD2126;
}
</style>