Shades of Alizarin #DF292C
Tints of Alizarin #DF292C
RGB
CMYK
RGB Variations
Color information
#DF292C (or 0xDF292C) is known color: Alizarin. HEX triplet: DF, 29 and 2C. RGB value is (223,41,44). Sum of RGB (Red+Green+Blue) = 223+41+44=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292C is #20D6D3. Grayscale: #5F5F5F. Windows color (decimal): -2152148 or 2894303. OLE color: 2894303.
HSL color Cylindrical-coordinate representation of color #DF292C: hue angle of 359.01º 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 #DF292C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 359.01º | 0.74% | 0.52% | - |
| HSV(B) | 359.01º | 0.82% | 0.87% | - |
| XYZ | 31.68 | 17.46 | 4.08 | - |
| YUV | 95.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 44 | 0 | 0.82 | 0.80 | 0.13 | 359.01 | 0.74 | 0.52 |
| Hex | DF | 29 | 2C | 0 | 52 | 50 | D | 167 | 4A | 34 |
| Octal | 337 | 51 | 54 | 0 | 122 | 120 | 15 | 547 | 112 | 64 |
| Binary | 11011111 | 101001 | 101100 | 0 | 1010010 | 1010000 | 1101 | 101100111 | 1001010 | 110100 |
Color Harmonies of #DF292C
Complementary color
Monochromatic Colors of #DF292C
Black with #DF292C
Text Example
Text Example
White with #DF292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF292C; }
p { color: rgb(223,41,44); }
H1.HeaderClassName
{
color: #DF292C;
}
.AnyTagClassName
{
color: #DF292C;
}
</style>
background-color css
<style>
a { background-color: #DF292C; }
a { background-color: rgb(223,41,44); }
div.DivClassName
{
background-color: #DF292C;
}
.BgClassName
{
background-color: #DF292C;
}
</style>
border-color css
<style>
span { border-color: #DF292C; }
span { border-color: rgb(223,41,44); }
td.TdClassName
{
border-color: #DF292C;
}
.TagClassName
{
border-color: #DF292C;
}
</style>