Shades of Alizarin #DF293D
Tints of Alizarin #DF293D
RGB
CMYK
RGB Variations
Color information
#DF293D (or 0xDF293D) is known color: Alizarin. HEX triplet: DF, 29 and 3D. RGB value is (223,41,61). Sum of RGB (Red+Green+Blue) = 223+41+61=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF293D is #20D6C2. Grayscale: #616161. Windows color (decimal): -2152131 or 4008415. OLE color: 4008415.
HSL color Cylindrical-coordinate representation of color #DF293D: hue angle of 353.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF293D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 61 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.41º | 0.74% | 0.52% | - |
| HSV(B) | 353.41º | 0.82% | 0.87% | - |
| XYZ | 32.07 | 17.61 | 6.12 | - |
| YUV | 97.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 61 | 0 | 0.82 | 0.73 | 0.13 | 353.41 | 0.74 | 0.52 |
| Hex | DF | 29 | 3D | 0 | 52 | 49 | D | 161 | 4A | 34 |
| Octal | 337 | 51 | 75 | 0 | 122 | 111 | 15 | 541 | 112 | 64 |
| Binary | 11011111 | 101001 | 111101 | 0 | 1010010 | 1001001 | 1101 | 101100001 | 1001010 | 110100 |
Color Harmonies of #DF293D
Complementary color
Monochromatic Colors of #DF293D
Black with #DF293D
Text Example
Text Example
White with #DF293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF293D; }
p { color: rgb(223,41,61); }
H1.HeaderClassName
{
color: #DF293D;
}
.AnyTagClassName
{
color: #DF293D;
}
</style>
background-color css
<style>
a { background-color: #DF293D; }
a { background-color: rgb(223,41,61); }
div.DivClassName
{
background-color: #DF293D;
}
.BgClassName
{
background-color: #DF293D;
}
</style>
border-color css
<style>
span { border-color: #DF293D; }
span { border-color: rgb(223,41,61); }
td.TdClassName
{
border-color: #DF293D;
}
.TagClassName
{
border-color: #DF293D;
}
</style>