Shades of Alizarin #DF3739
Tints of Alizarin #DF3739
RGB
CMYK
RGB Variations
Color information
#DF3739 (or 0xDF3739) is known color: Alizarin. HEX triplet: DF, 37 and 39. RGB value is (223,55,57). Sum of RGB (Red+Green+Blue) = 223+55+57=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3739 is #20C8C6. Grayscale: #696969. Windows color (decimal): -2148551 or 3749855. OLE color: 3749855.
HSL color Cylindrical-coordinate representation of color #DF3739: hue angle of 359.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3739 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 57 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.13 |
| HSL | 359.29º | 0.72% | 0.55% | - |
| HSV(B) | 359.29º | 0.75% | 0.87% | - |
| XYZ | 32.54 | 18.72 | 5.77 | - |
| YUV | 105.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 57 | 0 | 0.75 | 0.74 | 0.13 | 359.29 | 0.72 | 0.55 |
| Hex | DF | 37 | 39 | 0 | 4B | 4A | D | 167 | 48 | 37 |
| Octal | 337 | 67 | 71 | 0 | 113 | 112 | 15 | 547 | 110 | 67 |
| Binary | 11011111 | 110111 | 111001 | 0 | 1001011 | 1001010 | 1101 | 101100111 | 1001000 | 110111 |
Color Harmonies of #DF3739
Complementary color
Monochromatic Colors of #DF3739
Black with #DF3739
Text Example
Text Example
White with #DF3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3739; }
p { color: rgb(223,55,57); }
H1.HeaderClassName
{
color: #DF3739;
}
.AnyTagClassName
{
color: #DF3739;
}
</style>
background-color css
<style>
a { background-color: #DF3739; }
a { background-color: rgb(223,55,57); }
div.DivClassName
{
background-color: #DF3739;
}
.BgClassName
{
background-color: #DF3739;
}
</style>
border-color css
<style>
span { border-color: #DF3739; }
span { border-color: rgb(223,55,57); }
td.TdClassName
{
border-color: #DF3739;
}
.TagClassName
{
border-color: #DF3739;
}
</style>