Shades of Alizarin #DF2D37
Tints of Alizarin #DF2D37
RGB
CMYK
RGB Variations
Color information
#DF2D37 (or 0xDF2D37) is known color: Alizarin. HEX triplet: DF, 2D and 37. RGB value is (223,45,55). Sum of RGB (Red+Green+Blue) = 223+45+55=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D37 is #20D2C8. Grayscale: #636363. Windows color (decimal): -2151113 or 3616223. OLE color: 3616223.
HSL color Cylindrical-coordinate representation of color #DF2D37: hue angle of 356.63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D37 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 55 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.13 |
| HSL | 356.63º | 0.74% | 0.53% | - |
| HSV(B) | 356.63º | 0.8% | 0.87% | - |
| XYZ | 32.06 | 17.84 | 5.37 | - |
| YUV | 99.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 55 | 0 | 0.80 | 0.75 | 0.13 | 356.63 | 0.74 | 0.53 |
| Hex | DF | 2D | 37 | 0 | 50 | 4B | D | 165 | 4A | 35 |
| Octal | 337 | 55 | 67 | 0 | 120 | 113 | 15 | 545 | 112 | 65 |
| Binary | 11011111 | 101101 | 110111 | 0 | 1010000 | 1001011 | 1101 | 101100101 | 1001010 | 110101 |
Color Harmonies of #DF2D37
Complementary color
Monochromatic Colors of #DF2D37
Black with #DF2D37
Text Example
Text Example
White with #DF2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D37; }
p { color: rgb(223,45,55); }
H1.HeaderClassName
{
color: #DF2D37;
}
.AnyTagClassName
{
color: #DF2D37;
}
</style>
background-color css
<style>
a { background-color: #DF2D37; }
a { background-color: rgb(223,45,55); }
div.DivClassName
{
background-color: #DF2D37;
}
.BgClassName
{
background-color: #DF2D37;
}
</style>
border-color css
<style>
span { border-color: #DF2D37; }
span { border-color: rgb(223,45,55); }
td.TdClassName
{
border-color: #DF2D37;
}
.TagClassName
{
border-color: #DF2D37;
}
</style>