Shades of Alizarin #DF292D
Tints of Alizarin #DF292D
RGB
CMYK
RGB Variations
Color information
#DF292D (or 0xDF292D) is known color: Alizarin. HEX triplet: DF, 29 and 2D. RGB value is (223,41,45). Sum of RGB (Red+Green+Blue) = 223+41+45=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292D is #20D6D2. Grayscale: #606060. Windows color (decimal): -2152147 or 2959839. OLE color: 2959839.
HSL color Cylindrical-coordinate representation of color #DF292D: hue angle of 358.68º 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 #DF292D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.68º | 0.74% | 0.52% | - |
| HSV(B) | 358.68º | 0.82% | 0.87% | - |
| XYZ | 31.7 | 17.46 | 4.18 | - |
| YUV | 95.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 45 | 0 | 0.82 | 0.80 | 0.13 | 358.68 | 0.74 | 0.52 |
| Hex | DF | 29 | 2D | 0 | 52 | 50 | D | 167 | 4A | 34 |
| Octal | 337 | 51 | 55 | 0 | 122 | 120 | 15 | 547 | 112 | 64 |
| Binary | 11011111 | 101001 | 101101 | 0 | 1010010 | 1010000 | 1101 | 101100111 | 1001010 | 110100 |
Color Harmonies of #DF292D
Complementary color
Monochromatic Colors of #DF292D
Black with #DF292D
Text Example
Text Example
White with #DF292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF292D; }
p { color: rgb(223,41,45); }
H1.HeaderClassName
{
color: #DF292D;
}
.AnyTagClassName
{
color: #DF292D;
}
</style>
background-color css
<style>
a { background-color: #DF292D; }
a { background-color: rgb(223,41,45); }
div.DivClassName
{
background-color: #DF292D;
}
.BgClassName
{
background-color: #DF292D;
}
</style>
border-color css
<style>
span { border-color: #DF292D; }
span { border-color: rgb(223,41,45); }
td.TdClassName
{
border-color: #DF292D;
}
.TagClassName
{
border-color: #DF292D;
}
</style>