Shades of Alizarin #DF1E29
Tints of Alizarin #DF1E29
RGB
CMYK
RGB Variations
Color information
#DF1E29 (or 0xDF1E29) is known color: Alizarin. HEX triplet: DF, 1E and 29. RGB value is (223,30,41). Sum of RGB (Red+Green+Blue) = 223+30+41=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E29 is #20E1D6. Grayscale: #595959. Windows color (decimal): -2154967 or 2694879. OLE color: 2694879.
HSL color Cylindrical-coordinate representation of color #DF1E29: hue angle of 356.58º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1E29 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 41 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.13 |
| HSL | 356.58º | 0.76% | 0.5% | - |
| HSV(B) | 356.58º | 0.87% | 0.87% | - |
| XYZ | 31.3 | 16.78 | 3.69 | - |
| YUV | 88.96 | 100.94 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 41 | 0 | 0.87 | 0.82 | 0.13 | 356.58 | 0.76 | 0.5 |
| Hex | DF | 1E | 29 | 0 | 57 | 52 | D | 165 | 4C | 32 |
| Octal | 337 | 36 | 51 | 0 | 127 | 122 | 15 | 545 | 114 | 62 |
| Binary | 11011111 | 11110 | 101001 | 0 | 1010111 | 1010010 | 1101 | 101100101 | 1001100 | 110010 |
Color Harmonies of #DF1E29
Complementary color
Monochromatic Colors of #DF1E29
Black with #DF1E29
Text Example
Text Example
White with #DF1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E29; }
p { color: rgb(223,30,41); }
H1.HeaderClassName
{
color: #DF1E29;
}
.AnyTagClassName
{
color: #DF1E29;
}
</style>
background-color css
<style>
a { background-color: #DF1E29; }
a { background-color: rgb(223,30,41); }
div.DivClassName
{
background-color: #DF1E29;
}
.BgClassName
{
background-color: #DF1E29;
}
</style>
border-color css
<style>
span { border-color: #DF1E29; }
span { border-color: rgb(223,30,41); }
td.TdClassName
{
border-color: #DF1E29;
}
.TagClassName
{
border-color: #DF1E29;
}
</style>