Shades of Alizarin #DE2E3A
Tints of Alizarin #DE2E3A
RGB
CMYK
RGB Variations
Color information
#DE2E3A (or 0xDE2E3A) is known color: Alizarin. HEX triplet: DE, 2E and 3A. RGB value is (222,46,58). Sum of RGB (Red+Green+Blue) = 222+46+58=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E3A is #21D1C5. Grayscale: #646464. Windows color (decimal): -2216390 or 3813086. OLE color: 3813086.
HSL color Cylindrical-coordinate representation of color #DE2E3A: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2E3A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 58 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.13 |
| HSL | 355.91º | 0.73% | 0.53% | - |
| HSV(B) | 355.91º | 0.79% | 0.87% | - |
| XYZ | 31.86 | 17.79 | 5.76 | - |
| YUV | 99.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 58 | 0 | 0.79 | 0.74 | 0.13 | 355.91 | 0.73 | 0.53 |
| Hex | DE | 2E | 3A | 0 | 4F | 4A | D | 164 | 49 | 35 |
| Octal | 336 | 56 | 72 | 0 | 117 | 112 | 15 | 544 | 111 | 65 |
| Binary | 11011110 | 101110 | 111010 | 0 | 1001111 | 1001010 | 1101 | 101100100 | 1001001 | 110101 |
Color Harmonies of #DE2E3A
Complementary color
Monochromatic Colors of #DE2E3A
Black with #DE2E3A
Text Example
Text Example
White with #DE2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2E3A; }
p { color: rgb(222,46,58); }
H1.HeaderClassName
{
color: #DE2E3A;
}
.AnyTagClassName
{
color: #DE2E3A;
}
</style>
background-color css
<style>
a { background-color: #DE2E3A; }
a { background-color: rgb(222,46,58); }
div.DivClassName
{
background-color: #DE2E3A;
}
.BgClassName
{
background-color: #DE2E3A;
}
</style>
border-color css
<style>
span { border-color: #DE2E3A; }
span { border-color: rgb(222,46,58); }
td.TdClassName
{
border-color: #DE2E3A;
}
.TagClassName
{
border-color: #DE2E3A;
}
</style>