Shades of Alizarin #DE2436
Tints of Alizarin #DE2436
RGB
CMYK
RGB Variations
Color information
#DE2436 (or 0xDE2436) is known color: Alizarin. HEX triplet: DE, 24 and 36. RGB value is (222,36,54). Sum of RGB (Red+Green+Blue) = 222+36+54=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2436 is #21DBC9. Grayscale: #5D5D5D. Windows color (decimal): -2218954 or 3548382. OLE color: 3548382.
HSL color Cylindrical-coordinate representation of color #DE2436: hue angle of 354.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2436 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 54 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.13 |
| HSL | 354.19º | 0.74% | 0.51% | - |
| HSV(B) | 354.19º | 0.84% | 0.87% | - |
| XYZ | 31.42 | 17.06 | 5.13 | - |
| YUV | 93.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 54 | 0 | 0.84 | 0.76 | 0.13 | 354.19 | 0.74 | 0.51 |
| Hex | DE | 24 | 36 | 0 | 54 | 4C | D | 162 | 4A | 33 |
| Octal | 336 | 44 | 66 | 0 | 124 | 114 | 15 | 542 | 112 | 63 |
| Binary | 11011110 | 100100 | 110110 | 0 | 1010100 | 1001100 | 1101 | 101100010 | 1001010 | 110011 |
Color Harmonies of #DE2436
Complementary color
Monochromatic Colors of #DE2436
Black with #DE2436
Text Example
Text Example
White with #DE2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2436; }
p { color: rgb(222,36,54); }
H1.HeaderClassName
{
color: #DE2436;
}
.AnyTagClassName
{
color: #DE2436;
}
</style>
background-color css
<style>
a { background-color: #DE2436; }
a { background-color: rgb(222,36,54); }
div.DivClassName
{
background-color: #DE2436;
}
.BgClassName
{
background-color: #DE2436;
}
</style>
border-color css
<style>
span { border-color: #DE2436; }
span { border-color: rgb(222,36,54); }
td.TdClassName
{
border-color: #DE2436;
}
.TagClassName
{
border-color: #DE2436;
}
</style>