Shades of Alizarin #DE2C3A
Tints of Alizarin #DE2C3A
RGB
CMYK
RGB Variations
Color information
#DE2C3A (or 0xDE2C3A) is known color: Alizarin. HEX triplet: DE, 2C and 3A. RGB value is (222,44,58). Sum of RGB (Red+Green+Blue) = 222+44+58=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C3A is #21D3C5. Grayscale: #626262. Windows color (decimal): -2216902 or 3812574. OLE color: 3812574.
HSL color Cylindrical-coordinate representation of color #DE2C3A: hue angle of 355.28º 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 #DE2C3A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 58 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.13 |
| HSL | 355.28º | 0.73% | 0.52% | - |
| HSV(B) | 355.28º | 0.8% | 0.87% | - |
| XYZ | 31.79 | 17.64 | 5.73 | - |
| YUV | 98.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 58 | 0 | 0.80 | 0.74 | 0.13 | 355.28 | 0.73 | 0.52 |
| Hex | DE | 2C | 3A | 0 | 50 | 4A | D | 163 | 49 | 34 |
| Octal | 336 | 54 | 72 | 0 | 120 | 112 | 15 | 543 | 111 | 64 |
| Binary | 11011110 | 101100 | 111010 | 0 | 1010000 | 1001010 | 1101 | 101100011 | 1001001 | 110100 |
Color Harmonies of #DE2C3A
Complementary color
Monochromatic Colors of #DE2C3A
Black with #DE2C3A
Text Example
Text Example
White with #DE2C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C3A; }
p { color: rgb(222,44,58); }
H1.HeaderClassName
{
color: #DE2C3A;
}
.AnyTagClassName
{
color: #DE2C3A;
}
</style>
background-color css
<style>
a { background-color: #DE2C3A; }
a { background-color: rgb(222,44,58); }
div.DivClassName
{
background-color: #DE2C3A;
}
.BgClassName
{
background-color: #DE2C3A;
}
</style>
border-color css
<style>
span { border-color: #DE2C3A; }
span { border-color: rgb(222,44,58); }
td.TdClassName
{
border-color: #DE2C3A;
}
.TagClassName
{
border-color: #DE2C3A;
}
</style>