Shades of Alizarin #DF3134
Tints of Alizarin #DF3134
RGB
CMYK
RGB Variations
Color information
#DF3134 (or 0xDF3134) is known color: Alizarin. HEX triplet: DF, 31 and 34. RGB value is (223,49,52). Sum of RGB (Red+Green+Blue) = 223+49+52=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3134 is #20CECB. Grayscale: #656565. Windows color (decimal): -2150092 or 3420639. OLE color: 3420639.
HSL color Cylindrical-coordinate representation of color #DF3134: hue angle of 358.97º 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 #DF3134 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 52 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.13 |
| HSL | 358.97º | 0.73% | 0.53% | - |
| HSV(B) | 358.97º | 0.78% | 0.87% | - |
| XYZ | 32.15 | 18.13 | 5.05 | - |
| YUV | 101.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 52 | 0 | 0.78 | 0.77 | 0.13 | 358.97 | 0.73 | 0.53 |
| Hex | DF | 31 | 34 | 0 | 4E | 4D | D | 167 | 49 | 35 |
| Octal | 337 | 61 | 64 | 0 | 116 | 115 | 15 | 547 | 111 | 65 |
| Binary | 11011111 | 110001 | 110100 | 0 | 1001110 | 1001101 | 1101 | 101100111 | 1001001 | 110101 |
Color Harmonies of #DF3134
Complementary color
Monochromatic Colors of #DF3134
Black with #DF3134
Text Example
Text Example
White with #DF3134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3134; }
p { color: rgb(223,49,52); }
H1.HeaderClassName
{
color: #DF3134;
}
.AnyTagClassName
{
color: #DF3134;
}
</style>
background-color css
<style>
a { background-color: #DF3134; }
a { background-color: rgb(223,49,52); }
div.DivClassName
{
background-color: #DF3134;
}
.BgClassName
{
background-color: #DF3134;
}
</style>
border-color css
<style>
span { border-color: #DF3134; }
span { border-color: rgb(223,49,52); }
td.TdClassName
{
border-color: #DF3134;
}
.TagClassName
{
border-color: #DF3134;
}
</style>