Shades of Alizarin #DF2533
Tints of Alizarin #DF2533
RGB
CMYK
RGB Variations
Color information
#DF2533 (or 0xDF2533) is known color: Alizarin. HEX triplet: DF, 25 and 33. RGB value is (223,37,51). Sum of RGB (Red+Green+Blue) = 223+37+51=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2533 is #20DACC. Grayscale: #5E5E5E. Windows color (decimal): -2153165 or 3352031. OLE color: 3352031.
HSL color Cylindrical-coordinate representation of color #DF2533: hue angle of 355.48º 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 #DF2533 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.13 |
| HSL | 355.48º | 0.74% | 0.51% | - |
| HSV(B) | 355.48º | 0.83% | 0.87% | - |
| XYZ | 31.69 | 17.25 | 4.79 | - |
| YUV | 94.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 51 | 0 | 0.83 | 0.77 | 0.13 | 355.48 | 0.74 | 0.51 |
| Hex | DF | 25 | 33 | 0 | 53 | 4D | D | 163 | 4A | 33 |
| Octal | 337 | 45 | 63 | 0 | 123 | 115 | 15 | 543 | 112 | 63 |
| Binary | 11011111 | 100101 | 110011 | 0 | 1010011 | 1001101 | 1101 | 101100011 | 1001010 | 110011 |
Color Harmonies of #DF2533
Complementary color
Monochromatic Colors of #DF2533
Black with #DF2533
Text Example
Text Example
White with #DF2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2533; }
p { color: rgb(223,37,51); }
H1.HeaderClassName
{
color: #DF2533;
}
.AnyTagClassName
{
color: #DF2533;
}
</style>
background-color css
<style>
a { background-color: #DF2533; }
a { background-color: rgb(223,37,51); }
div.DivClassName
{
background-color: #DF2533;
}
.BgClassName
{
background-color: #DF2533;
}
</style>
border-color css
<style>
span { border-color: #DF2533; }
span { border-color: rgb(223,37,51); }
td.TdClassName
{
border-color: #DF2533;
}
.TagClassName
{
border-color: #DF2533;
}
</style>