Shades of Alizarin #DF2737
Tints of Alizarin #DF2737
RGB
CMYK
RGB Variations
Color information
#DF2737 (or 0xDF2737) is known color: Alizarin. HEX triplet: DF, 27 and 37. RGB value is (223,39,55). Sum of RGB (Red+Green+Blue) = 223+39+55=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2737 is #20D8C8. Grayscale: #5F5F5F. Windows color (decimal): -2152649 or 3614687. OLE color: 3614687.
HSL color Cylindrical-coordinate representation of color #DF2737: hue angle of 354.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2737 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 55 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.13 |
| HSL | 354.78º | 0.74% | 0.51% | - |
| HSV(B) | 354.78º | 0.83% | 0.87% | - |
| XYZ | 31.85 | 17.41 | 5.3 | - |
| YUV | 95.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 55 | 0 | 0.83 | 0.75 | 0.13 | 354.78 | 0.74 | 0.51 |
| Hex | DF | 27 | 37 | 0 | 53 | 4B | D | 163 | 4A | 33 |
| Octal | 337 | 47 | 67 | 0 | 123 | 113 | 15 | 543 | 112 | 63 |
| Binary | 11011111 | 100111 | 110111 | 0 | 1010011 | 1001011 | 1101 | 101100011 | 1001010 | 110011 |
Color Harmonies of #DF2737
Complementary color
Monochromatic Colors of #DF2737
Black with #DF2737
Text Example
Text Example
White with #DF2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2737; }
p { color: rgb(223,39,55); }
H1.HeaderClassName
{
color: #DF2737;
}
.AnyTagClassName
{
color: #DF2737;
}
</style>
background-color css
<style>
a { background-color: #DF2737; }
a { background-color: rgb(223,39,55); }
div.DivClassName
{
background-color: #DF2737;
}
.BgClassName
{
background-color: #DF2737;
}
</style>
border-color css
<style>
span { border-color: #DF2737; }
span { border-color: rgb(223,39,55); }
td.TdClassName
{
border-color: #DF2737;
}
.TagClassName
{
border-color: #DF2737;
}
</style>