Shades of Alizarin #DF2836
Tints of Alizarin #DF2836
RGB
CMYK
RGB Variations
Color information
#DF2836 (or 0xDF2836) is known color: Alizarin. HEX triplet: DF, 28 and 36. RGB value is (223,40,54). Sum of RGB (Red+Green+Blue) = 223+40+54=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2836 is #20D7C9. Grayscale: #606060. Windows color (decimal): -2152394 or 3549407. OLE color: 3549407.
HSL color Cylindrical-coordinate representation of color #DF2836: hue angle of 355.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2836 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 54 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.13 |
| HSL | 355.41º | 0.74% | 0.52% | - |
| HSV(B) | 355.41º | 0.82% | 0.87% | - |
| XYZ | 31.86 | 17.47 | 5.18 | - |
| YUV | 96.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 54 | 0 | 0.82 | 0.76 | 0.13 | 355.41 | 0.74 | 0.52 |
| Hex | DF | 28 | 36 | 0 | 52 | 4C | D | 163 | 4A | 34 |
| Octal | 337 | 50 | 66 | 0 | 122 | 114 | 15 | 543 | 112 | 64 |
| Binary | 11011111 | 101000 | 110110 | 0 | 1010010 | 1001100 | 1101 | 101100011 | 1001010 | 110100 |
Color Harmonies of #DF2836
Complementary color
Monochromatic Colors of #DF2836
Black with #DF2836
Text Example
Text Example
White with #DF2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2836; }
p { color: rgb(223,40,54); }
H1.HeaderClassName
{
color: #DF2836;
}
.AnyTagClassName
{
color: #DF2836;
}
</style>
background-color css
<style>
a { background-color: #DF2836; }
a { background-color: rgb(223,40,54); }
div.DivClassName
{
background-color: #DF2836;
}
.BgClassName
{
background-color: #DF2836;
}
</style>
border-color css
<style>
span { border-color: #DF2836; }
span { border-color: rgb(223,40,54); }
td.TdClassName
{
border-color: #DF2836;
}
.TagClassName
{
border-color: #DF2836;
}
</style>