Shades of Alizarin #DF2034
Tints of Alizarin #DF2034
RGB
CMYK
RGB Variations
Color information
#DF2034 (or 0xDF2034) is known color: Alizarin. HEX triplet: DF, 20 and 34. RGB value is (223,32,52). Sum of RGB (Red+Green+Blue) = 223+32+52=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2034 is #20DFCB. Grayscale: #5B5B5B. Windows color (decimal): -2154444 or 3416287. OLE color: 3416287.
HSL color Cylindrical-coordinate representation of color #DF2034: hue angle of 353.72º 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 #DF2034 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 52 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.13 |
| HSL | 353.72º | 0.75% | 0.5% | - |
| HSV(B) | 353.72º | 0.86% | 0.87% | - |
| XYZ | 31.57 | 16.97 | 4.86 | - |
| YUV | 91.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 52 | 0 | 0.86 | 0.77 | 0.13 | 353.72 | 0.75 | 0.5 |
| Hex | DF | 20 | 34 | 0 | 56 | 4D | D | 162 | 4B | 32 |
| Octal | 337 | 40 | 64 | 0 | 126 | 115 | 15 | 542 | 113 | 62 |
| Binary | 11011111 | 100000 | 110100 | 0 | 1010110 | 1001101 | 1101 | 101100010 | 1001011 | 110010 |
Color Harmonies of #DF2034
Complementary color
Monochromatic Colors of #DF2034
Black with #DF2034
Text Example
Text Example
White with #DF2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2034; }
p { color: rgb(223,32,52); }
H1.HeaderClassName
{
color: #DF2034;
}
.AnyTagClassName
{
color: #DF2034;
}
</style>
background-color css
<style>
a { background-color: #DF2034; }
a { background-color: rgb(223,32,52); }
div.DivClassName
{
background-color: #DF2034;
}
.BgClassName
{
background-color: #DF2034;
}
</style>
border-color css
<style>
span { border-color: #DF2034; }
span { border-color: rgb(223,32,52); }
td.TdClassName
{
border-color: #DF2034;
}
.TagClassName
{
border-color: #DF2034;
}
</style>