Shades of Alizarin #DF323C
Tints of Alizarin #DF323C
RGB
CMYK
RGB Variations
Color information
#DF323C (or 0xDF323C) is known color: Alizarin. HEX triplet: DF, 32 and 3C. RGB value is (223,50,60). Sum of RGB (Red+Green+Blue) = 223+50+60=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF323C is #20CDC3. Grayscale: #666666. Windows color (decimal): -2149828 or 3945183. OLE color: 3945183.
HSL color Cylindrical-coordinate representation of color #DF323C: hue angle of 356.53º 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 #DF323C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.13 |
| HSL | 356.53º | 0.73% | 0.54% | - |
| HSV(B) | 356.53º | 0.78% | 0.87% | - |
| XYZ | 32.39 | 18.3 | 6.1 | - |
| YUV | 102.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 60 | 0 | 0.78 | 0.73 | 0.13 | 356.53 | 0.73 | 0.54 |
| Hex | DF | 32 | 3C | 0 | 4E | 49 | D | 165 | 49 | 36 |
| Octal | 337 | 62 | 74 | 0 | 116 | 111 | 15 | 545 | 111 | 66 |
| Binary | 11011111 | 110010 | 111100 | 0 | 1001110 | 1001001 | 1101 | 101100101 | 1001001 | 110110 |
Color Harmonies of #DF323C
Complementary color
Monochromatic Colors of #DF323C
Black with #DF323C
Text Example
Text Example
White with #DF323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF323C; }
p { color: rgb(223,50,60); }
H1.HeaderClassName
{
color: #DF323C;
}
.AnyTagClassName
{
color: #DF323C;
}
</style>
background-color css
<style>
a { background-color: #DF323C; }
a { background-color: rgb(223,50,60); }
div.DivClassName
{
background-color: #DF323C;
}
.BgClassName
{
background-color: #DF323C;
}
</style>
border-color css
<style>
span { border-color: #DF323C; }
span { border-color: rgb(223,50,60); }
td.TdClassName
{
border-color: #DF323C;
}
.TagClassName
{
border-color: #DF323C;
}
</style>