Shades of Alizarin #DF2132
Tints of Alizarin #DF2132
RGB
CMYK
RGB Variations
Color information
#DF2132 (or 0xDF2132) is known color: Alizarin. HEX triplet: DF, 21 and 32. RGB value is (223,33,50). Sum of RGB (Red+Green+Blue) = 223+33+50=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2132 is #20DECD. Grayscale: #5B5B5B. Windows color (decimal): -2154190 or 3285471. OLE color: 3285471.
HSL color Cylindrical-coordinate representation of color #DF2132: hue angle of 354.63º degrees, saturation: 0.75, 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 #DF2132 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 50 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.13 |
| HSL | 354.63º | 0.75% | 0.5% | - |
| HSV(B) | 354.63º | 0.85% | 0.87% | - |
| XYZ | 31.55 | 17.01 | 4.64 | - |
| YUV | 91.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 50 | 0 | 0.85 | 0.78 | 0.13 | 354.63 | 0.75 | 0.5 |
| Hex | DF | 21 | 32 | 0 | 55 | 4E | D | 163 | 4B | 32 |
| Octal | 337 | 41 | 62 | 0 | 125 | 116 | 15 | 543 | 113 | 62 |
| Binary | 11011111 | 100001 | 110010 | 0 | 1010101 | 1001110 | 1101 | 101100011 | 1001011 | 110010 |
Color Harmonies of #DF2132
Complementary color
Monochromatic Colors of #DF2132
Black with #DF2132
Text Example
Text Example
White with #DF2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2132; }
p { color: rgb(223,33,50); }
H1.HeaderClassName
{
color: #DF2132;
}
.AnyTagClassName
{
color: #DF2132;
}
</style>
background-color css
<style>
a { background-color: #DF2132; }
a { background-color: rgb(223,33,50); }
div.DivClassName
{
background-color: #DF2132;
}
.BgClassName
{
background-color: #DF2132;
}
</style>
border-color css
<style>
span { border-color: #DF2132; }
span { border-color: rgb(223,33,50); }
td.TdClassName
{
border-color: #DF2132;
}
.TagClassName
{
border-color: #DF2132;
}
</style>