Shades of Alizarin #DE212F
Tints of Alizarin #DE212F
RGB
CMYK
RGB Variations
Color information
#DE212F (or 0xDE212F) is known color: Alizarin. HEX triplet: DE, 21 and 2F. RGB value is (222,33,47). Sum of RGB (Red+Green+Blue) = 222+33+47=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE212F is #21DED0. Grayscale: #5B5B5B. Windows color (decimal): -2219729 or 3088862. OLE color: 3088862.
HSL color Cylindrical-coordinate representation of color #DE212F: hue angle of 355.56º 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 #DE212F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.13 |
| HSL | 355.56º | 0.74% | 0.5% | - |
| HSV(B) | 355.56º | 0.85% | 0.87% | - |
| XYZ | 31.18 | 16.82 | 4.29 | - |
| YUV | 91.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 47 | 0 | 0.85 | 0.79 | 0.13 | 355.56 | 0.74 | 0.5 |
| Hex | DE | 21 | 2F | 0 | 55 | 4F | D | 164 | 4A | 32 |
| Octal | 336 | 41 | 57 | 0 | 125 | 117 | 15 | 544 | 112 | 62 |
| Binary | 11011110 | 100001 | 101111 | 0 | 1010101 | 1001111 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DE212F
Complementary color
Monochromatic Colors of #DE212F
Black with #DE212F
Text Example
Text Example
White with #DE212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE212F; }
p { color: rgb(222,33,47); }
H1.HeaderClassName
{
color: #DE212F;
}
.AnyTagClassName
{
color: #DE212F;
}
</style>
background-color css
<style>
a { background-color: #DE212F; }
a { background-color: rgb(222,33,47); }
div.DivClassName
{
background-color: #DE212F;
}
.BgClassName
{
background-color: #DE212F;
}
</style>
border-color css
<style>
span { border-color: #DE212F; }
span { border-color: rgb(222,33,47); }
td.TdClassName
{
border-color: #DE212F;
}
.TagClassName
{
border-color: #DE212F;
}
</style>