Shades of Alizarin #DE2D42
Tints of Alizarin #DE2D42
RGB
CMYK
RGB Variations
Color information
#DE2D42 (or 0xDE2D42) is known color: Alizarin. HEX triplet: DE, 2D and 42. RGB value is (222,45,66). Sum of RGB (Red+Green+Blue) = 222+45+66=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D42 is #21D2BD. Grayscale: #646464. Windows color (decimal): -2216638 or 4337118. OLE color: 4337118.
HSL color Cylindrical-coordinate representation of color #DE2D42: hue angle of 352.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D42 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 66 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.13 |
| HSL | 352.88º | 0.73% | 0.52% | - |
| HSV(B) | 352.88º | 0.8% | 0.87% | - |
| XYZ | 32.05 | 17.8 | 6.9 | - |
| YUV | 100.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 66 | 0 | 0.80 | 0.70 | 0.13 | 352.88 | 0.73 | 0.52 |
| Hex | DE | 2D | 42 | 0 | 50 | 46 | D | 161 | 49 | 34 |
| Octal | 336 | 55 | 102 | 0 | 120 | 106 | 15 | 541 | 111 | 64 |
| Binary | 11011110 | 101101 | 1000010 | 0 | 1010000 | 1000110 | 1101 | 101100001 | 1001001 | 110100 |
Color Harmonies of #DE2D42
Complementary color
Monochromatic Colors of #DE2D42
Black with #DE2D42
Text Example
Text Example
White with #DE2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D42; }
p { color: rgb(222,45,66); }
H1.HeaderClassName
{
color: #DE2D42;
}
.AnyTagClassName
{
color: #DE2D42;
}
</style>
background-color css
<style>
a { background-color: #DE2D42; }
a { background-color: rgb(222,45,66); }
div.DivClassName
{
background-color: #DE2D42;
}
.BgClassName
{
background-color: #DE2D42;
}
</style>
border-color css
<style>
span { border-color: #DE2D42; }
span { border-color: rgb(222,45,66); }
td.TdClassName
{
border-color: #DE2D42;
}
.TagClassName
{
border-color: #DE2D42;
}
</style>