Shades of Alizarin #DF2C3B
Tints of Alizarin #DF2C3B
RGB
CMYK
RGB Variations
Color information
#DF2C3B (or 0xDF2C3B) is known color: Alizarin. HEX triplet: DF, 2C and 3B. RGB value is (223,44,59). Sum of RGB (Red+Green+Blue) = 223+44+59=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C3B is #20D3C4. Grayscale: #636363. Windows color (decimal): -2151365 or 3878111. OLE color: 3878111.
HSL color Cylindrical-coordinate representation of color #DF2C3B: hue angle of 354.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C3B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 59 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.13 |
| HSL | 354.97º | 0.74% | 0.52% | - |
| HSV(B) | 354.97º | 0.8% | 0.87% | - |
| XYZ | 32.12 | 17.81 | 5.88 | - |
| YUV | 99.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 59 | 0 | 0.80 | 0.74 | 0.13 | 354.97 | 0.74 | 0.52 |
| Hex | DF | 2C | 3B | 0 | 50 | 4A | D | 163 | 4A | 34 |
| Octal | 337 | 54 | 73 | 0 | 120 | 112 | 15 | 543 | 112 | 64 |
| Binary | 11011111 | 101100 | 111011 | 0 | 1010000 | 1001010 | 1101 | 101100011 | 1001010 | 110100 |
Color Harmonies of #DF2C3B
Complementary color
Monochromatic Colors of #DF2C3B
Black with #DF2C3B
Text Example
Text Example
White with #DF2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C3B; }
p { color: rgb(223,44,59); }
H1.HeaderClassName
{
color: #DF2C3B;
}
.AnyTagClassName
{
color: #DF2C3B;
}
</style>
background-color css
<style>
a { background-color: #DF2C3B; }
a { background-color: rgb(223,44,59); }
div.DivClassName
{
background-color: #DF2C3B;
}
.BgClassName
{
background-color: #DF2C3B;
}
</style>
border-color css
<style>
span { border-color: #DF2C3B; }
span { border-color: rgb(223,44,59); }
td.TdClassName
{
border-color: #DF2C3B;
}
.TagClassName
{
border-color: #DF2C3B;
}
</style>