Shades of Alizarin #DF2443
Tints of Alizarin #DF2443
RGB
CMYK
RGB Variations
Color information
#DF2443 (or 0xDF2443) is known color: Alizarin. HEX triplet: DF, 24 and 43. RGB value is (223,36,67). Sum of RGB (Red+Green+Blue) = 223+36+67=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2443 is #20DBBC. Grayscale: #5F5F5F. Windows color (decimal): -2153405 or 4400351. OLE color: 4400351.
HSL color Cylindrical-coordinate representation of color #DF2443: hue angle of 350.05º 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 #DF2443 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 67 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.13 |
| HSL | 350.05º | 0.75% | 0.51% | - |
| HSV(B) | 350.05º | 0.84% | 0.87% | - |
| XYZ | 32.08 | 17.35 | 6.97 | - |
| YUV | 95.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 67 | 0 | 0.84 | 0.70 | 0.13 | 350.05 | 0.75 | 0.51 |
| Hex | DF | 24 | 43 | 0 | 54 | 46 | D | 15E | 4B | 33 |
| Octal | 337 | 44 | 103 | 0 | 124 | 106 | 15 | 536 | 113 | 63 |
| Binary | 11011111 | 100100 | 1000011 | 0 | 1010100 | 1000110 | 1101 | 101011110 | 1001011 | 110011 |
Color Harmonies of #DF2443
Complementary color
Monochromatic Colors of #DF2443
Black with #DF2443
Text Example
Text Example
White with #DF2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2443; }
p { color: rgb(223,36,67); }
H1.HeaderClassName
{
color: #DF2443;
}
.AnyTagClassName
{
color: #DF2443;
}
</style>
background-color css
<style>
a { background-color: #DF2443; }
a { background-color: rgb(223,36,67); }
div.DivClassName
{
background-color: #DF2443;
}
.BgClassName
{
background-color: #DF2443;
}
</style>
border-color css
<style>
span { border-color: #DF2443; }
span { border-color: rgb(223,36,67); }
td.TdClassName
{
border-color: #DF2443;
}
.TagClassName
{
border-color: #DF2443;
}
</style>