Shades of Alizarin #DF203C
Tints of Alizarin #DF203C
RGB
CMYK
RGB Variations
Color information
#DF203C (or 0xDF203C) is known color: Alizarin. HEX triplet: DF, 20 and 3C. RGB value is (223,32,60). Sum of RGB (Red+Green+Blue) = 223+32+60=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203C is #20DFC3. Grayscale: #5C5C5C. Windows color (decimal): -2154436 or 3940575. OLE color: 3940575.
HSL color Cylindrical-coordinate representation of color #DF203C: hue angle of 351.2º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF203C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.13 |
| HSL | 351.2º | 0.75% | 0.5% | - |
| HSV(B) | 351.2º | 0.86% | 0.87% | - |
| XYZ | 31.76 | 17.05 | 5.89 | - |
| YUV | 92.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 60 | 0 | 0.86 | 0.73 | 0.13 | 351.2 | 0.75 | 0.5 |
| Hex | DF | 20 | 3C | 0 | 56 | 49 | D | 15F | 4B | 32 |
| Octal | 337 | 40 | 74 | 0 | 126 | 111 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100000 | 111100 | 0 | 1010110 | 1001001 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF203C
Complementary color
Monochromatic Colors of #DF203C
Black with #DF203C
Text Example
Text Example
White with #DF203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF203C; }
p { color: rgb(223,32,60); }
H1.HeaderClassName
{
color: #DF203C;
}
.AnyTagClassName
{
color: #DF203C;
}
</style>
background-color css
<style>
a { background-color: #DF203C; }
a { background-color: rgb(223,32,60); }
div.DivClassName
{
background-color: #DF203C;
}
.BgClassName
{
background-color: #DF203C;
}
</style>
border-color css
<style>
span { border-color: #DF203C; }
span { border-color: rgb(223,32,60); }
td.TdClassName
{
border-color: #DF203C;
}
.TagClassName
{
border-color: #DF203C;
}
</style>