Shades of Alizarin #DF2332
Tints of Alizarin #DF2332
RGB
CMYK
RGB Variations
Color information
#DF2332 (or 0xDF2332) is known color: Alizarin. HEX triplet: DF, 23 and 32. RGB value is (223,35,50). Sum of RGB (Red+Green+Blue) = 223+35+50=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2332 is #20DCCD. Grayscale: #5D5D5D. Windows color (decimal): -2153678 or 3285983. OLE color: 3285983.
HSL color Cylindrical-coordinate representation of color #DF2332: hue angle of 355.21º 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 #DF2332 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 50 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.13 |
| HSL | 355.21º | 0.75% | 0.51% | - |
| HSV(B) | 355.21º | 0.84% | 0.87% | - |
| XYZ | 31.61 | 17.12 | 4.66 | - |
| YUV | 92.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 50 | 0 | 0.84 | 0.78 | 0.13 | 355.21 | 0.75 | 0.51 |
| Hex | DF | 23 | 32 | 0 | 54 | 4E | D | 163 | 4B | 33 |
| Octal | 337 | 43 | 62 | 0 | 124 | 116 | 15 | 543 | 113 | 63 |
| Binary | 11011111 | 100011 | 110010 | 0 | 1010100 | 1001110 | 1101 | 101100011 | 1001011 | 110011 |
Color Harmonies of #DF2332
Complementary color
Monochromatic Colors of #DF2332
Black with #DF2332
Text Example
Text Example
White with #DF2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2332; }
p { color: rgb(223,35,50); }
H1.HeaderClassName
{
color: #DF2332;
}
.AnyTagClassName
{
color: #DF2332;
}
</style>
background-color css
<style>
a { background-color: #DF2332; }
a { background-color: rgb(223,35,50); }
div.DivClassName
{
background-color: #DF2332;
}
.BgClassName
{
background-color: #DF2332;
}
</style>
border-color css
<style>
span { border-color: #DF2332; }
span { border-color: rgb(223,35,50); }
td.TdClassName
{
border-color: #DF2332;
}
.TagClassName
{
border-color: #DF2332;
}
</style>