Shades of Alizarin #DF2140
Tints of Alizarin #DF2140
RGB
CMYK
RGB Variations
Color information
#DF2140 (or 0xDF2140) is known color: Alizarin. HEX triplet: DF, 21 and 40. RGB value is (223,33,64). Sum of RGB (Red+Green+Blue) = 223+33+64=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2140 is #20DEBF. Grayscale: #5D5D5D. Windows color (decimal): -2154176 or 4202975. OLE color: 4202975.
HSL color Cylindrical-coordinate representation of color #DF2140: hue angle of 350.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2140 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 64 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.13 |
| HSL | 350.21º | 0.75% | 0.5% | - |
| HSV(B) | 350.21º | 0.85% | 0.87% | - |
| XYZ | 31.9 | 17.15 | 6.48 | - |
| YUV | 93.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 64 | 0 | 0.85 | 0.71 | 0.13 | 350.21 | 0.75 | 0.5 |
| Hex | DF | 21 | 40 | 0 | 55 | 47 | D | 15E | 4B | 32 |
| Octal | 337 | 41 | 100 | 0 | 125 | 107 | 15 | 536 | 113 | 62 |
| Binary | 11011111 | 100001 | 1000000 | 0 | 1010101 | 1000111 | 1101 | 101011110 | 1001011 | 110010 |
Color Harmonies of #DF2140
Complementary color
Monochromatic Colors of #DF2140
Black with #DF2140
Text Example
Text Example
White with #DF2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2140; }
p { color: rgb(223,33,64); }
H1.HeaderClassName
{
color: #DF2140;
}
.AnyTagClassName
{
color: #DF2140;
}
</style>
background-color css
<style>
a { background-color: #DF2140; }
a { background-color: rgb(223,33,64); }
div.DivClassName
{
background-color: #DF2140;
}
.BgClassName
{
background-color: #DF2140;
}
</style>
border-color css
<style>
span { border-color: #DF2140; }
span { border-color: rgb(223,33,64); }
td.TdClassName
{
border-color: #DF2140;
}
.TagClassName
{
border-color: #DF2140;
}
</style>