Shades of Alizarin #DF2337
Tints of Alizarin #DF2337
RGB
CMYK
RGB Variations
Color information
#DF2337 (or 0xDF2337) is known color: Alizarin. HEX triplet: DF, 23 and 37. RGB value is (223,35,55). Sum of RGB (Red+Green+Blue) = 223+35+55=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2337 is #20DCC8. Grayscale: #5D5D5D. Windows color (decimal): -2153673 or 3613663. OLE color: 3613663.
HSL color Cylindrical-coordinate representation of color #DF2337: hue angle of 353.62º 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 #DF2337 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 55 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.13 |
| HSL | 353.62º | 0.75% | 0.51% | - |
| HSV(B) | 353.62º | 0.84% | 0.87% | - |
| XYZ | 31.72 | 17.17 | 5.26 | - |
| YUV | 93.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 55 | 0 | 0.84 | 0.75 | 0.13 | 353.62 | 0.75 | 0.51 |
| Hex | DF | 23 | 37 | 0 | 54 | 4B | D | 162 | 4B | 33 |
| Octal | 337 | 43 | 67 | 0 | 124 | 113 | 15 | 542 | 113 | 63 |
| Binary | 11011111 | 100011 | 110111 | 0 | 1010100 | 1001011 | 1101 | 101100010 | 1001011 | 110011 |
Color Harmonies of #DF2337
Complementary color
Monochromatic Colors of #DF2337
Black with #DF2337
Text Example
Text Example
White with #DF2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2337; }
p { color: rgb(223,35,55); }
H1.HeaderClassName
{
color: #DF2337;
}
.AnyTagClassName
{
color: #DF2337;
}
</style>
background-color css
<style>
a { background-color: #DF2337; }
a { background-color: rgb(223,35,55); }
div.DivClassName
{
background-color: #DF2337;
}
.BgClassName
{
background-color: #DF2337;
}
</style>
border-color css
<style>
span { border-color: #DF2337; }
span { border-color: rgb(223,35,55); }
td.TdClassName
{
border-color: #DF2337;
}
.TagClassName
{
border-color: #DF2337;
}
</style>