Shades of Alizarin #DF323F
Tints of Alizarin #DF323F
RGB
CMYK
RGB Variations
Color information
#DF323F (or 0xDF323F) is known color: Alizarin. HEX triplet: DF, 32 and 3F. RGB value is (223,50,63). Sum of RGB (Red+Green+Blue) = 223+50+63=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF323F is #20CDC0. Grayscale: #676767. Windows color (decimal): -2149825 or 4141791. OLE color: 4141791.
HSL color Cylindrical-coordinate representation of color #DF323F: hue angle of 355.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF323F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 355.49º | 0.73% | 0.54% | - |
| HSV(B) | 355.49º | 0.78% | 0.87% | - |
| XYZ | 32.47 | 18.33 | 6.53 | - |
| YUV | 103.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 63 | 0 | 0.78 | 0.72 | 0.13 | 355.49 | 0.73 | 0.54 |
| Hex | DF | 32 | 3F | 0 | 4E | 48 | D | 163 | 49 | 36 |
| Octal | 337 | 62 | 77 | 0 | 116 | 110 | 15 | 543 | 111 | 66 |
| Binary | 11011111 | 110010 | 111111 | 0 | 1001110 | 1001000 | 1101 | 101100011 | 1001001 | 110110 |
Color Harmonies of #DF323F
Complementary color
Monochromatic Colors of #DF323F
Black with #DF323F
Text Example
Text Example
White with #DF323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF323F; }
p { color: rgb(223,50,63); }
H1.HeaderClassName
{
color: #DF323F;
}
.AnyTagClassName
{
color: #DF323F;
}
</style>
background-color css
<style>
a { background-color: #DF323F; }
a { background-color: rgb(223,50,63); }
div.DivClassName
{
background-color: #DF323F;
}
.BgClassName
{
background-color: #DF323F;
}
</style>
border-color css
<style>
span { border-color: #DF323F; }
span { border-color: rgb(223,50,63); }
td.TdClassName
{
border-color: #DF323F;
}
.TagClassName
{
border-color: #DF323F;
}
</style>