Shades of Alizarin #DF2A3C
Tints of Alizarin #DF2A3C
RGB
CMYK
RGB Variations
Color information
#DF2A3C (or 0xDF2A3C) is known color: Alizarin. HEX triplet: DF, 2A and 3C. RGB value is (223,42,60). Sum of RGB (Red+Green+Blue) = 223+42+60=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2A3C is #20D5C3. Grayscale: #626262. Windows color (decimal): -2151876 or 3943135. OLE color: 3943135.
HSL color Cylindrical-coordinate representation of color #DF2A3C: hue angle of 354.03º 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 #DF2A3C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 60 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.13 |
| HSL | 354.03º | 0.74% | 0.52% | - |
| HSV(B) | 354.03º | 0.81% | 0.87% | - |
| XYZ | 32.08 | 17.67 | 6 | - |
| YUV | 98.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 60 | 0 | 0.81 | 0.73 | 0.13 | 354.03 | 0.74 | 0.52 |
| Hex | DF | 2A | 3C | 0 | 51 | 49 | D | 162 | 4A | 34 |
| Octal | 337 | 52 | 74 | 0 | 121 | 111 | 15 | 542 | 112 | 64 |
| Binary | 11011111 | 101010 | 111100 | 0 | 1010001 | 1001001 | 1101 | 101100010 | 1001010 | 110100 |
Color Harmonies of #DF2A3C
Complementary color
Monochromatic Colors of #DF2A3C
Black with #DF2A3C
Text Example
Text Example
White with #DF2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A3C; }
p { color: rgb(223,42,60); }
H1.HeaderClassName
{
color: #DF2A3C;
}
.AnyTagClassName
{
color: #DF2A3C;
}
</style>
background-color css
<style>
a { background-color: #DF2A3C; }
a { background-color: rgb(223,42,60); }
div.DivClassName
{
background-color: #DF2A3C;
}
.BgClassName
{
background-color: #DF2A3C;
}
</style>
border-color css
<style>
span { border-color: #DF2A3C; }
span { border-color: rgb(223,42,60); }
td.TdClassName
{
border-color: #DF2A3C;
}
.TagClassName
{
border-color: #DF2A3C;
}
</style>