Shades of Alizarin #DF2541
Tints of Alizarin #DF2541
RGB
CMYK
RGB Variations
Color information
#DF2541 (or 0xDF2541) is known color: Alizarin. HEX triplet: DF, 25 and 41. RGB value is (223,37,65). Sum of RGB (Red+Green+Blue) = 223+37+65=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2541 is #20DABE. Grayscale: #5F5F5F. Windows color (decimal): -2153151 or 4269535. OLE color: 4269535.
HSL color Cylindrical-coordinate representation of color #DF2541: hue angle of 350.97º 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 #DF2541 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 65 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.13 |
| HSL | 350.97º | 0.74% | 0.51% | - |
| HSV(B) | 350.97º | 0.83% | 0.87% | - |
| XYZ | 32.05 | 17.39 | 6.67 | - |
| YUV | 95.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 65 | 0 | 0.83 | 0.71 | 0.13 | 350.97 | 0.74 | 0.51 |
| Hex | DF | 25 | 41 | 0 | 53 | 47 | D | 15F | 4A | 33 |
| Octal | 337 | 45 | 101 | 0 | 123 | 107 | 15 | 537 | 112 | 63 |
| Binary | 11011111 | 100101 | 1000001 | 0 | 1010011 | 1000111 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DF2541
Complementary color
Monochromatic Colors of #DF2541
Black with #DF2541
Text Example
Text Example
White with #DF2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2541; }
p { color: rgb(223,37,65); }
H1.HeaderClassName
{
color: #DF2541;
}
.AnyTagClassName
{
color: #DF2541;
}
</style>
background-color css
<style>
a { background-color: #DF2541; }
a { background-color: rgb(223,37,65); }
div.DivClassName
{
background-color: #DF2541;
}
.BgClassName
{
background-color: #DF2541;
}
</style>
border-color css
<style>
span { border-color: #DF2541; }
span { border-color: rgb(223,37,65); }
td.TdClassName
{
border-color: #DF2541;
}
.TagClassName
{
border-color: #DF2541;
}
</style>