Shades of Alizarin #DF203A
Tints of Alizarin #DF203A
RGB
CMYK
RGB Variations
Color information
#DF203A (or 0xDF203A) is known color: Alizarin. HEX triplet: DF, 20 and 3A. RGB value is (223,32,58). Sum of RGB (Red+Green+Blue) = 223+32+58=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203A is #20DFC5. Grayscale: #5C5C5C. Windows color (decimal): -2154438 or 3809503. OLE color: 3809503.
HSL color Cylindrical-coordinate representation of color #DF203A: hue angle of 351.83º 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 #DF203A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 58 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.13 |
| HSL | 351.83º | 0.75% | 0.5% | - |
| HSV(B) | 351.83º | 0.86% | 0.87% | - |
| XYZ | 31.71 | 17.03 | 5.62 | - |
| YUV | 92.07 | 108.78 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 58 | 0 | 0.86 | 0.74 | 0.13 | 351.83 | 0.75 | 0.5 |
| Hex | DF | 20 | 3A | 0 | 56 | 4A | D | 160 | 4B | 32 |
| Octal | 337 | 40 | 72 | 0 | 126 | 112 | 15 | 540 | 113 | 62 |
| Binary | 11011111 | 100000 | 111010 | 0 | 1010110 | 1001010 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DF203A
Complementary color
Monochromatic Colors of #DF203A
Black with #DF203A
Text Example
Text Example
White with #DF203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF203A; }
p { color: rgb(223,32,58); }
H1.HeaderClassName
{
color: #DF203A;
}
.AnyTagClassName
{
color: #DF203A;
}
</style>
background-color css
<style>
a { background-color: #DF203A; }
a { background-color: rgb(223,32,58); }
div.DivClassName
{
background-color: #DF203A;
}
.BgClassName
{
background-color: #DF203A;
}
</style>
border-color css
<style>
span { border-color: #DF203A; }
span { border-color: rgb(223,32,58); }
td.TdClassName
{
border-color: #DF203A;
}
.TagClassName
{
border-color: #DF203A;
}
</style>