Shades of Alizarin #DF2839
Tints of Alizarin #DF2839
RGB
CMYK
RGB Variations
Color information
#DF2839 (or 0xDF2839) is known color: Alizarin. HEX triplet: DF, 28 and 39. RGB value is (223,40,57). Sum of RGB (Red+Green+Blue) = 223+40+57=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2839 is #20D7C6. Grayscale: #606060. Windows color (decimal): -2152391 or 3746015. OLE color: 3746015.
HSL color Cylindrical-coordinate representation of color #DF2839: hue angle of 354.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2839 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 57 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 354.43º | 0.74% | 0.52% | - |
| HSV(B) | 354.43º | 0.82% | 0.87% | - |
| XYZ | 31.93 | 17.5 | 5.57 | - |
| YUV | 96.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 57 | 0 | 0.82 | 0.74 | 0.13 | 354.43 | 0.74 | 0.52 |
| Hex | DF | 28 | 39 | 0 | 52 | 4A | D | 162 | 4A | 34 |
| Octal | 337 | 50 | 71 | 0 | 122 | 112 | 15 | 542 | 112 | 64 |
| Binary | 11011111 | 101000 | 111001 | 0 | 1010010 | 1001010 | 1101 | 101100010 | 1001010 | 110100 |
Color Harmonies of #DF2839
Complementary color
Monochromatic Colors of #DF2839
Black with #DF2839
Text Example
Text Example
White with #DF2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2839; }
p { color: rgb(223,40,57); }
H1.HeaderClassName
{
color: #DF2839;
}
.AnyTagClassName
{
color: #DF2839;
}
</style>
background-color css
<style>
a { background-color: #DF2839; }
a { background-color: rgb(223,40,57); }
div.DivClassName
{
background-color: #DF2839;
}
.BgClassName
{
background-color: #DF2839;
}
</style>
border-color css
<style>
span { border-color: #DF2839; }
span { border-color: rgb(223,40,57); }
td.TdClassName
{
border-color: #DF2839;
}
.TagClassName
{
border-color: #DF2839;
}
</style>