Shades of Alizarin #DF293B
Tints of Alizarin #DF293B
RGB
CMYK
RGB Variations
Color information
#DF293B (or 0xDF293B) is known color: Alizarin. HEX triplet: DF, 29 and 3B. RGB value is (223,41,59). Sum of RGB (Red+Green+Blue) = 223+41+59=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF293B is #20D6C4. Grayscale: #616161. Windows color (decimal): -2152133 or 3877343. OLE color: 3877343.
HSL color Cylindrical-coordinate representation of color #DF293B: hue angle of 354.07º 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 #DF293B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 59 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 354.07º | 0.74% | 0.52% | - |
| HSV(B) | 354.07º | 0.82% | 0.87% | - |
| XYZ | 32.01 | 17.59 | 5.85 | - |
| YUV | 97.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 59 | 0 | 0.82 | 0.74 | 0.13 | 354.07 | 0.74 | 0.52 |
| Hex | DF | 29 | 3B | 0 | 52 | 4A | D | 162 | 4A | 34 |
| Octal | 337 | 51 | 73 | 0 | 122 | 112 | 15 | 542 | 112 | 64 |
| Binary | 11011111 | 101001 | 111011 | 0 | 1010010 | 1001010 | 1101 | 101100010 | 1001010 | 110100 |
Color Harmonies of #DF293B
Complementary color
Monochromatic Colors of #DF293B
Black with #DF293B
Text Example
Text Example
White with #DF293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF293B; }
p { color: rgb(223,41,59); }
H1.HeaderClassName
{
color: #DF293B;
}
.AnyTagClassName
{
color: #DF293B;
}
</style>
background-color css
<style>
a { background-color: #DF293B; }
a { background-color: rgb(223,41,59); }
div.DivClassName
{
background-color: #DF293B;
}
.BgClassName
{
background-color: #DF293B;
}
</style>
border-color css
<style>
span { border-color: #DF293B; }
span { border-color: rgb(223,41,59); }
td.TdClassName
{
border-color: #DF293B;
}
.TagClassName
{
border-color: #DF293B;
}
</style>