Shades of Alizarin #DF2039
Tints of Alizarin #DF2039
RGB
CMYK
RGB Variations
Color information
#DF2039 (or 0xDF2039) is known color: Alizarin. HEX triplet: DF, 20 and 39. RGB value is (223,32,57). Sum of RGB (Red+Green+Blue) = 223+32+57=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2039 is #20DFC6. Grayscale: #5C5C5C. Windows color (decimal): -2154439 or 3743967. OLE color: 3743967.
HSL color Cylindrical-coordinate representation of color #DF2039: hue angle of 352.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2039 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 57 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.13 |
| HSL | 352.15º | 0.75% | 0.5% | - |
| HSV(B) | 352.15º | 0.86% | 0.87% | - |
| XYZ | 31.69 | 17.02 | 5.49 | - |
| YUV | 91.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 57 | 0 | 0.86 | 0.74 | 0.13 | 352.15 | 0.75 | 0.5 |
| Hex | DF | 20 | 39 | 0 | 56 | 4A | D | 160 | 4B | 32 |
| Octal | 337 | 40 | 71 | 0 | 126 | 112 | 15 | 540 | 113 | 62 |
| Binary | 11011111 | 100000 | 111001 | 0 | 1010110 | 1001010 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DF2039
Complementary color
Monochromatic Colors of #DF2039
Black with #DF2039
Text Example
Text Example
White with #DF2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2039; }
p { color: rgb(223,32,57); }
H1.HeaderClassName
{
color: #DF2039;
}
.AnyTagClassName
{
color: #DF2039;
}
</style>
background-color css
<style>
a { background-color: #DF2039; }
a { background-color: rgb(223,32,57); }
div.DivClassName
{
background-color: #DF2039;
}
.BgClassName
{
background-color: #DF2039;
}
</style>
border-color css
<style>
span { border-color: #DF2039; }
span { border-color: rgb(223,32,57); }
td.TdClassName
{
border-color: #DF2039;
}
.TagClassName
{
border-color: #DF2039;
}
</style>