Shades of Alizarin #DF2334
Tints of Alizarin #DF2334
RGB
CMYK
RGB Variations
Color information
#DF2334 (or 0xDF2334) is known color: Alizarin. HEX triplet: DF, 23 and 34. RGB value is (223,35,52). Sum of RGB (Red+Green+Blue) = 223+35+52=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2334 is #20DCCB. Grayscale: #5D5D5D. Windows color (decimal): -2153676 or 3417055. OLE color: 3417055.
HSL color Cylindrical-coordinate representation of color #DF2334: hue angle of 354.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2334 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 52 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.13 |
| HSL | 354.57º | 0.75% | 0.51% | - |
| HSV(B) | 354.57º | 0.84% | 0.87% | - |
| XYZ | 31.65 | 17.14 | 4.89 | - |
| YUV | 93.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 52 | 0 | 0.84 | 0.77 | 0.13 | 354.57 | 0.75 | 0.51 |
| Hex | DF | 23 | 34 | 0 | 54 | 4D | D | 163 | 4B | 33 |
| Octal | 337 | 43 | 64 | 0 | 124 | 115 | 15 | 543 | 113 | 63 |
| Binary | 11011111 | 100011 | 110100 | 0 | 1010100 | 1001101 | 1101 | 101100011 | 1001011 | 110011 |
Color Harmonies of #DF2334
Complementary color
Monochromatic Colors of #DF2334
Black with #DF2334
Text Example
Text Example
White with #DF2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2334; }
p { color: rgb(223,35,52); }
H1.HeaderClassName
{
color: #DF2334;
}
.AnyTagClassName
{
color: #DF2334;
}
</style>
background-color css
<style>
a { background-color: #DF2334; }
a { background-color: rgb(223,35,52); }
div.DivClassName
{
background-color: #DF2334;
}
.BgClassName
{
background-color: #DF2334;
}
</style>
border-color css
<style>
span { border-color: #DF2334; }
span { border-color: rgb(223,35,52); }
td.TdClassName
{
border-color: #DF2334;
}
.TagClassName
{
border-color: #DF2334;
}
</style>