Shades of Alizarin #DF3139
Tints of Alizarin #DF3139
RGB
CMYK
RGB Variations
Color information
#DF3139 (or 0xDF3139) is known color: Alizarin. HEX triplet: DF, 31 and 39. RGB value is (223,49,57). Sum of RGB (Red+Green+Blue) = 223+49+57=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3139 is #20CEC6. Grayscale: #666666. Windows color (decimal): -2150087 or 3748319. OLE color: 3748319.
HSL color Cylindrical-coordinate representation of color #DF3139: hue angle of 357.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3139 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 57 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.13 |
| HSL | 357.24º | 0.73% | 0.53% | - |
| HSV(B) | 357.24º | 0.78% | 0.87% | - |
| XYZ | 32.27 | 18.18 | 5.68 | - |
| YUV | 101.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 57 | 0 | 0.78 | 0.74 | 0.13 | 357.24 | 0.73 | 0.53 |
| Hex | DF | 31 | 39 | 0 | 4E | 4A | D | 165 | 49 | 35 |
| Octal | 337 | 61 | 71 | 0 | 116 | 112 | 15 | 545 | 111 | 65 |
| Binary | 11011111 | 110001 | 111001 | 0 | 1001110 | 1001010 | 1101 | 101100101 | 1001001 | 110101 |
Color Harmonies of #DF3139
Complementary color
Monochromatic Colors of #DF3139
Black with #DF3139
Text Example
Text Example
White with #DF3139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3139; }
p { color: rgb(223,49,57); }
H1.HeaderClassName
{
color: #DF3139;
}
.AnyTagClassName
{
color: #DF3139;
}
</style>
background-color css
<style>
a { background-color: #DF3139; }
a { background-color: rgb(223,49,57); }
div.DivClassName
{
background-color: #DF3139;
}
.BgClassName
{
background-color: #DF3139;
}
</style>
border-color css
<style>
span { border-color: #DF3139; }
span { border-color: rgb(223,49,57); }
td.TdClassName
{
border-color: #DF3139;
}
.TagClassName
{
border-color: #DF3139;
}
</style>