Shades of Alizarin #DF2037
Tints of Alizarin #DF2037
RGB
CMYK
RGB Variations
Color information
#DF2037 (or 0xDF2037) is known color: Alizarin. HEX triplet: DF, 20 and 37. RGB value is (223,32,55). Sum of RGB (Red+Green+Blue) = 223+32+55=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2037 is #20DFC8. Grayscale: #5B5B5B. Windows color (decimal): -2154441 or 3612895. OLE color: 3612895.
HSL color Cylindrical-coordinate representation of color #DF2037: hue angle of 352.77º 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 #DF2037 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 55 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.13 |
| HSL | 352.77º | 0.75% | 0.5% | - |
| HSV(B) | 352.77º | 0.86% | 0.87% | - |
| XYZ | 31.64 | 17 | 5.23 | - |
| YUV | 91.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 55 | 0 | 0.86 | 0.75 | 0.13 | 352.77 | 0.75 | 0.5 |
| Hex | DF | 20 | 37 | 0 | 56 | 4B | D | 161 | 4B | 32 |
| Octal | 337 | 40 | 67 | 0 | 126 | 113 | 15 | 541 | 113 | 62 |
| Binary | 11011111 | 100000 | 110111 | 0 | 1010110 | 1001011 | 1101 | 101100001 | 1001011 | 110010 |
Color Harmonies of #DF2037
Complementary color
Monochromatic Colors of #DF2037
Black with #DF2037
Text Example
Text Example
White with #DF2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2037; }
p { color: rgb(223,32,55); }
H1.HeaderClassName
{
color: #DF2037;
}
.AnyTagClassName
{
color: #DF2037;
}
</style>
background-color css
<style>
a { background-color: #DF2037; }
a { background-color: rgb(223,32,55); }
div.DivClassName
{
background-color: #DF2037;
}
.BgClassName
{
background-color: #DF2037;
}
</style>
border-color css
<style>
span { border-color: #DF2037; }
span { border-color: rgb(223,32,55); }
td.TdClassName
{
border-color: #DF2037;
}
.TagClassName
{
border-color: #DF2037;
}
</style>