Shades of Alizarin #DF222A
Tints of Alizarin #DF222A
RGB
CMYK
RGB Variations
Color information
#DF222A (or 0xDF222A) is known color: Alizarin. HEX triplet: DF, 22 and 2A. RGB value is (223,34,42). Sum of RGB (Red+Green+Blue) = 223+34+42=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF222A is #20DDD5. Grayscale: #5B5B5B. Windows color (decimal): -2153942 or 2761439. OLE color: 2761439.
HSL color Cylindrical-coordinate representation of color #DF222A: hue angle of 357.46º 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 #DF222A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.13 |
| HSL | 357.46º | 0.75% | 0.5% | - |
| HSV(B) | 357.46º | 0.85% | 0.87% | - |
| XYZ | 31.42 | 17 | 3.82 | - |
| YUV | 91.42 | 100.12 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 42 | 0 | 0.85 | 0.81 | 0.13 | 357.46 | 0.75 | 0.5 |
| Hex | DF | 22 | 2A | 0 | 55 | 51 | D | 165 | 4B | 32 |
| Octal | 337 | 42 | 52 | 0 | 125 | 121 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100010 | 101010 | 0 | 1010101 | 1010001 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF222A
Complementary color
Monochromatic Colors of #DF222A
Black with #DF222A
Text Example
Text Example
White with #DF222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF222A; }
p { color: rgb(223,34,42); }
H1.HeaderClassName
{
color: #DF222A;
}
.AnyTagClassName
{
color: #DF222A;
}
</style>
background-color css
<style>
a { background-color: #DF222A; }
a { background-color: rgb(223,34,42); }
div.DivClassName
{
background-color: #DF222A;
}
.BgClassName
{
background-color: #DF222A;
}
</style>
border-color css
<style>
span { border-color: #DF222A; }
span { border-color: rgb(223,34,42); }
td.TdClassName
{
border-color: #DF222A;
}
.TagClassName
{
border-color: #DF222A;
}
</style>