Shades of Alizarin #DF2024
Tints of Alizarin #DF2024
RGB
CMYK
RGB Variations
Color information
#DF2024 (or 0xDF2024) is known color: Alizarin. HEX triplet: DF, 20 and 24. RGB value is (223,32,36). Sum of RGB (Red+Green+Blue) = 223+32+36=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2024 is #20DFDB. Grayscale: #595959. Windows color (decimal): -2154460 or 2367711. OLE color: 2367711.
HSL color Cylindrical-coordinate representation of color #DF2024: hue angle of 358.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2024 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 36 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.13 |
| HSL | 358.74º | 0.75% | 0.5% | - |
| HSV(B) | 358.74º | 0.86% | 0.87% | - |
| XYZ | 31.27 | 16.85 | 3.27 | - |
| YUV | 89.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 36 | 0 | 0.86 | 0.84 | 0.13 | 358.74 | 0.75 | 0.5 |
| Hex | DF | 20 | 24 | 0 | 56 | 54 | D | 167 | 4B | 32 |
| Octal | 337 | 40 | 44 | 0 | 126 | 124 | 15 | 547 | 113 | 62 |
| Binary | 11011111 | 100000 | 100100 | 0 | 1010110 | 1010100 | 1101 | 101100111 | 1001011 | 110010 |
Color Harmonies of #DF2024
Complementary color
Monochromatic Colors of #DF2024
Black with #DF2024
Text Example
Text Example
White with #DF2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2024; }
p { color: rgb(223,32,36); }
H1.HeaderClassName
{
color: #DF2024;
}
.AnyTagClassName
{
color: #DF2024;
}
</style>
background-color css
<style>
a { background-color: #DF2024; }
a { background-color: rgb(223,32,36); }
div.DivClassName
{
background-color: #DF2024;
}
.BgClassName
{
background-color: #DF2024;
}
</style>
border-color css
<style>
span { border-color: #DF2024; }
span { border-color: rgb(223,32,36); }
td.TdClassName
{
border-color: #DF2024;
}
.TagClassName
{
border-color: #DF2024;
}
</style>