Shades of Alizarin #DF2028
Tints of Alizarin #DF2028
RGB
CMYK
RGB Variations
Color information
#DF2028 (or 0xDF2028) is known color: Alizarin. HEX triplet: DF, 20 and 28. RGB value is (223,32,40). Sum of RGB (Red+Green+Blue) = 223+32+40=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2028 is #20DFD7. Grayscale: #5A5A5A. Windows color (decimal): -2154456 or 2629855. OLE color: 2629855.
HSL color Cylindrical-coordinate representation of color #DF2028: hue angle of 357.49º 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 #DF2028 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.13 |
| HSL | 357.49º | 0.75% | 0.5% | - |
| HSV(B) | 357.49º | 0.86% | 0.87% | - |
| XYZ | 31.33 | 16.87 | 3.61 | - |
| YUV | 90.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 40 | 0 | 0.86 | 0.82 | 0.13 | 357.49 | 0.75 | 0.5 |
| Hex | DF | 20 | 28 | 0 | 56 | 52 | D | 165 | 4B | 32 |
| Octal | 337 | 40 | 50 | 0 | 126 | 122 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100000 | 101000 | 0 | 1010110 | 1010010 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF2028
Complementary color
Monochromatic Colors of #DF2028
Black with #DF2028
Text Example
Text Example
White with #DF2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2028; }
p { color: rgb(223,32,40); }
H1.HeaderClassName
{
color: #DF2028;
}
.AnyTagClassName
{
color: #DF2028;
}
</style>
background-color css
<style>
a { background-color: #DF2028; }
a { background-color: rgb(223,32,40); }
div.DivClassName
{
background-color: #DF2028;
}
.BgClassName
{
background-color: #DF2028;
}
</style>
border-color css
<style>
span { border-color: #DF2028; }
span { border-color: rgb(223,32,40); }
td.TdClassName
{
border-color: #DF2028;
}
.TagClassName
{
border-color: #DF2028;
}
</style>