Shades of Alizarin #DF212F
Tints of Alizarin #DF212F
RGB
CMYK
RGB Variations
Color information
#DF212F (or 0xDF212F) is known color: Alizarin. HEX triplet: DF, 21 and 2F. RGB value is (223,33,47). Sum of RGB (Red+Green+Blue) = 223+33+47=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF212F is #20DED0. Grayscale: #5B5B5B. Windows color (decimal): -2154193 or 3088863. OLE color: 3088863.
HSL color Cylindrical-coordinate representation of color #DF212F: hue angle of 355.58º 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 #DF212F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.13 |
| HSL | 355.58º | 0.75% | 0.5% | - |
| HSV(B) | 355.58º | 0.85% | 0.87% | - |
| XYZ | 31.49 | 16.98 | 4.31 | - |
| YUV | 91.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 47 | 0 | 0.85 | 0.79 | 0.13 | 355.58 | 0.75 | 0.5 |
| Hex | DF | 21 | 2F | 0 | 55 | 4F | D | 164 | 4B | 32 |
| Octal | 337 | 41 | 57 | 0 | 125 | 117 | 15 | 544 | 113 | 62 |
| Binary | 11011111 | 100001 | 101111 | 0 | 1010101 | 1001111 | 1101 | 101100100 | 1001011 | 110010 |
Color Harmonies of #DF212F
Complementary color
Monochromatic Colors of #DF212F
Black with #DF212F
Text Example
Text Example
White with #DF212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF212F; }
p { color: rgb(223,33,47); }
H1.HeaderClassName
{
color: #DF212F;
}
.AnyTagClassName
{
color: #DF212F;
}
</style>
background-color css
<style>
a { background-color: #DF212F; }
a { background-color: rgb(223,33,47); }
div.DivClassName
{
background-color: #DF212F;
}
.BgClassName
{
background-color: #DF212F;
}
</style>
border-color css
<style>
span { border-color: #DF212F; }
span { border-color: rgb(223,33,47); }
td.TdClassName
{
border-color: #DF212F;
}
.TagClassName
{
border-color: #DF212F;
}
</style>