Shades of Alizarin #DF203D
Tints of Alizarin #DF203D
RGB
CMYK
RGB Variations
Color information
#DF203D (or 0xDF203D) is known color: Alizarin. HEX triplet: DF, 20 and 3D. RGB value is (223,32,61). Sum of RGB (Red+Green+Blue) = 223+32+61=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203D is #20DFC2. Grayscale: #5C5C5C. Windows color (decimal): -2154435 or 4006111. OLE color: 4006111.
HSL color Cylindrical-coordinate representation of color #DF203D: hue angle of 350.89º 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 #DF203D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 61 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.13 |
| HSL | 350.89º | 0.75% | 0.5% | - |
| HSV(B) | 350.89º | 0.86% | 0.87% | - |
| XYZ | 31.79 | 17.06 | 6.03 | - |
| YUV | 92.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 61 | 0 | 0.86 | 0.73 | 0.13 | 350.89 | 0.75 | 0.5 |
| Hex | DF | 20 | 3D | 0 | 56 | 49 | D | 15F | 4B | 32 |
| Octal | 337 | 40 | 75 | 0 | 126 | 111 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100000 | 111101 | 0 | 1010110 | 1001001 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF203D
Complementary color
Monochromatic Colors of #DF203D
Black with #DF203D
Text Example
Text Example
White with #DF203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF203D; }
p { color: rgb(223,32,61); }
H1.HeaderClassName
{
color: #DF203D;
}
.AnyTagClassName
{
color: #DF203D;
}
</style>
background-color css
<style>
a { background-color: #DF203D; }
a { background-color: rgb(223,32,61); }
div.DivClassName
{
background-color: #DF203D;
}
.BgClassName
{
background-color: #DF203D;
}
</style>
border-color css
<style>
span { border-color: #DF203D; }
span { border-color: rgb(223,32,61); }
td.TdClassName
{
border-color: #DF203D;
}
.TagClassName
{
border-color: #DF203D;
}
</style>