Shades of Alizarin #DF293F
Tints of Alizarin #DF293F
RGB
CMYK
RGB Variations
Color information
#DF293F (or 0xDF293F) is known color: Alizarin. HEX triplet: DF, 29 and 3F. RGB value is (223,41,63). Sum of RGB (Red+Green+Blue) = 223+41+63=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF293F is #20D6C0. Grayscale: #626262. Windows color (decimal): -2152129 or 4139487. OLE color: 4139487.
HSL color Cylindrical-coordinate representation of color #DF293F: hue angle of 352.75º 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 #DF293F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 352.75º | 0.74% | 0.52% | - |
| HSV(B) | 352.75º | 0.82% | 0.87% | - |
| XYZ | 32.12 | 17.63 | 6.41 | - |
| YUV | 97.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 63 | 0 | 0.82 | 0.72 | 0.13 | 352.75 | 0.74 | 0.52 |
| Hex | DF | 29 | 3F | 0 | 52 | 48 | D | 161 | 4A | 34 |
| Octal | 337 | 51 | 77 | 0 | 122 | 110 | 15 | 541 | 112 | 64 |
| Binary | 11011111 | 101001 | 111111 | 0 | 1010010 | 1001000 | 1101 | 101100001 | 1001010 | 110100 |
Color Harmonies of #DF293F
Complementary color
Monochromatic Colors of #DF293F
Black with #DF293F
Text Example
Text Example
White with #DF293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF293F; }
p { color: rgb(223,41,63); }
H1.HeaderClassName
{
color: #DF293F;
}
.AnyTagClassName
{
color: #DF293F;
}
</style>
background-color css
<style>
a { background-color: #DF293F; }
a { background-color: rgb(223,41,63); }
div.DivClassName
{
background-color: #DF293F;
}
.BgClassName
{
background-color: #DF293F;
}
</style>
border-color css
<style>
span { border-color: #DF293F; }
span { border-color: rgb(223,41,63); }
td.TdClassName
{
border-color: #DF293F;
}
.TagClassName
{
border-color: #DF293F;
}
</style>