Shades of Alizarin #DF2837
Tints of Alizarin #DF2837
RGB
CMYK
RGB Variations
Color information
#DF2837 (or 0xDF2837) is known color: Alizarin. HEX triplet: DF, 28 and 37. RGB value is (223,40,55). Sum of RGB (Red+Green+Blue) = 223+40+55=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2837 is #20D7C8. Grayscale: #606060. Windows color (decimal): -2152393 or 3614943. OLE color: 3614943.
HSL color Cylindrical-coordinate representation of color #DF2837: hue angle of 355.08º 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 #DF2837 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 55 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.13 |
| HSL | 355.08º | 0.74% | 0.52% | - |
| HSV(B) | 355.08º | 0.82% | 0.87% | - |
| XYZ | 31.88 | 17.48 | 5.31 | - |
| YUV | 96.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 55 | 0 | 0.82 | 0.75 | 0.13 | 355.08 | 0.74 | 0.52 |
| Hex | DF | 28 | 37 | 0 | 52 | 4B | D | 163 | 4A | 34 |
| Octal | 337 | 50 | 67 | 0 | 122 | 113 | 15 | 543 | 112 | 64 |
| Binary | 11011111 | 101000 | 110111 | 0 | 1010010 | 1001011 | 1101 | 101100011 | 1001010 | 110100 |
Color Harmonies of #DF2837
Complementary color
Monochromatic Colors of #DF2837
Black with #DF2837
Text Example
Text Example
White with #DF2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2837; }
p { color: rgb(223,40,55); }
H1.HeaderClassName
{
color: #DF2837;
}
.AnyTagClassName
{
color: #DF2837;
}
</style>
background-color css
<style>
a { background-color: #DF2837; }
a { background-color: rgb(223,40,55); }
div.DivClassName
{
background-color: #DF2837;
}
.BgClassName
{
background-color: #DF2837;
}
</style>
border-color css
<style>
span { border-color: #DF2837; }
span { border-color: rgb(223,40,55); }
td.TdClassName
{
border-color: #DF2837;
}
.TagClassName
{
border-color: #DF2837;
}
</style>