Shades of Alizarin #DF243A
Tints of Alizarin #DF243A
RGB
CMYK
RGB Variations
Color information
#DF243A (or 0xDF243A) is known color: Alizarin. HEX triplet: DF, 24 and 3A. RGB value is (223,36,58). Sum of RGB (Red+Green+Blue) = 223+36+58=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF243A is #20DBC5. Grayscale: #5E5E5E. Windows color (decimal): -2153414 or 3810527. OLE color: 3810527.
HSL color Cylindrical-coordinate representation of color #DF243A: hue angle of 352.94º 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 #DF243A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 58 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.13 |
| HSL | 352.94º | 0.75% | 0.51% | - |
| HSV(B) | 352.94º | 0.84% | 0.87% | - |
| XYZ | 31.83 | 17.26 | 5.66 | - |
| YUV | 94.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 58 | 0 | 0.84 | 0.74 | 0.13 | 352.94 | 0.75 | 0.51 |
| Hex | DF | 24 | 3A | 0 | 54 | 4A | D | 161 | 4B | 33 |
| Octal | 337 | 44 | 72 | 0 | 124 | 112 | 15 | 541 | 113 | 63 |
| Binary | 11011111 | 100100 | 111010 | 0 | 1010100 | 1001010 | 1101 | 101100001 | 1001011 | 110011 |
Color Harmonies of #DF243A
Complementary color
Monochromatic Colors of #DF243A
Black with #DF243A
Text Example
Text Example
White with #DF243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF243A; }
p { color: rgb(223,36,58); }
H1.HeaderClassName
{
color: #DF243A;
}
.AnyTagClassName
{
color: #DF243A;
}
</style>
background-color css
<style>
a { background-color: #DF243A; }
a { background-color: rgb(223,36,58); }
div.DivClassName
{
background-color: #DF243A;
}
.BgClassName
{
background-color: #DF243A;
}
</style>
border-color css
<style>
span { border-color: #DF243A; }
span { border-color: rgb(223,36,58); }
td.TdClassName
{
border-color: #DF243A;
}
.TagClassName
{
border-color: #DF243A;
}
</style>