Shades of Alizarin #DF2B39
Tints of Alizarin #DF2B39
RGB
CMYK
RGB Variations
Color information
#DF2B39 (or 0xDF2B39) is known color: Alizarin. HEX triplet: DF, 2B and 39. RGB value is (223,43,57). Sum of RGB (Red+Green+Blue) = 223+43+57=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B39 is #20D4C6. Grayscale: #626262. Windows color (decimal): -2151623 or 3746783. OLE color: 3746783.
HSL color Cylindrical-coordinate representation of color #DF2B39: hue angle of 355.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B39 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 57 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.13 |
| HSL | 355.33º | 0.74% | 0.52% | - |
| HSV(B) | 355.33º | 0.81% | 0.87% | - |
| XYZ | 32.03 | 17.71 | 5.6 | - |
| YUV | 98.42 | 104.63 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 57 | 0 | 0.81 | 0.74 | 0.13 | 355.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 39 | 0 | 51 | 4A | D | 163 | 4A | 34 |
| Octal | 337 | 53 | 71 | 0 | 121 | 112 | 15 | 543 | 112 | 64 |
| Binary | 11011111 | 101011 | 111001 | 0 | 1010001 | 1001010 | 1101 | 101100011 | 1001010 | 110100 |
Color Harmonies of #DF2B39
Complementary color
Monochromatic Colors of #DF2B39
Black with #DF2B39
Text Example
Text Example
White with #DF2B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B39; }
p { color: rgb(223,43,57); }
H1.HeaderClassName
{
color: #DF2B39;
}
.AnyTagClassName
{
color: #DF2B39;
}
</style>
background-color css
<style>
a { background-color: #DF2B39; }
a { background-color: rgb(223,43,57); }
div.DivClassName
{
background-color: #DF2B39;
}
.BgClassName
{
background-color: #DF2B39;
}
</style>
border-color css
<style>
span { border-color: #DF2B39; }
span { border-color: rgb(223,43,57); }
td.TdClassName
{
border-color: #DF2B39;
}
.TagClassName
{
border-color: #DF2B39;
}
</style>