Shades of Alizarin #DF2234
Tints of Alizarin #DF2234
RGB
CMYK
RGB Variations
Color information
#DF2234 (or 0xDF2234) is known color: Alizarin. HEX triplet: DF, 22 and 34. RGB value is (223,34,52). Sum of RGB (Red+Green+Blue) = 223+34+52=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2234 is #20DDCB. Grayscale: #5C5C5C. Windows color (decimal): -2153932 or 3416799. OLE color: 3416799.
HSL color Cylindrical-coordinate representation of color #DF2234: hue angle of 354.29º 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 #DF2234 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 52 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.13 |
| HSL | 354.29º | 0.75% | 0.5% | - |
| HSV(B) | 354.29º | 0.85% | 0.87% | - |
| XYZ | 31.62 | 17.08 | 4.88 | - |
| YUV | 92.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 52 | 0 | 0.85 | 0.77 | 0.13 | 354.29 | 0.75 | 0.5 |
| Hex | DF | 22 | 34 | 0 | 55 | 4D | D | 162 | 4B | 32 |
| Octal | 337 | 42 | 64 | 0 | 125 | 115 | 15 | 542 | 113 | 62 |
| Binary | 11011111 | 100010 | 110100 | 0 | 1010101 | 1001101 | 1101 | 101100010 | 1001011 | 110010 |
Color Harmonies of #DF2234
Complementary color
Monochromatic Colors of #DF2234
Black with #DF2234
Text Example
Text Example
White with #DF2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2234; }
p { color: rgb(223,34,52); }
H1.HeaderClassName
{
color: #DF2234;
}
.AnyTagClassName
{
color: #DF2234;
}
</style>
background-color css
<style>
a { background-color: #DF2234; }
a { background-color: rgb(223,34,52); }
div.DivClassName
{
background-color: #DF2234;
}
.BgClassName
{
background-color: #DF2234;
}
</style>
border-color css
<style>
span { border-color: #DF2234; }
span { border-color: rgb(223,34,52); }
td.TdClassName
{
border-color: #DF2234;
}
.TagClassName
{
border-color: #DF2234;
}
</style>