Shades of Alizarin #DF2D31
Tints of Alizarin #DF2D31
RGB
CMYK
RGB Variations
Color information
#DF2D31 (or 0xDF2D31) is known color: Alizarin. HEX triplet: DF, 2D and 31. RGB value is (223,45,49). Sum of RGB (Red+Green+Blue) = 223+45+49=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D31 is #20D2CE. Grayscale: #626262. Windows color (decimal): -2151119 or 3223007. OLE color: 3223007.
HSL color Cylindrical-coordinate representation of color #DF2D31: hue angle of 358.65º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 49 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.13 |
| HSL | 358.65º | 0.74% | 0.53% | - |
| HSV(B) | 358.65º | 0.8% | 0.87% | - |
| XYZ | 31.92 | 17.79 | 4.66 | - |
| YUV | 98.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 49 | 0 | 0.80 | 0.78 | 0.13 | 358.65 | 0.74 | 0.53 |
| Hex | DF | 2D | 31 | 0 | 50 | 4E | D | 167 | 4A | 35 |
| Octal | 337 | 55 | 61 | 0 | 120 | 116 | 15 | 547 | 112 | 65 |
| Binary | 11011111 | 101101 | 110001 | 0 | 1010000 | 1001110 | 1101 | 101100111 | 1001010 | 110101 |
Color Harmonies of #DF2D31
Complementary color
Monochromatic Colors of #DF2D31
Black with #DF2D31
Text Example
Text Example
White with #DF2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D31; }
p { color: rgb(223,45,49); }
H1.HeaderClassName
{
color: #DF2D31;
}
.AnyTagClassName
{
color: #DF2D31;
}
</style>
background-color css
<style>
a { background-color: #DF2D31; }
a { background-color: rgb(223,45,49); }
div.DivClassName
{
background-color: #DF2D31;
}
.BgClassName
{
background-color: #DF2D31;
}
</style>
border-color css
<style>
span { border-color: #DF2D31; }
span { border-color: rgb(223,45,49); }
td.TdClassName
{
border-color: #DF2D31;
}
.TagClassName
{
border-color: #DF2D31;
}
</style>