Shades of Alizarin #DF293E
Tints of Alizarin #DF293E
RGB
CMYK
RGB Variations
Color information
#DF293E (or 0xDF293E) is known color: Alizarin. HEX triplet: DF, 29 and 3E. RGB value is (223,41,62). Sum of RGB (Red+Green+Blue) = 223+41+62=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF293E is #20D6C1. Grayscale: #616161. Windows color (decimal): -2152130 or 4073951. OLE color: 4073951.
HSL color Cylindrical-coordinate representation of color #DF293E: hue angle of 353.08º 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 #DF293E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 353.08º | 0.74% | 0.52% | - |
| HSV(B) | 353.08º | 0.82% | 0.87% | - |
| XYZ | 32.09 | 17.62 | 6.27 | - |
| YUV | 97.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 62 | 0 | 0.82 | 0.72 | 0.13 | 353.08 | 0.74 | 0.52 |
| Hex | DF | 29 | 3E | 0 | 52 | 48 | D | 161 | 4A | 34 |
| Octal | 337 | 51 | 76 | 0 | 122 | 110 | 15 | 541 | 112 | 64 |
| Binary | 11011111 | 101001 | 111110 | 0 | 1010010 | 1001000 | 1101 | 101100001 | 1001010 | 110100 |
Color Harmonies of #DF293E
Complementary color
Monochromatic Colors of #DF293E
Black with #DF293E
Text Example
Text Example
White with #DF293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF293E; }
p { color: rgb(223,41,62); }
H1.HeaderClassName
{
color: #DF293E;
}
.AnyTagClassName
{
color: #DF293E;
}
</style>
background-color css
<style>
a { background-color: #DF293E; }
a { background-color: rgb(223,41,62); }
div.DivClassName
{
background-color: #DF293E;
}
.BgClassName
{
background-color: #DF293E;
}
</style>
border-color css
<style>
span { border-color: #DF293E; }
span { border-color: rgb(223,41,62); }
td.TdClassName
{
border-color: #DF293E;
}
.TagClassName
{
border-color: #DF293E;
}
</style>