Shades of Alizarin #DE213C
Tints of Alizarin #DE213C
RGB
CMYK
RGB Variations
Color information
#DE213C (or 0xDE213C) is known color: Alizarin. HEX triplet: DE, 21 and 3C. RGB value is (222,33,60). Sum of RGB (Red+Green+Blue) = 222+33+60=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE213C is #21DEC3. Grayscale: #5C5C5C. Windows color (decimal): -2219716 or 3940830. OLE color: 3940830.
HSL color Cylindrical-coordinate representation of color #DE213C: hue angle of 351.43º 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 #DE213C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.13 |
| HSL | 351.43º | 0.74% | 0.5% | - |
| HSV(B) | 351.43º | 0.85% | 0.87% | - |
| XYZ | 31.48 | 16.94 | 5.89 | - |
| YUV | 92.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 60 | 0 | 0.85 | 0.73 | 0.13 | 351.43 | 0.74 | 0.5 |
| Hex | DE | 21 | 3C | 0 | 55 | 49 | D | 15F | 4A | 32 |
| Octal | 336 | 41 | 74 | 0 | 125 | 111 | 15 | 537 | 112 | 62 |
| Binary | 11011110 | 100001 | 111100 | 0 | 1010101 | 1001001 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DE213C
Complementary color
Monochromatic Colors of #DE213C
Black with #DE213C
Text Example
Text Example
White with #DE213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE213C; }
p { color: rgb(222,33,60); }
H1.HeaderClassName
{
color: #DE213C;
}
.AnyTagClassName
{
color: #DE213C;
}
</style>
background-color css
<style>
a { background-color: #DE213C; }
a { background-color: rgb(222,33,60); }
div.DivClassName
{
background-color: #DE213C;
}
.BgClassName
{
background-color: #DE213C;
}
</style>
border-color css
<style>
span { border-color: #DE213C; }
span { border-color: rgb(222,33,60); }
td.TdClassName
{
border-color: #DE213C;
}
.TagClassName
{
border-color: #DE213C;
}
</style>