Shades of Alizarin #DD2127
Tints of Alizarin #DD2127
RGB
CMYK
RGB Variations
Color information
#DD2127 (or 0xDD2127) is known color: Alizarin. HEX triplet: DD, 21 and 27. RGB value is (221,33,39). Sum of RGB (Red+Green+Blue) = 221+33+39=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2127 is #22DED8. Grayscale: #5A5A5A. Windows color (decimal): -2285273 or 2564573. OLE color: 2564573.
HSL color Cylindrical-coordinate representation of color #DD2127: hue angle of 358.09º 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 #DD2127 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 39 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.13 |
| HSL | 358.09º | 0.74% | 0.5% | - |
| HSV(B) | 358.09º | 0.85% | 0.87% | - |
| XYZ | 30.73 | 16.61 | 3.51 | - |
| YUV | 89.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 39 | 0 | 0.85 | 0.82 | 0.13 | 358.09 | 0.74 | 0.5 |
| Hex | DD | 21 | 27 | 0 | 55 | 52 | D | 166 | 4A | 32 |
| Octal | 335 | 41 | 47 | 0 | 125 | 122 | 15 | 546 | 112 | 62 |
| Binary | 11011101 | 100001 | 100111 | 0 | 1010101 | 1010010 | 1101 | 101100110 | 1001010 | 110010 |
Color Harmonies of #DD2127
Complementary color
Monochromatic Colors of #DD2127
Black with #DD2127
Text Example
Text Example
White with #DD2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2127; }
p { color: rgb(221,33,39); }
H1.HeaderClassName
{
color: #DD2127;
}
.AnyTagClassName
{
color: #DD2127;
}
</style>
background-color css
<style>
a { background-color: #DD2127; }
a { background-color: rgb(221,33,39); }
div.DivClassName
{
background-color: #DD2127;
}
.BgClassName
{
background-color: #DD2127;
}
</style>
border-color css
<style>
span { border-color: #DD2127; }
span { border-color: rgb(221,33,39); }
td.TdClassName
{
border-color: #DD2127;
}
.TagClassName
{
border-color: #DD2127;
}
</style>