Shades of Alizarin #DF203B
Tints of Alizarin #DF203B
RGB
CMYK
RGB Variations
Color information
#DF203B (or 0xDF203B) is known color: Alizarin. HEX triplet: DF, 20 and 3B. RGB value is (223,32,59). Sum of RGB (Red+Green+Blue) = 223+32+59=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203B is #20DFC4. Grayscale: #5C5C5C. Windows color (decimal): -2154437 or 3875039. OLE color: 3875039.
HSL color Cylindrical-coordinate representation of color #DF203B: hue angle of 351.52º 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 #DF203B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 59 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.13 |
| HSL | 351.52º | 0.75% | 0.5% | - |
| HSV(B) | 351.52º | 0.86% | 0.87% | - |
| XYZ | 31.74 | 17.04 | 5.75 | - |
| YUV | 92.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 59 | 0 | 0.86 | 0.74 | 0.13 | 351.52 | 0.75 | 0.5 |
| Hex | DF | 20 | 3B | 0 | 56 | 4A | D | 160 | 4B | 32 |
| Octal | 337 | 40 | 73 | 0 | 126 | 112 | 15 | 540 | 113 | 62 |
| Binary | 11011111 | 100000 | 111011 | 0 | 1010110 | 1001010 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DF203B
Complementary color
Monochromatic Colors of #DF203B
Black with #DF203B
Text Example
Text Example
White with #DF203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF203B; }
p { color: rgb(223,32,59); }
H1.HeaderClassName
{
color: #DF203B;
}
.AnyTagClassName
{
color: #DF203B;
}
</style>
background-color css
<style>
a { background-color: #DF203B; }
a { background-color: rgb(223,32,59); }
div.DivClassName
{
background-color: #DF203B;
}
.BgClassName
{
background-color: #DF203B;
}
</style>
border-color css
<style>
span { border-color: #DF203B; }
span { border-color: rgb(223,32,59); }
td.TdClassName
{
border-color: #DF203B;
}
.TagClassName
{
border-color: #DF203B;
}
</style>