Shades of Alizarin #DF3132
Tints of Alizarin #DF3132
RGB
CMYK
RGB Variations
Color information
#DF3132 (or 0xDF3132) is known color: Alizarin. HEX triplet: DF, 31 and 32. RGB value is (223,49,50). Sum of RGB (Red+Green+Blue) = 223+49+50=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3132 is #20CECD. Grayscale: #656565. Windows color (decimal): -2150094 or 3289567. OLE color: 3289567.
HSL color Cylindrical-coordinate representation of color #DF3132: hue angle of 359.66º 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 #DF3132 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.13 |
| HSL | 359.66º | 0.73% | 0.53% | - |
| HSV(B) | 359.66º | 0.78% | 0.87% | - |
| XYZ | 32.11 | 18.11 | 4.82 | - |
| YUV | 101.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 50 | 0 | 0.78 | 0.78 | 0.13 | 359.66 | 0.73 | 0.53 |
| Hex | DF | 31 | 32 | 0 | 4E | 4E | D | 168 | 49 | 35 |
| Octal | 337 | 61 | 62 | 0 | 116 | 116 | 15 | 550 | 111 | 65 |
| Binary | 11011111 | 110001 | 110010 | 0 | 1001110 | 1001110 | 1101 | 101101000 | 1001001 | 110101 |
Color Harmonies of #DF3132
Complementary color
Monochromatic Colors of #DF3132
Black with #DF3132
Text Example
Text Example
White with #DF3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3132; }
p { color: rgb(223,49,50); }
H1.HeaderClassName
{
color: #DF3132;
}
.AnyTagClassName
{
color: #DF3132;
}
</style>
background-color css
<style>
a { background-color: #DF3132; }
a { background-color: rgb(223,49,50); }
div.DivClassName
{
background-color: #DF3132;
}
.BgClassName
{
background-color: #DF3132;
}
</style>
border-color css
<style>
span { border-color: #DF3132; }
span { border-color: rgb(223,49,50); }
td.TdClassName
{
border-color: #DF3132;
}
.TagClassName
{
border-color: #DF3132;
}
</style>