Shades of Alizarin #DF293C
Tints of Alizarin #DF293C
RGB
CMYK
RGB Variations
Color information
#DF293C (or 0xDF293C) is known color: Alizarin. HEX triplet: DF, 29 and 3C. RGB value is (223,41,60). Sum of RGB (Red+Green+Blue) = 223+41+60=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF293C is #20D6C3. Grayscale: #616161. Windows color (decimal): -2152132 or 3942879. OLE color: 3942879.
HSL color Cylindrical-coordinate representation of color #DF293C: hue angle of 353.74º 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 #DF293C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 60 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.74º | 0.74% | 0.52% | - |
| HSV(B) | 353.74º | 0.82% | 0.87% | - |
| XYZ | 32.04 | 17.6 | 5.98 | - |
| YUV | 97.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 60 | 0 | 0.82 | 0.73 | 0.13 | 353.74 | 0.74 | 0.52 |
| Hex | DF | 29 | 3C | 0 | 52 | 49 | D | 162 | 4A | 34 |
| Octal | 337 | 51 | 74 | 0 | 122 | 111 | 15 | 542 | 112 | 64 |
| Binary | 11011111 | 101001 | 111100 | 0 | 1010010 | 1001001 | 1101 | 101100010 | 1001010 | 110100 |
Color Harmonies of #DF293C
Complementary color
Monochromatic Colors of #DF293C
Black with #DF293C
Text Example
Text Example
White with #DF293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF293C; }
p { color: rgb(223,41,60); }
H1.HeaderClassName
{
color: #DF293C;
}
.AnyTagClassName
{
color: #DF293C;
}
</style>
background-color css
<style>
a { background-color: #DF293C; }
a { background-color: rgb(223,41,60); }
div.DivClassName
{
background-color: #DF293C;
}
.BgClassName
{
background-color: #DF293C;
}
</style>
border-color css
<style>
span { border-color: #DF293C; }
span { border-color: rgb(223,41,60); }
td.TdClassName
{
border-color: #DF293C;
}
.TagClassName
{
border-color: #DF293C;
}
</style>