Shades of Alizarin #DF2235
Tints of Alizarin #DF2235
RGB
CMYK
RGB Variations
Color information
#DF2235 (or 0xDF2235) is known color: Alizarin. HEX triplet: DF, 22 and 35. RGB value is (223,34,53). Sum of RGB (Red+Green+Blue) = 223+34+53=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2235 is #20DDCA. Grayscale: #5C5C5C. Windows color (decimal): -2153931 or 3482335. OLE color: 3482335.
HSL color Cylindrical-coordinate representation of color #DF2235: hue angle of 353.97º 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 #DF2235 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 53 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.13 |
| HSL | 353.97º | 0.75% | 0.5% | - |
| HSV(B) | 353.97º | 0.85% | 0.87% | - |
| XYZ | 31.65 | 17.09 | 5 | - |
| YUV | 92.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 53 | 0 | 0.85 | 0.76 | 0.13 | 353.97 | 0.75 | 0.5 |
| Hex | DF | 22 | 35 | 0 | 55 | 4C | D | 162 | 4B | 32 |
| Octal | 337 | 42 | 65 | 0 | 125 | 114 | 15 | 542 | 113 | 62 |
| Binary | 11011111 | 100010 | 110101 | 0 | 1010101 | 1001100 | 1101 | 101100010 | 1001011 | 110010 |
Color Harmonies of #DF2235
Complementary color
Monochromatic Colors of #DF2235
Black with #DF2235
Text Example
Text Example
White with #DF2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2235; }
p { color: rgb(223,34,53); }
H1.HeaderClassName
{
color: #DF2235;
}
.AnyTagClassName
{
color: #DF2235;
}
</style>
background-color css
<style>
a { background-color: #DF2235; }
a { background-color: rgb(223,34,53); }
div.DivClassName
{
background-color: #DF2235;
}
.BgClassName
{
background-color: #DF2235;
}
</style>
border-color css
<style>
span { border-color: #DF2235; }
span { border-color: rgb(223,34,53); }
td.TdClassName
{
border-color: #DF2235;
}
.TagClassName
{
border-color: #DF2235;
}
</style>