Shades of Alizarin #DE2242
Tints of Alizarin #DE2242
RGB
CMYK
RGB Variations
Color information
#DE2242 (or 0xDE2242) is known color: Alizarin. HEX triplet: DE, 22 and 42. RGB value is (222,34,66). Sum of RGB (Red+Green+Blue) = 222+34+66=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2242 is #21DDBD. Grayscale: #5D5D5D. Windows color (decimal): -2219454 or 4334302. OLE color: 4334302.
HSL color Cylindrical-coordinate representation of color #DE2242: hue angle of 349.79º 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 #DE2242 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 66 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.13 |
| HSL | 349.79º | 0.74% | 0.5% | - |
| HSV(B) | 349.79º | 0.85% | 0.87% | - |
| XYZ | 31.68 | 17.07 | 6.78 | - |
| YUV | 93.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 66 | 0 | 0.85 | 0.70 | 0.13 | 349.79 | 0.74 | 0.5 |
| Hex | DE | 22 | 42 | 0 | 55 | 46 | D | 15E | 4A | 32 |
| Octal | 336 | 42 | 102 | 0 | 125 | 106 | 15 | 536 | 112 | 62 |
| Binary | 11011110 | 100010 | 1000010 | 0 | 1010101 | 1000110 | 1101 | 101011110 | 1001010 | 110010 |
Color Harmonies of #DE2242
Complementary color
Monochromatic Colors of #DE2242
Black with #DE2242
Text Example
Text Example
White with #DE2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2242; }
p { color: rgb(222,34,66); }
H1.HeaderClassName
{
color: #DE2242;
}
.AnyTagClassName
{
color: #DE2242;
}
</style>
background-color css
<style>
a { background-color: #DE2242; }
a { background-color: rgb(222,34,66); }
div.DivClassName
{
background-color: #DE2242;
}
.BgClassName
{
background-color: #DE2242;
}
</style>
border-color css
<style>
span { border-color: #DE2242; }
span { border-color: rgb(222,34,66); }
td.TdClassName
{
border-color: #DE2242;
}
.TagClassName
{
border-color: #DE2242;
}
</style>