Shades of Alizarin #DF243C
Tints of Alizarin #DF243C
RGB
CMYK
RGB Variations
Color information
#DF243C (or 0xDF243C) is known color: Alizarin. HEX triplet: DF, 24 and 3C. RGB value is (223,36,60). Sum of RGB (Red+Green+Blue) = 223+36+60=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243C is #20DBC3. Grayscale: #5E5E5E. Windows color (decimal): -2153412 or 3941599. OLE color: 3941599.
HSL color Cylindrical-coordinate representation of color #DF243C: hue angle of 352.3º 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 #DF243C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.13 |
| HSL | 352.3º | 0.75% | 0.51% | - |
| HSV(B) | 352.3º | 0.84% | 0.87% | - |
| XYZ | 31.88 | 17.28 | 5.93 | - |
| YUV | 94.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 60 | 0 | 0.84 | 0.73 | 0.13 | 352.3 | 0.75 | 0.51 |
| Hex | DF | 24 | 3C | 0 | 54 | 49 | D | 160 | 4B | 33 |
| Octal | 337 | 44 | 74 | 0 | 124 | 111 | 15 | 540 | 113 | 63 |
| Binary | 11011111 | 100100 | 111100 | 0 | 1010100 | 1001001 | 1101 | 101100000 | 1001011 | 110011 |
Color Harmonies of #DF243C
Complementary color
Monochromatic Colors of #DF243C
Black with #DF243C
Text Example
Text Example
White with #DF243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF243C; }
p { color: rgb(223,36,60); }
H1.HeaderClassName
{
color: #DF243C;
}
.AnyTagClassName
{
color: #DF243C;
}
</style>
background-color css
<style>
a { background-color: #DF243C; }
a { background-color: rgb(223,36,60); }
div.DivClassName
{
background-color: #DF243C;
}
.BgClassName
{
background-color: #DF243C;
}
</style>
border-color css
<style>
span { border-color: #DF243C; }
span { border-color: rgb(223,36,60); }
td.TdClassName
{
border-color: #DF243C;
}
.TagClassName
{
border-color: #DF243C;
}
</style>