Shades of Alizarin #DF222D
Tints of Alizarin #DF222D
RGB
CMYK
RGB Variations
Color information
#DF222D (or 0xDF222D) is known color: Alizarin. HEX triplet: DF, 22 and 2D. RGB value is (223,34,45). Sum of RGB (Red+Green+Blue) = 223+34+45=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF222D is #20DDD2. Grayscale: #5B5B5B. Windows color (decimal): -2153939 or 2958047. OLE color: 2958047.
HSL color Cylindrical-coordinate representation of color #DF222D: hue angle of 356.51º 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 #DF222D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 45 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.13 |
| HSL | 356.51º | 0.75% | 0.5% | - |
| HSV(B) | 356.51º | 0.85% | 0.87% | - |
| XYZ | 31.48 | 17.02 | 4.11 | - |
| YUV | 91.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 45 | 0 | 0.85 | 0.80 | 0.13 | 356.51 | 0.75 | 0.5 |
| Hex | DF | 22 | 2D | 0 | 55 | 50 | D | 165 | 4B | 32 |
| Octal | 337 | 42 | 55 | 0 | 125 | 120 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100010 | 101101 | 0 | 1010101 | 1010000 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF222D
Complementary color
Monochromatic Colors of #DF222D
Black with #DF222D
Text Example
Text Example
White with #DF222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF222D; }
p { color: rgb(223,34,45); }
H1.HeaderClassName
{
color: #DF222D;
}
.AnyTagClassName
{
color: #DF222D;
}
</style>
background-color css
<style>
a { background-color: #DF222D; }
a { background-color: rgb(223,34,45); }
div.DivClassName
{
background-color: #DF222D;
}
.BgClassName
{
background-color: #DF222D;
}
</style>
border-color css
<style>
span { border-color: #DF222D; }
span { border-color: rgb(223,34,45); }
td.TdClassName
{
border-color: #DF222D;
}
.TagClassName
{
border-color: #DF222D;
}
</style>