Shades of Alizarin #DF252C
Tints of Alizarin #DF252C
RGB
CMYK
RGB Variations
Color information
#DF252C (or 0xDF252C) is known color: Alizarin. HEX triplet: DF, 25 and 2C. RGB value is (223,37,44). Sum of RGB (Red+Green+Blue) = 223+37+44=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF252C is #20DAD3. Grayscale: #5D5D5D. Windows color (decimal): -2153172 or 2893279. OLE color: 2893279.
HSL color Cylindrical-coordinate representation of color #DF252C: hue angle of 357.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF252C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.13 |
| HSL | 357.74º | 0.74% | 0.51% | - |
| HSV(B) | 357.74º | 0.83% | 0.87% | - |
| XYZ | 31.55 | 17.19 | 4.04 | - |
| YUV | 93.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 44 | 0 | 0.83 | 0.80 | 0.13 | 357.74 | 0.74 | 0.51 |
| Hex | DF | 25 | 2C | 0 | 53 | 50 | D | 166 | 4A | 33 |
| Octal | 337 | 45 | 54 | 0 | 123 | 120 | 15 | 546 | 112 | 63 |
| Binary | 11011111 | 100101 | 101100 | 0 | 1010011 | 1010000 | 1101 | 101100110 | 1001010 | 110011 |
Color Harmonies of #DF252C
Complementary color
Monochromatic Colors of #DF252C
Black with #DF252C
Text Example
Text Example
White with #DF252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF252C; }
p { color: rgb(223,37,44); }
H1.HeaderClassName
{
color: #DF252C;
}
.AnyTagClassName
{
color: #DF252C;
}
</style>
background-color css
<style>
a { background-color: #DF252C; }
a { background-color: rgb(223,37,44); }
div.DivClassName
{
background-color: #DF252C;
}
.BgClassName
{
background-color: #DF252C;
}
</style>
border-color css
<style>
span { border-color: #DF252C; }
span { border-color: rgb(223,37,44); }
td.TdClassName
{
border-color: #DF252C;
}
.TagClassName
{
border-color: #DF252C;
}
</style>