Shades of Alizarin #DF2640
Tints of Alizarin #DF2640
RGB
CMYK
RGB Variations
Color information
#DF2640 (or 0xDF2640) is known color: Alizarin. HEX triplet: DF, 26 and 40. RGB value is (223,38,64). Sum of RGB (Red+Green+Blue) = 223+38+64=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2640 is #20D9BF. Grayscale: #606060. Windows color (decimal): -2152896 or 4204255. OLE color: 4204255.
HSL color Cylindrical-coordinate representation of color #DF2640: hue angle of 351.57º 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 #DF2640 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 64 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.13 |
| HSL | 351.57º | 0.74% | 0.51% | - |
| HSV(B) | 351.57º | 0.83% | 0.87% | - |
| XYZ | 32.05 | 17.44 | 6.53 | - |
| YUV | 96.28 | 109.79 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 64 | 0 | 0.83 | 0.71 | 0.13 | 351.57 | 0.74 | 0.51 |
| Hex | DF | 26 | 40 | 0 | 53 | 47 | D | 160 | 4A | 33 |
| Octal | 337 | 46 | 100 | 0 | 123 | 107 | 15 | 540 | 112 | 63 |
| Binary | 11011111 | 100110 | 1000000 | 0 | 1010011 | 1000111 | 1101 | 101100000 | 1001010 | 110011 |
Color Harmonies of #DF2640
Complementary color
Monochromatic Colors of #DF2640
Black with #DF2640
Text Example
Text Example
White with #DF2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2640; }
p { color: rgb(223,38,64); }
H1.HeaderClassName
{
color: #DF2640;
}
.AnyTagClassName
{
color: #DF2640;
}
</style>
background-color css
<style>
a { background-color: #DF2640; }
a { background-color: rgb(223,38,64); }
div.DivClassName
{
background-color: #DF2640;
}
.BgClassName
{
background-color: #DF2640;
}
</style>
border-color css
<style>
span { border-color: #DF2640; }
span { border-color: rgb(223,38,64); }
td.TdClassName
{
border-color: #DF2640;
}
.TagClassName
{
border-color: #DF2640;
}
</style>