Shades of Alizarin #DF2340
Tints of Alizarin #DF2340
RGB
CMYK
RGB Variations
Color information
#DF2340 (or 0xDF2340) is known color: Alizarin. HEX triplet: DF, 23 and 40. RGB value is (223,35,64). Sum of RGB (Red+Green+Blue) = 223+35+64=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2340 is #20DCBF. Grayscale: #5E5E5E. Windows color (decimal): -2153664 or 4203487. OLE color: 4203487.
HSL color Cylindrical-coordinate representation of color #DF2340: hue angle of 350.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2340 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.13 |
| HSL | 350.74º | 0.75% | 0.51% | - |
| HSV(B) | 350.74º | 0.84% | 0.87% | - |
| XYZ | 31.96 | 17.26 | 6.5 | - |
| YUV | 94.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 64 | 0 | 0.84 | 0.71 | 0.13 | 350.74 | 0.75 | 0.51 |
| Hex | DF | 23 | 40 | 0 | 54 | 47 | D | 15F | 4B | 33 |
| Octal | 337 | 43 | 100 | 0 | 124 | 107 | 15 | 537 | 113 | 63 |
| Binary | 11011111 | 100011 | 1000000 | 0 | 1010100 | 1000111 | 1101 | 101011111 | 1001011 | 110011 |
Color Harmonies of #DF2340
Complementary color
Monochromatic Colors of #DF2340
Black with #DF2340
Text Example
Text Example
White with #DF2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2340; }
p { color: rgb(223,35,64); }
H1.HeaderClassName
{
color: #DF2340;
}
.AnyTagClassName
{
color: #DF2340;
}
</style>
background-color css
<style>
a { background-color: #DF2340; }
a { background-color: rgb(223,35,64); }
div.DivClassName
{
background-color: #DF2340;
}
.BgClassName
{
background-color: #DF2340;
}
</style>
border-color css
<style>
span { border-color: #DF2340; }
span { border-color: rgb(223,35,64); }
td.TdClassName
{
border-color: #DF2340;
}
.TagClassName
{
border-color: #DF2340;
}
</style>