Shades of Alizarin #DF213C
Tints of Alizarin #DF213C
RGB
CMYK
RGB Variations
Color information
#DF213C (or 0xDF213C) is known color: Alizarin. HEX triplet: DF, 21 and 3C. RGB value is (223,33,60). Sum of RGB (Red+Green+Blue) = 223+33+60=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF213C is #20DEC3. Grayscale: #5C5C5C. Windows color (decimal): -2154180 or 3940831. OLE color: 3940831.
HSL color Cylindrical-coordinate representation of color #DF213C: hue angle of 351.47º 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 #DF213C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.13 |
| HSL | 351.47º | 0.75% | 0.5% | - |
| HSV(B) | 351.47º | 0.85% | 0.87% | - |
| XYZ | 31.79 | 17.1 | 5.9 | - |
| YUV | 92.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 60 | 0 | 0.85 | 0.73 | 0.13 | 351.47 | 0.75 | 0.5 |
| Hex | DF | 21 | 3C | 0 | 55 | 49 | D | 15F | 4B | 32 |
| Octal | 337 | 41 | 74 | 0 | 125 | 111 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100001 | 111100 | 0 | 1010101 | 1001001 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF213C
Complementary color
Monochromatic Colors of #DF213C
Black with #DF213C
Text Example
Text Example
White with #DF213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF213C; }
p { color: rgb(223,33,60); }
H1.HeaderClassName
{
color: #DF213C;
}
.AnyTagClassName
{
color: #DF213C;
}
</style>
background-color css
<style>
a { background-color: #DF213C; }
a { background-color: rgb(223,33,60); }
div.DivClassName
{
background-color: #DF213C;
}
.BgClassName
{
background-color: #DF213C;
}
</style>
border-color css
<style>
span { border-color: #DF213C; }
span { border-color: rgb(223,33,60); }
td.TdClassName
{
border-color: #DF213C;
}
.TagClassName
{
border-color: #DF213C;
}
</style>