Shades of Alizarin #DE212D
Tints of Alizarin #DE212D
RGB
CMYK
RGB Variations
Color information
#DE212D (or 0xDE212D) is known color: Alizarin. HEX triplet: DE, 21 and 2D. RGB value is (222,33,45). Sum of RGB (Red+Green+Blue) = 222+33+45=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE212D is #21DED2. Grayscale: #5B5B5B. Windows color (decimal): -2219731 or 2957790. OLE color: 2957790.
HSL color Cylindrical-coordinate representation of color #DE212D: hue angle of 356.19º 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 #DE212D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.13 |
| HSL | 356.19º | 0.74% | 0.5% | - |
| HSV(B) | 356.19º | 0.85% | 0.87% | - |
| XYZ | 31.14 | 16.81 | 4.09 | - |
| YUV | 90.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 45 | 0 | 0.85 | 0.80 | 0.13 | 356.19 | 0.74 | 0.5 |
| Hex | DE | 21 | 2D | 0 | 55 | 50 | D | 164 | 4A | 32 |
| Octal | 336 | 41 | 55 | 0 | 125 | 120 | 15 | 544 | 112 | 62 |
| Binary | 11011110 | 100001 | 101101 | 0 | 1010101 | 1010000 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DE212D
Complementary color
Monochromatic Colors of #DE212D
Black with #DE212D
Text Example
Text Example
White with #DE212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE212D; }
p { color: rgb(222,33,45); }
H1.HeaderClassName
{
color: #DE212D;
}
.AnyTagClassName
{
color: #DE212D;
}
</style>
background-color css
<style>
a { background-color: #DE212D; }
a { background-color: rgb(222,33,45); }
div.DivClassName
{
background-color: #DE212D;
}
.BgClassName
{
background-color: #DE212D;
}
</style>
border-color css
<style>
span { border-color: #DE212D; }
span { border-color: rgb(222,33,45); }
td.TdClassName
{
border-color: #DE212D;
}
.TagClassName
{
border-color: #DE212D;
}
</style>