Shades of Alizarin #DF2C41
Tints of Alizarin #DF2C41
RGB
CMYK
RGB Variations
Color information
#DF2C41 (or 0xDF2C41) is known color: Alizarin. HEX triplet: DF, 2C and 41. RGB value is (223,44,65). Sum of RGB (Red+Green+Blue) = 223+44+65=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C41 is #20D3BE. Grayscale: #646464. Windows color (decimal): -2151359 or 4271327. OLE color: 4271327.
HSL color Cylindrical-coordinate representation of color #DF2C41: hue angle of 352.96º 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 #DF2C41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 65 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.13 |
| HSL | 352.96º | 0.74% | 0.52% | - |
| HSV(B) | 352.96º | 0.8% | 0.87% | - |
| XYZ | 32.29 | 17.87 | 6.75 | - |
| YUV | 99.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 65 | 0 | 0.80 | 0.71 | 0.13 | 352.96 | 0.74 | 0.52 |
| Hex | DF | 2C | 41 | 0 | 50 | 47 | D | 161 | 4A | 34 |
| Octal | 337 | 54 | 101 | 0 | 120 | 107 | 15 | 541 | 112 | 64 |
| Binary | 11011111 | 101100 | 1000001 | 0 | 1010000 | 1000111 | 1101 | 101100001 | 1001010 | 110100 |
Color Harmonies of #DF2C41
Complementary color
Monochromatic Colors of #DF2C41
Black with #DF2C41
Text Example
Text Example
White with #DF2C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C41; }
p { color: rgb(223,44,65); }
H1.HeaderClassName
{
color: #DF2C41;
}
.AnyTagClassName
{
color: #DF2C41;
}
</style>
background-color css
<style>
a { background-color: #DF2C41; }
a { background-color: rgb(223,44,65); }
div.DivClassName
{
background-color: #DF2C41;
}
.BgClassName
{
background-color: #DF2C41;
}
</style>
border-color css
<style>
span { border-color: #DF2C41; }
span { border-color: rgb(223,44,65); }
td.TdClassName
{
border-color: #DF2C41;
}
.TagClassName
{
border-color: #DF2C41;
}
</style>