Shades of Alizarin #DF242C
Tints of Alizarin #DF242C
RGB
CMYK
RGB Variations
Color information
#DF242C (or 0xDF242C) is known color: Alizarin. HEX triplet: DF, 24 and 2C. RGB value is (223,36,44). Sum of RGB (Red+Green+Blue) = 223+36+44=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF242C is #20DBD3. Grayscale: #5C5C5C. Windows color (decimal): -2153428 or 2893023. OLE color: 2893023.
HSL color Cylindrical-coordinate representation of color #DF242C: hue angle of 357.43º 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 #DF242C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 44 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.13 |
| HSL | 357.43º | 0.75% | 0.51% | - |
| HSV(B) | 357.43º | 0.84% | 0.87% | - |
| XYZ | 31.52 | 17.13 | 4.03 | - |
| YUV | 92.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 44 | 0 | 0.84 | 0.80 | 0.13 | 357.43 | 0.75 | 0.51 |
| Hex | DF | 24 | 2C | 0 | 54 | 50 | D | 165 | 4B | 33 |
| Octal | 337 | 44 | 54 | 0 | 124 | 120 | 15 | 545 | 113 | 63 |
| Binary | 11011111 | 100100 | 101100 | 0 | 1010100 | 1010000 | 1101 | 101100101 | 1001011 | 110011 |
Color Harmonies of #DF242C
Complementary color
Monochromatic Colors of #DF242C
Black with #DF242C
Text Example
Text Example
White with #DF242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF242C; }
p { color: rgb(223,36,44); }
H1.HeaderClassName
{
color: #DF242C;
}
.AnyTagClassName
{
color: #DF242C;
}
</style>
background-color css
<style>
a { background-color: #DF242C; }
a { background-color: rgb(223,36,44); }
div.DivClassName
{
background-color: #DF242C;
}
.BgClassName
{
background-color: #DF242C;
}
</style>
border-color css
<style>
span { border-color: #DF242C; }
span { border-color: rgb(223,36,44); }
td.TdClassName
{
border-color: #DF242C;
}
.TagClassName
{
border-color: #DF242C;
}
</style>