Shades of Alizarin #DF2540
Tints of Alizarin #DF2540
RGB
CMYK
RGB Variations
Color information
#DF2540 (or 0xDF2540) is known color: Alizarin. HEX triplet: DF, 25 and 40. RGB value is (223,37,64). Sum of RGB (Red+Green+Blue) = 223+37+64=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2540 is #20DABF. Grayscale: #5F5F5F. Windows color (decimal): -2153152 or 4203999. OLE color: 4203999.
HSL color Cylindrical-coordinate representation of color #DF2540: hue angle of 351.29º 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 #DF2540 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 64 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.13 |
| HSL | 351.29º | 0.74% | 0.51% | - |
| HSV(B) | 351.29º | 0.83% | 0.87% | - |
| XYZ | 32.02 | 17.38 | 6.52 | - |
| YUV | 95.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 64 | 0 | 0.83 | 0.71 | 0.13 | 351.29 | 0.74 | 0.51 |
| Hex | DF | 25 | 40 | 0 | 53 | 47 | D | 15F | 4A | 33 |
| Octal | 337 | 45 | 100 | 0 | 123 | 107 | 15 | 537 | 112 | 63 |
| Binary | 11011111 | 100101 | 1000000 | 0 | 1010011 | 1000111 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DF2540
Complementary color
Monochromatic Colors of #DF2540
Black with #DF2540
Text Example
Text Example
White with #DF2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2540; }
p { color: rgb(223,37,64); }
H1.HeaderClassName
{
color: #DF2540;
}
.AnyTagClassName
{
color: #DF2540;
}
</style>
background-color css
<style>
a { background-color: #DF2540; }
a { background-color: rgb(223,37,64); }
div.DivClassName
{
background-color: #DF2540;
}
.BgClassName
{
background-color: #DF2540;
}
</style>
border-color css
<style>
span { border-color: #DF2540; }
span { border-color: rgb(223,37,64); }
td.TdClassName
{
border-color: #DF2540;
}
.TagClassName
{
border-color: #DF2540;
}
</style>