Shades of Alizarin #DF2B32
Tints of Alizarin #DF2B32
RGB
CMYK
RGB Variations
Color information
#DF2B32 (or 0xDF2B32) is known color: Alizarin. HEX triplet: DF, 2B and 32. RGB value is (223,43,50). Sum of RGB (Red+Green+Blue) = 223+43+50=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B32 is #20D4CD. Grayscale: #616161. Windows color (decimal): -2151630 or 3288031. OLE color: 3288031.
HSL color Cylindrical-coordinate representation of color #DF2B32: hue angle of 357.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B32 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 50 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.13 |
| HSL | 357.67º | 0.74% | 0.52% | - |
| HSV(B) | 357.67º | 0.81% | 0.87% | - |
| XYZ | 31.87 | 17.65 | 4.74 | - |
| YUV | 97.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 50 | 0 | 0.81 | 0.78 | 0.13 | 357.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 32 | 0 | 51 | 4E | D | 166 | 4A | 34 |
| Octal | 337 | 53 | 62 | 0 | 121 | 116 | 15 | 546 | 112 | 64 |
| Binary | 11011111 | 101011 | 110010 | 0 | 1010001 | 1001110 | 1101 | 101100110 | 1001010 | 110100 |
Color Harmonies of #DF2B32
Complementary color
Monochromatic Colors of #DF2B32
Black with #DF2B32
Text Example
Text Example
White with #DF2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B32; }
p { color: rgb(223,43,50); }
H1.HeaderClassName
{
color: #DF2B32;
}
.AnyTagClassName
{
color: #DF2B32;
}
</style>
background-color css
<style>
a { background-color: #DF2B32; }
a { background-color: rgb(223,43,50); }
div.DivClassName
{
background-color: #DF2B32;
}
.BgClassName
{
background-color: #DF2B32;
}
</style>
border-color css
<style>
span { border-color: #DF2B32; }
span { border-color: rgb(223,43,50); }
td.TdClassName
{
border-color: #DF2B32;
}
.TagClassName
{
border-color: #DF2B32;
}
</style>