Shades of Alizarin #DF2B43
Tints of Alizarin #DF2B43
RGB
CMYK
RGB Variations
Color information
#DF2B43 (or 0xDF2B43) is known color: Alizarin. HEX triplet: DF, 2B and 43. RGB value is (223,43,67). Sum of RGB (Red+Green+Blue) = 223+43+67=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B43 is #20D4BC. Grayscale: #636363. Windows color (decimal): -2151613 or 4402143. OLE color: 4402143.
HSL color Cylindrical-coordinate representation of color #DF2B43: hue angle of 352º 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 #DF2B43 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.13 |
| HSL | 352º | 0.74% | 0.52% | - |
| HSV(B) | 352º | 0.81% | 0.87% | - |
| XYZ | 32.31 | 17.82 | 7.05 | - |
| YUV | 99.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 67 | 0 | 0.81 | 0.70 | 0.13 | 352 | 0.74 | 0.52 |
| Hex | DF | 2B | 43 | 0 | 51 | 46 | D | 160 | 4A | 34 |
| Octal | 337 | 53 | 103 | 0 | 121 | 106 | 15 | 540 | 112 | 64 |
| Binary | 11011111 | 101011 | 1000011 | 0 | 1010001 | 1000110 | 1101 | 101100000 | 1001010 | 110100 |
Color Harmonies of #DF2B43
Complementary color
Monochromatic Colors of #DF2B43
Black with #DF2B43
Text Example
Text Example
White with #DF2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B43; }
p { color: rgb(223,43,67); }
H1.HeaderClassName
{
color: #DF2B43;
}
.AnyTagClassName
{
color: #DF2B43;
}
</style>
background-color css
<style>
a { background-color: #DF2B43; }
a { background-color: rgb(223,43,67); }
div.DivClassName
{
background-color: #DF2B43;
}
.BgClassName
{
background-color: #DF2B43;
}
</style>
border-color css
<style>
span { border-color: #DF2B43; }
span { border-color: rgb(223,43,67); }
td.TdClassName
{
border-color: #DF2B43;
}
.TagClassName
{
border-color: #DF2B43;
}
</style>