Shades of Alizarin #DF243E
Tints of Alizarin #DF243E
RGB
CMYK
RGB Variations
Color information
#DF243E (or 0xDF243E) is known color: Alizarin. HEX triplet: DF, 24 and 3E. RGB value is (223,36,62). Sum of RGB (Red+Green+Blue) = 223+36+62=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243E is #20DBC1. Grayscale: #5E5E5E. Windows color (decimal): -2153410 or 4072671. OLE color: 4072671.
HSL color Cylindrical-coordinate representation of color #DF243E: hue angle of 351.66º 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 #DF243E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.66º | 0.75% | 0.51% | - |
| HSV(B) | 351.66º | 0.84% | 0.87% | - |
| XYZ | 31.93 | 17.3 | 6.21 | - |
| YUV | 94.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 62 | 0 | 0.84 | 0.72 | 0.13 | 351.66 | 0.75 | 0.51 |
| Hex | DF | 24 | 3E | 0 | 54 | 48 | D | 160 | 4B | 33 |
| Octal | 337 | 44 | 76 | 0 | 124 | 110 | 15 | 540 | 113 | 63 |
| Binary | 11011111 | 100100 | 111110 | 0 | 1010100 | 1001000 | 1101 | 101100000 | 1001011 | 110011 |
Color Harmonies of #DF243E
Complementary color
Monochromatic Colors of #DF243E
Black with #DF243E
Text Example
Text Example
White with #DF243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF243E; }
p { color: rgb(223,36,62); }
H1.HeaderClassName
{
color: #DF243E;
}
.AnyTagClassName
{
color: #DF243E;
}
</style>
background-color css
<style>
a { background-color: #DF243E; }
a { background-color: rgb(223,36,62); }
div.DivClassName
{
background-color: #DF243E;
}
.BgClassName
{
background-color: #DF243E;
}
</style>
border-color css
<style>
span { border-color: #DF243E; }
span { border-color: rgb(223,36,62); }
td.TdClassName
{
border-color: #DF243E;
}
.TagClassName
{
border-color: #DF243E;
}
</style>