Shades of Alizarin #DF2439
Tints of Alizarin #DF2439
RGB
CMYK
RGB Variations
Color information
#DF2439 (or 0xDF2439) is known color: Alizarin. HEX triplet: DF, 24 and 39. RGB value is (223,36,57). Sum of RGB (Red+Green+Blue) = 223+36+57=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2439 is #20DBC6. Grayscale: #5E5E5E. Windows color (decimal): -2153415 or 3744991. OLE color: 3744991.
HSL color Cylindrical-coordinate representation of color #DF2439: hue angle of 353.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2439 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 57 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.13 |
| HSL | 353.26º | 0.75% | 0.51% | - |
| HSV(B) | 353.26º | 0.84% | 0.87% | - |
| XYZ | 31.8 | 17.25 | 5.52 | - |
| YUV | 94.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 57 | 0 | 0.84 | 0.74 | 0.13 | 353.26 | 0.75 | 0.51 |
| Hex | DF | 24 | 39 | 0 | 54 | 4A | D | 161 | 4B | 33 |
| Octal | 337 | 44 | 71 | 0 | 124 | 112 | 15 | 541 | 113 | 63 |
| Binary | 11011111 | 100100 | 111001 | 0 | 1010100 | 1001010 | 1101 | 101100001 | 1001011 | 110011 |
Color Harmonies of #DF2439
Complementary color
Monochromatic Colors of #DF2439
Black with #DF2439
Text Example
Text Example
White with #DF2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2439; }
p { color: rgb(223,36,57); }
H1.HeaderClassName
{
color: #DF2439;
}
.AnyTagClassName
{
color: #DF2439;
}
</style>
background-color css
<style>
a { background-color: #DF2439; }
a { background-color: rgb(223,36,57); }
div.DivClassName
{
background-color: #DF2439;
}
.BgClassName
{
background-color: #DF2439;
}
</style>
border-color css
<style>
span { border-color: #DF2439; }
span { border-color: rgb(223,36,57); }
td.TdClassName
{
border-color: #DF2439;
}
.TagClassName
{
border-color: #DF2439;
}
</style>