Shades of Alizarin #DF2D3C
Tints of Alizarin #DF2D3C
RGB
CMYK
RGB Variations
Color information
#DF2D3C (or 0xDF2D3C) is known color: Alizarin. HEX triplet: DF, 2D and 3C. RGB value is (223,45,60). Sum of RGB (Red+Green+Blue) = 223+45+60=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D3C is #20D2C3. Grayscale: #646464. Windows color (decimal): -2151108 or 3943903. OLE color: 3943903.
HSL color Cylindrical-coordinate representation of color #DF2D3C: hue angle of 354.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D3C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 60 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.13 |
| HSL | 354.94º | 0.74% | 0.53% | - |
| HSV(B) | 354.94º | 0.8% | 0.87% | - |
| XYZ | 32.19 | 17.89 | 6.03 | - |
| YUV | 99.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 60 | 0 | 0.80 | 0.73 | 0.13 | 354.94 | 0.74 | 0.53 |
| Hex | DF | 2D | 3C | 0 | 50 | 49 | D | 163 | 4A | 35 |
| Octal | 337 | 55 | 74 | 0 | 120 | 111 | 15 | 543 | 112 | 65 |
| Binary | 11011111 | 101101 | 111100 | 0 | 1010000 | 1001001 | 1101 | 101100011 | 1001010 | 110101 |
Color Harmonies of #DF2D3C
Complementary color
Monochromatic Colors of #DF2D3C
Black with #DF2D3C
Text Example
Text Example
White with #DF2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D3C; }
p { color: rgb(223,45,60); }
H1.HeaderClassName
{
color: #DF2D3C;
}
.AnyTagClassName
{
color: #DF2D3C;
}
</style>
background-color css
<style>
a { background-color: #DF2D3C; }
a { background-color: rgb(223,45,60); }
div.DivClassName
{
background-color: #DF2D3C;
}
.BgClassName
{
background-color: #DF2D3C;
}
</style>
border-color css
<style>
span { border-color: #DF2D3C; }
span { border-color: rgb(223,45,60); }
td.TdClassName
{
border-color: #DF2D3C;
}
.TagClassName
{
border-color: #DF2D3C;
}
</style>