Shades of Alizarin #DF222C
Tints of Alizarin #DF222C
RGB
CMYK
RGB Variations
Color information
#DF222C (or 0xDF222C) is known color: Alizarin. HEX triplet: DF, 22 and 2C. RGB value is (223,34,44). Sum of RGB (Red+Green+Blue) = 223+34+44=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF222C is #20DDD3. Grayscale: #5B5B5B. Windows color (decimal): -2153940 or 2892511. OLE color: 2892511.
HSL color Cylindrical-coordinate representation of color #DF222C: hue angle of 356.83º 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 #DF222C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.13 |
| HSL | 356.83º | 0.75% | 0.5% | - |
| HSV(B) | 356.83º | 0.85% | 0.87% | - |
| XYZ | 31.46 | 17.01 | 4.01 | - |
| YUV | 91.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 44 | 0 | 0.85 | 0.80 | 0.13 | 356.83 | 0.75 | 0.5 |
| Hex | DF | 22 | 2C | 0 | 55 | 50 | D | 165 | 4B | 32 |
| Octal | 337 | 42 | 54 | 0 | 125 | 120 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100010 | 101100 | 0 | 1010101 | 1010000 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF222C
Complementary color
Monochromatic Colors of #DF222C
Black with #DF222C
Text Example
Text Example
White with #DF222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF222C; }
p { color: rgb(223,34,44); }
H1.HeaderClassName
{
color: #DF222C;
}
.AnyTagClassName
{
color: #DF222C;
}
</style>
background-color css
<style>
a { background-color: #DF222C; }
a { background-color: rgb(223,34,44); }
div.DivClassName
{
background-color: #DF222C;
}
.BgClassName
{
background-color: #DF222C;
}
</style>
border-color css
<style>
span { border-color: #DF222C; }
span { border-color: rgb(223,34,44); }
td.TdClassName
{
border-color: #DF222C;
}
.TagClassName
{
border-color: #DF222C;
}
</style>