Shades of Alizarin #DF2532
Tints of Alizarin #DF2532
RGB
CMYK
RGB Variations
Color information
#DF2532 (or 0xDF2532) is known color: Alizarin. HEX triplet: DF, 25 and 32. RGB value is (223,37,50). Sum of RGB (Red+Green+Blue) = 223+37+50=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2532 is #20DACD. Grayscale: #5E5E5E. Windows color (decimal): -2153166 or 3286495. OLE color: 3286495.
HSL color Cylindrical-coordinate representation of color #DF2532: hue angle of 355.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2532 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 50 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.13 |
| HSL | 355.81º | 0.74% | 0.51% | - |
| HSV(B) | 355.81º | 0.83% | 0.87% | - |
| XYZ | 31.67 | 17.24 | 4.68 | - |
| YUV | 94.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 50 | 0 | 0.83 | 0.78 | 0.13 | 355.81 | 0.74 | 0.51 |
| Hex | DF | 25 | 32 | 0 | 53 | 4E | D | 164 | 4A | 33 |
| Octal | 337 | 45 | 62 | 0 | 123 | 116 | 15 | 544 | 112 | 63 |
| Binary | 11011111 | 100101 | 110010 | 0 | 1010011 | 1001110 | 1101 | 101100100 | 1001010 | 110011 |
Color Harmonies of #DF2532
Complementary color
Monochromatic Colors of #DF2532
Black with #DF2532
Text Example
Text Example
White with #DF2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2532; }
p { color: rgb(223,37,50); }
H1.HeaderClassName
{
color: #DF2532;
}
.AnyTagClassName
{
color: #DF2532;
}
</style>
background-color css
<style>
a { background-color: #DF2532; }
a { background-color: rgb(223,37,50); }
div.DivClassName
{
background-color: #DF2532;
}
.BgClassName
{
background-color: #DF2532;
}
</style>
border-color css
<style>
span { border-color: #DF2532; }
span { border-color: rgb(223,37,50); }
td.TdClassName
{
border-color: #DF2532;
}
.TagClassName
{
border-color: #DF2532;
}
</style>