Shades of Alizarin #DF2939
Tints of Alizarin #DF2939
RGB
CMYK
RGB Variations
Color information
#DF2939 (or 0xDF2939) is known color: Alizarin. HEX triplet: DF, 29 and 39. RGB value is (223,41,57). Sum of RGB (Red+Green+Blue) = 223+41+57=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2939 is #20D6C6. Grayscale: #616161. Windows color (decimal): -2152135 or 3746271. OLE color: 3746271.
HSL color Cylindrical-coordinate representation of color #DF2939: hue angle of 354.73º 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 #DF2939 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 57 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 354.73º | 0.74% | 0.52% | - |
| HSV(B) | 354.73º | 0.82% | 0.87% | - |
| XYZ | 31.96 | 17.57 | 5.58 | - |
| YUV | 97.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 57 | 0 | 0.82 | 0.74 | 0.13 | 354.73 | 0.74 | 0.52 |
| Hex | DF | 29 | 39 | 0 | 52 | 4A | D | 163 | 4A | 34 |
| Octal | 337 | 51 | 71 | 0 | 122 | 112 | 15 | 543 | 112 | 64 |
| Binary | 11011111 | 101001 | 111001 | 0 | 1010010 | 1001010 | 1101 | 101100011 | 1001010 | 110100 |
Color Harmonies of #DF2939
Complementary color
Monochromatic Colors of #DF2939
Black with #DF2939
Text Example
Text Example
White with #DF2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2939; }
p { color: rgb(223,41,57); }
H1.HeaderClassName
{
color: #DF2939;
}
.AnyTagClassName
{
color: #DF2939;
}
</style>
background-color css
<style>
a { background-color: #DF2939; }
a { background-color: rgb(223,41,57); }
div.DivClassName
{
background-color: #DF2939;
}
.BgClassName
{
background-color: #DF2939;
}
</style>
border-color css
<style>
span { border-color: #DF2939; }
span { border-color: rgb(223,41,57); }
td.TdClassName
{
border-color: #DF2939;
}
.TagClassName
{
border-color: #DF2939;
}
</style>