Shades of Alizarin #DF2842
Tints of Alizarin #DF2842
RGB
CMYK
RGB Variations
Color information
#DF2842 (or 0xDF2842) is known color: Alizarin. HEX triplet: DF, 28 and 42. RGB value is (223,40,66). Sum of RGB (Red+Green+Blue) = 223+40+66=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2842 is #20D7BD. Grayscale: #616161. Windows color (decimal): -2152382 or 4335839. OLE color: 4335839.
HSL color Cylindrical-coordinate representation of color #DF2842: hue angle of 351.48º 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 #DF2842 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 66 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.13 |
| HSL | 351.48º | 0.74% | 0.52% | - |
| HSV(B) | 351.48º | 0.82% | 0.87% | - |
| XYZ | 32.17 | 17.6 | 6.86 | - |
| YUV | 97.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 66 | 0 | 0.82 | 0.70 | 0.13 | 351.48 | 0.74 | 0.52 |
| Hex | DF | 28 | 42 | 0 | 52 | 46 | D | 15F | 4A | 34 |
| Octal | 337 | 50 | 102 | 0 | 122 | 106 | 15 | 537 | 112 | 64 |
| Binary | 11011111 | 101000 | 1000010 | 0 | 1010010 | 1000110 | 1101 | 101011111 | 1001010 | 110100 |
Color Harmonies of #DF2842
Complementary color
Monochromatic Colors of #DF2842
Black with #DF2842
Text Example
Text Example
White with #DF2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2842; }
p { color: rgb(223,40,66); }
H1.HeaderClassName
{
color: #DF2842;
}
.AnyTagClassName
{
color: #DF2842;
}
</style>
background-color css
<style>
a { background-color: #DF2842; }
a { background-color: rgb(223,40,66); }
div.DivClassName
{
background-color: #DF2842;
}
.BgClassName
{
background-color: #DF2842;
}
</style>
border-color css
<style>
span { border-color: #DF2842; }
span { border-color: rgb(223,40,66); }
td.TdClassName
{
border-color: #DF2842;
}
.TagClassName
{
border-color: #DF2842;
}
</style>