Shades of Alizarin #DF213D
Tints of Alizarin #DF213D
RGB
CMYK
RGB Variations
Color information
#DF213D (or 0xDF213D) is known color: Alizarin. HEX triplet: DF, 21 and 3D. RGB value is (223,33,61). Sum of RGB (Red+Green+Blue) = 223+33+61=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF213D is #20DEC2. Grayscale: #5D5D5D. Windows color (decimal): -2154179 or 4006367. OLE color: 4006367.
HSL color Cylindrical-coordinate representation of color #DF213D: hue angle of 351.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF213D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.13 |
| HSL | 351.16º | 0.75% | 0.5% | - |
| HSV(B) | 351.16º | 0.85% | 0.87% | - |
| XYZ | 31.82 | 17.11 | 6.04 | - |
| YUV | 93 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 61 | 0 | 0.85 | 0.73 | 0.13 | 351.16 | 0.75 | 0.5 |
| Hex | DF | 21 | 3D | 0 | 55 | 49 | D | 15F | 4B | 32 |
| Octal | 337 | 41 | 75 | 0 | 125 | 111 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100001 | 111101 | 0 | 1010101 | 1001001 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF213D
Complementary color
Monochromatic Colors of #DF213D
Black with #DF213D
Text Example
Text Example
White with #DF213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF213D; }
p { color: rgb(223,33,61); }
H1.HeaderClassName
{
color: #DF213D;
}
.AnyTagClassName
{
color: #DF213D;
}
</style>
background-color css
<style>
a { background-color: #DF213D; }
a { background-color: rgb(223,33,61); }
div.DivClassName
{
background-color: #DF213D;
}
.BgClassName
{
background-color: #DF213D;
}
</style>
border-color css
<style>
span { border-color: #DF213D; }
span { border-color: rgb(223,33,61); }
td.TdClassName
{
border-color: #DF213D;
}
.TagClassName
{
border-color: #DF213D;
}
</style>