Shades of Alizarin #DE2C32
Tints of Alizarin #DE2C32
RGB
CMYK
RGB Variations
Color information
#DE2C32 (or 0xDE2C32) is known color: Alizarin. HEX triplet: DE, 2C and 32. RGB value is (222,44,50). Sum of RGB (Red+Green+Blue) = 222+44+50=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C32 is #21D3CD. Grayscale: #626262. Windows color (decimal): -2216910 or 3288286. OLE color: 3288286.
HSL color Cylindrical-coordinate representation of color #DE2C32: hue angle of 357.98º 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 #DE2C32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 50 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.13 |
| HSL | 357.98º | 0.73% | 0.52% | - |
| HSV(B) | 357.98º | 0.8% | 0.87% | - |
| XYZ | 31.6 | 17.56 | 4.74 | - |
| YUV | 97.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 50 | 0 | 0.80 | 0.77 | 0.13 | 357.98 | 0.73 | 0.52 |
| Hex | DE | 2C | 32 | 0 | 50 | 4D | D | 166 | 49 | 34 |
| Octal | 336 | 54 | 62 | 0 | 120 | 115 | 15 | 546 | 111 | 64 |
| Binary | 11011110 | 101100 | 110010 | 0 | 1010000 | 1001101 | 1101 | 101100110 | 1001001 | 110100 |
Color Harmonies of #DE2C32
Complementary color
Monochromatic Colors of #DE2C32
Black with #DE2C32
Text Example
Text Example
White with #DE2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C32; }
p { color: rgb(222,44,50); }
H1.HeaderClassName
{
color: #DE2C32;
}
.AnyTagClassName
{
color: #DE2C32;
}
</style>
background-color css
<style>
a { background-color: #DE2C32; }
a { background-color: rgb(222,44,50); }
div.DivClassName
{
background-color: #DE2C32;
}
.BgClassName
{
background-color: #DE2C32;
}
</style>
border-color css
<style>
span { border-color: #DE2C32; }
span { border-color: rgb(222,44,50); }
td.TdClassName
{
border-color: #DE2C32;
}
.TagClassName
{
border-color: #DE2C32;
}
</style>