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