Shades of Alizarin #DF2831
Tints of Alizarin #DF2831
RGB
CMYK
RGB Variations
Color information
#DF2831 (or 0xDF2831) is known color: Alizarin. HEX triplet: DF, 28 and 31. RGB value is (223,40,49). Sum of RGB (Red+Green+Blue) = 223+40+49=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2831 is #20D7CE. Grayscale: #5F5F5F. Windows color (decimal): -2152399 or 3221727. OLE color: 3221727.
HSL color Cylindrical-coordinate representation of color #DF2831: hue angle of 357.05º 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 #DF2831 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 49 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.13 |
| HSL | 357.05º | 0.74% | 0.52% | - |
| HSV(B) | 357.05º | 0.82% | 0.87% | - |
| XYZ | 31.74 | 17.43 | 4.6 | - |
| YUV | 95.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 49 | 0 | 0.82 | 0.78 | 0.13 | 357.05 | 0.74 | 0.52 |
| Hex | DF | 28 | 31 | 0 | 52 | 4E | D | 165 | 4A | 34 |
| Octal | 337 | 50 | 61 | 0 | 122 | 116 | 15 | 545 | 112 | 64 |
| Binary | 11011111 | 101000 | 110001 | 0 | 1010010 | 1001110 | 1101 | 101100101 | 1001010 | 110100 |
Color Harmonies of #DF2831
Complementary color
Monochromatic Colors of #DF2831
Black with #DF2831
Text Example
Text Example
White with #DF2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2831; }
p { color: rgb(223,40,49); }
H1.HeaderClassName
{
color: #DF2831;
}
.AnyTagClassName
{
color: #DF2831;
}
</style>
background-color css
<style>
a { background-color: #DF2831; }
a { background-color: rgb(223,40,49); }
div.DivClassName
{
background-color: #DF2831;
}
.BgClassName
{
background-color: #DF2831;
}
</style>
border-color css
<style>
span { border-color: #DF2831; }
span { border-color: rgb(223,40,49); }
td.TdClassName
{
border-color: #DF2831;
}
.TagClassName
{
border-color: #DF2831;
}
</style>