Shades of Alizarin #DE2136
Tints of Alizarin #DE2136
RGB
CMYK
RGB Variations
Color information
#DE2136 (or 0xDE2136) is known color: Alizarin. HEX triplet: DE, 21 and 36. RGB value is (222,33,54). Sum of RGB (Red+Green+Blue) = 222+33+54=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2136 is #21DEC9. Grayscale: #5C5C5C. Windows color (decimal): -2219722 or 3547614. OLE color: 3547614.
HSL color Cylindrical-coordinate representation of color #DE2136: hue angle of 353.33º 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 #DE2136 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 54 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.13 |
| HSL | 353.33º | 0.74% | 0.5% | - |
| HSV(B) | 353.33º | 0.85% | 0.87% | - |
| XYZ | 31.33 | 16.88 | 5.1 | - |
| YUV | 91.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 54 | 0 | 0.85 | 0.76 | 0.13 | 353.33 | 0.74 | 0.5 |
| Hex | DE | 21 | 36 | 0 | 55 | 4C | D | 161 | 4A | 32 |
| Octal | 336 | 41 | 66 | 0 | 125 | 114 | 15 | 541 | 112 | 62 |
| Binary | 11011110 | 100001 | 110110 | 0 | 1010101 | 1001100 | 1101 | 101100001 | 1001010 | 110010 |
Color Harmonies of #DE2136
Complementary color
Monochromatic Colors of #DE2136
Black with #DE2136
Text Example
Text Example
White with #DE2136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2136; }
p { color: rgb(222,33,54); }
H1.HeaderClassName
{
color: #DE2136;
}
.AnyTagClassName
{
color: #DE2136;
}
</style>
background-color css
<style>
a { background-color: #DE2136; }
a { background-color: rgb(222,33,54); }
div.DivClassName
{
background-color: #DE2136;
}
.BgClassName
{
background-color: #DE2136;
}
</style>
border-color css
<style>
span { border-color: #DE2136; }
span { border-color: rgb(222,33,54); }
td.TdClassName
{
border-color: #DE2136;
}
.TagClassName
{
border-color: #DE2136;
}
</style>