Shades of Alizarin #DF242B
Tints of Alizarin #DF242B
RGB
CMYK
RGB Variations
Color information
#DF242B (or 0xDF242B) is known color: Alizarin. HEX triplet: DF, 24 and 2B. RGB value is (223,36,43). Sum of RGB (Red+Green+Blue) = 223+36+43=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF242B is #20DBD4. Grayscale: #5C5C5C. Windows color (decimal): -2153429 or 2827487. OLE color: 2827487.
HSL color Cylindrical-coordinate representation of color #DF242B: hue angle of 357.75º 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 #DF242B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 43 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.13 |
| HSL | 357.75º | 0.75% | 0.51% | - |
| HSV(B) | 357.75º | 0.84% | 0.87% | - |
| XYZ | 31.5 | 17.12 | 3.93 | - |
| YUV | 92.71 | 99.95 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 43 | 0 | 0.84 | 0.81 | 0.13 | 357.75 | 0.75 | 0.51 |
| Hex | DF | 24 | 2B | 0 | 54 | 51 | D | 166 | 4B | 33 |
| Octal | 337 | 44 | 53 | 0 | 124 | 121 | 15 | 546 | 113 | 63 |
| Binary | 11011111 | 100100 | 101011 | 0 | 1010100 | 1010001 | 1101 | 101100110 | 1001011 | 110011 |
Color Harmonies of #DF242B
Complementary color
Monochromatic Colors of #DF242B
Black with #DF242B
Text Example
Text Example
White with #DF242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF242B; }
p { color: rgb(223,36,43); }
H1.HeaderClassName
{
color: #DF242B;
}
.AnyTagClassName
{
color: #DF242B;
}
</style>
background-color css
<style>
a { background-color: #DF242B; }
a { background-color: rgb(223,36,43); }
div.DivClassName
{
background-color: #DF242B;
}
.BgClassName
{
background-color: #DF242B;
}
</style>
border-color css
<style>
span { border-color: #DF242B; }
span { border-color: rgb(223,36,43); }
td.TdClassName
{
border-color: #DF242B;
}
.TagClassName
{
border-color: #DF242B;
}
</style>