Shades of Alizarin #DE2C2E
Tints of Alizarin #DE2C2E
RGB
CMYK
RGB Variations
Color information
#DE2C2E (or 0xDE2C2E) is known color: Alizarin. HEX triplet: DE, 2C and 2E. RGB value is (222,44,46). Sum of RGB (Red+Green+Blue) = 222+44+46=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C2E is #21D3D1. Grayscale: #616161. Windows color (decimal): -2216914 or 3026142. OLE color: 3026142.
HSL color Cylindrical-coordinate representation of color #DE2C2E: hue angle of 359.33º 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 #DE2C2E is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 46 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.13 |
| HSL | 359.33º | 0.73% | 0.52% | - |
| HSV(B) | 359.33º | 0.8% | 0.87% | - |
| XYZ | 31.52 | 17.53 | 4.31 | - |
| YUV | 97.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 46 | 0 | 0.80 | 0.79 | 0.13 | 359.33 | 0.73 | 0.52 |
| Hex | DE | 2C | 2E | 0 | 50 | 4F | D | 167 | 49 | 34 |
| Octal | 336 | 54 | 56 | 0 | 120 | 117 | 15 | 547 | 111 | 64 |
| Binary | 11011110 | 101100 | 101110 | 0 | 1010000 | 1001111 | 1101 | 101100111 | 1001001 | 110100 |
Color Harmonies of #DE2C2E
Complementary color
Monochromatic Colors of #DE2C2E
Black with #DE2C2E
Text Example
Text Example
White with #DE2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C2E; }
p { color: rgb(222,44,46); }
H1.HeaderClassName
{
color: #DE2C2E;
}
.AnyTagClassName
{
color: #DE2C2E;
}
</style>
background-color css
<style>
a { background-color: #DE2C2E; }
a { background-color: rgb(222,44,46); }
div.DivClassName
{
background-color: #DE2C2E;
}
.BgClassName
{
background-color: #DE2C2E;
}
</style>
border-color css
<style>
span { border-color: #DE2C2E; }
span { border-color: rgb(222,44,46); }
td.TdClassName
{
border-color: #DE2C2E;
}
.TagClassName
{
border-color: #DE2C2E;
}
</style>