Shades of Alizarin #DE2129
Tints of Alizarin #DE2129
RGB
CMYK
RGB Variations
Color information
#DE2129 (or 0xDE2129) is known color: Alizarin. HEX triplet: DE, 21 and 29. RGB value is (222,33,41). Sum of RGB (Red+Green+Blue) = 222+33+41=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2129 is #21DED6. Grayscale: #5A5A5A. Windows color (decimal): -2219735 or 2695646. OLE color: 2695646.
HSL color Cylindrical-coordinate representation of color #DE2129: hue angle of 357.46º 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 #DE2129 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 41 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.13 |
| HSL | 357.46º | 0.74% | 0.5% | - |
| HSV(B) | 357.46º | 0.85% | 0.87% | - |
| XYZ | 31.07 | 16.78 | 3.7 | - |
| YUV | 90.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 41 | 0 | 0.85 | 0.82 | 0.13 | 357.46 | 0.74 | 0.5 |
| Hex | DE | 21 | 29 | 0 | 55 | 52 | D | 165 | 4A | 32 |
| Octal | 336 | 41 | 51 | 0 | 125 | 122 | 15 | 545 | 112 | 62 |
| Binary | 11011110 | 100001 | 101001 | 0 | 1010101 | 1010010 | 1101 | 101100101 | 1001010 | 110010 |
Color Harmonies of #DE2129
Complementary color
Monochromatic Colors of #DE2129
Black with #DE2129
Text Example
Text Example
White with #DE2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2129; }
p { color: rgb(222,33,41); }
H1.HeaderClassName
{
color: #DE2129;
}
.AnyTagClassName
{
color: #DE2129;
}
</style>
background-color css
<style>
a { background-color: #DE2129; }
a { background-color: rgb(222,33,41); }
div.DivClassName
{
background-color: #DE2129;
}
.BgClassName
{
background-color: #DE2129;
}
</style>
border-color css
<style>
span { border-color: #DE2129; }
span { border-color: rgb(222,33,41); }
td.TdClassName
{
border-color: #DE2129;
}
.TagClassName
{
border-color: #DE2129;
}
</style>