Shades of Alizarin #DF223F
Tints of Alizarin #DF223F
RGB
CMYK
RGB Variations
Color information
#DF223F (or 0xDF223F) is known color: Alizarin. HEX triplet: DF, 22 and 3F. RGB value is (223,34,63). Sum of RGB (Red+Green+Blue) = 223+34+63=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF223F is #20DDC0. Grayscale: #5D5D5D. Windows color (decimal): -2153921 or 4137695. OLE color: 4137695.
HSL color Cylindrical-coordinate representation of color #DF223F: hue angle of 350.79º 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 #DF223F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.13 |
| HSL | 350.79º | 0.75% | 0.5% | - |
| HSV(B) | 350.79º | 0.85% | 0.87% | - |
| XYZ | 31.9 | 17.19 | 6.34 | - |
| YUV | 93.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 63 | 0 | 0.85 | 0.72 | 0.13 | 350.79 | 0.75 | 0.5 |
| Hex | DF | 22 | 3F | 0 | 55 | 48 | D | 15F | 4B | 32 |
| Octal | 337 | 42 | 77 | 0 | 125 | 110 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100010 | 111111 | 0 | 1010101 | 1001000 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF223F
Complementary color
Monochromatic Colors of #DF223F
Black with #DF223F
Text Example
Text Example
White with #DF223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF223F; }
p { color: rgb(223,34,63); }
H1.HeaderClassName
{
color: #DF223F;
}
.AnyTagClassName
{
color: #DF223F;
}
</style>
background-color css
<style>
a { background-color: #DF223F; }
a { background-color: rgb(223,34,63); }
div.DivClassName
{
background-color: #DF223F;
}
.BgClassName
{
background-color: #DF223F;
}
</style>
border-color css
<style>
span { border-color: #DF223F; }
span { border-color: rgb(223,34,63); }
td.TdClassName
{
border-color: #DF223F;
}
.TagClassName
{
border-color: #DF223F;
}
</style>