Shades of Alizarin #DE213E
Tints of Alizarin #DE213E
RGB
CMYK
RGB Variations
Color information
#DE213E (or 0xDE213E) is known color: Alizarin. HEX triplet: DE, 21 and 3E. RGB value is (222,33,62). Sum of RGB (Red+Green+Blue) = 222+33+62=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE213E is #21DEC1. Grayscale: #5C5C5C. Windows color (decimal): -2219714 or 4071902. OLE color: 4071902.
HSL color Cylindrical-coordinate representation of color #DE213E: hue angle of 350.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE213E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 62 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.13 |
| HSL | 350.79º | 0.74% | 0.5% | - |
| HSV(B) | 350.79º | 0.85% | 0.87% | - |
| XYZ | 31.54 | 16.97 | 6.17 | - |
| YUV | 92.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 62 | 0 | 0.85 | 0.72 | 0.13 | 350.79 | 0.74 | 0.5 |
| Hex | DE | 21 | 3E | 0 | 55 | 48 | D | 15F | 4A | 32 |
| Octal | 336 | 41 | 76 | 0 | 125 | 110 | 15 | 537 | 112 | 62 |
| Binary | 11011110 | 100001 | 111110 | 0 | 1010101 | 1001000 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DE213E
Complementary color
Monochromatic Colors of #DE213E
Black with #DE213E
Text Example
Text Example
White with #DE213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE213E; }
p { color: rgb(222,33,62); }
H1.HeaderClassName
{
color: #DE213E;
}
.AnyTagClassName
{
color: #DE213E;
}
</style>
background-color css
<style>
a { background-color: #DE213E; }
a { background-color: rgb(222,33,62); }
div.DivClassName
{
background-color: #DE213E;
}
.BgClassName
{
background-color: #DE213E;
}
</style>
border-color css
<style>
span { border-color: #DE213E; }
span { border-color: rgb(222,33,62); }
td.TdClassName
{
border-color: #DE213E;
}
.TagClassName
{
border-color: #DE213E;
}
</style>