Shades of Alizarin #DF212C
Tints of Alizarin #DF212C
RGB
CMYK
RGB Variations
Color information
#DF212C (or 0xDF212C) is known color: Alizarin. HEX triplet: DF, 21 and 2C. RGB value is (223,33,44). Sum of RGB (Red+Green+Blue) = 223+33+44=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF212C is #20DED3. Grayscale: #5B5B5B. Windows color (decimal): -2154196 or 2892255. OLE color: 2892255.
HSL color Cylindrical-coordinate representation of color #DF212C: hue angle of 356.53º 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 #DF212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.13 |
| HSL | 356.53º | 0.75% | 0.5% | - |
| HSV(B) | 356.53º | 0.85% | 0.87% | - |
| XYZ | 31.43 | 16.96 | 4 | - |
| YUV | 91.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 44 | 0 | 0.85 | 0.80 | 0.13 | 356.53 | 0.75 | 0.5 |
| Hex | DF | 21 | 2C | 0 | 55 | 50 | D | 165 | 4B | 32 |
| Octal | 337 | 41 | 54 | 0 | 125 | 120 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100001 | 101100 | 0 | 1010101 | 1010000 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF212C
Complementary color
Monochromatic Colors of #DF212C
Black with #DF212C
Text Example
Text Example
White with #DF212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF212C; }
p { color: rgb(223,33,44); }
H1.HeaderClassName
{
color: #DF212C;
}
.AnyTagClassName
{
color: #DF212C;
}
</style>
background-color css
<style>
a { background-color: #DF212C; }
a { background-color: rgb(223,33,44); }
div.DivClassName
{
background-color: #DF212C;
}
.BgClassName
{
background-color: #DF212C;
}
</style>
border-color css
<style>
span { border-color: #DF212C; }
span { border-color: rgb(223,33,44); }
td.TdClassName
{
border-color: #DF212C;
}
.TagClassName
{
border-color: #DF212C;
}
</style>