Shades of Alizarin #DF2429
Tints of Alizarin #DF2429
RGB
CMYK
RGB Variations
Color information
#DF2429 (or 0xDF2429) is known color: Alizarin. HEX triplet: DF, 24 and 29. RGB value is (223,36,41). Sum of RGB (Red+Green+Blue) = 223+36+41=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2429 is #20DBD6. Grayscale: #5C5C5C. Windows color (decimal): -2153431 or 2696415. OLE color: 2696415.
HSL color Cylindrical-coordinate representation of color #DF2429: hue angle of 358.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2429 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 41 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.13 |
| HSL | 358.4º | 0.75% | 0.51% | - |
| HSV(B) | 358.4º | 0.84% | 0.87% | - |
| XYZ | 31.46 | 17.11 | 3.74 | - |
| YUV | 92.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 41 | 0 | 0.84 | 0.82 | 0.13 | 358.4 | 0.75 | 0.51 |
| Hex | DF | 24 | 29 | 0 | 54 | 52 | D | 166 | 4B | 33 |
| Octal | 337 | 44 | 51 | 0 | 124 | 122 | 15 | 546 | 113 | 63 |
| Binary | 11011111 | 100100 | 101001 | 0 | 1010100 | 1010010 | 1101 | 101100110 | 1001011 | 110011 |
Color Harmonies of #DF2429
Complementary color
Monochromatic Colors of #DF2429
Black with #DF2429
Text Example
Text Example
White with #DF2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2429; }
p { color: rgb(223,36,41); }
H1.HeaderClassName
{
color: #DF2429;
}
.AnyTagClassName
{
color: #DF2429;
}
</style>
background-color css
<style>
a { background-color: #DF2429; }
a { background-color: rgb(223,36,41); }
div.DivClassName
{
background-color: #DF2429;
}
.BgClassName
{
background-color: #DF2429;
}
</style>
border-color css
<style>
span { border-color: #DF2429; }
span { border-color: rgb(223,36,41); }
td.TdClassName
{
border-color: #DF2429;
}
.TagClassName
{
border-color: #DF2429;
}
</style>