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