Shades of Alizarin #DF2B3F
Tints of Alizarin #DF2B3F
RGB
CMYK
RGB Variations
Color information
#DF2B3F (or 0xDF2B3F) is known color: Alizarin. HEX triplet: DF, 2B and 3F. RGB value is (223,43,63). Sum of RGB (Red+Green+Blue) = 223+43+63=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B3F is #20D4C0. Grayscale: #636363. Windows color (decimal): -2151617 or 4139999. OLE color: 4139999.
HSL color Cylindrical-coordinate representation of color #DF2B3F: hue angle of 353.33º 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 #DF2B3F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 63 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.13 |
| HSL | 353.33º | 0.74% | 0.52% | - |
| HSV(B) | 353.33º | 0.81% | 0.87% | - |
| XYZ | 32.19 | 17.77 | 6.44 | - |
| YUV | 99.1 | 107.63 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 63 | 0 | 0.81 | 0.72 | 0.13 | 353.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 3F | 0 | 51 | 48 | D | 161 | 4A | 34 |
| Octal | 337 | 53 | 77 | 0 | 121 | 110 | 15 | 541 | 112 | 64 |
| Binary | 11011111 | 101011 | 111111 | 0 | 1010001 | 1001000 | 1101 | 101100001 | 1001010 | 110100 |
Color Harmonies of #DF2B3F
Complementary color
Monochromatic Colors of #DF2B3F
Black with #DF2B3F
Text Example
Text Example
White with #DF2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B3F; }
p { color: rgb(223,43,63); }
H1.HeaderClassName
{
color: #DF2B3F;
}
.AnyTagClassName
{
color: #DF2B3F;
}
</style>
background-color css
<style>
a { background-color: #DF2B3F; }
a { background-color: rgb(223,43,63); }
div.DivClassName
{
background-color: #DF2B3F;
}
.BgClassName
{
background-color: #DF2B3F;
}
</style>
border-color css
<style>
span { border-color: #DF2B3F; }
span { border-color: rgb(223,43,63); }
td.TdClassName
{
border-color: #DF2B3F;
}
.TagClassName
{
border-color: #DF2B3F;
}
</style>