Shades of Alizarin #DD2540
Tints of Alizarin #DD2540
RGB
CMYK
RGB Variations
Color information
#DD2540 (or 0xDD2540) is known color: Alizarin. HEX triplet: DD, 25 and 40. RGB value is (221,37,64). Sum of RGB (Red+Green+Blue) = 221+37+64=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2540 is #22DABF. Grayscale: #5F5F5F. Windows color (decimal): -2284224 or 4203997. OLE color: 4203997.
HSL color Cylindrical-coordinate representation of color #DD2540: hue angle of 351.2º degrees, saturation: 0.73, 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 #DD2540 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 64 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.13 |
| HSL | 351.2º | 0.73% | 0.51% | - |
| HSV(B) | 351.2º | 0.83% | 0.87% | - |
| XYZ | 31.41 | 17.07 | 6.49 | - |
| YUV | 95.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 64 | 0 | 0.83 | 0.71 | 0.13 | 351.2 | 0.73 | 0.51 |
| Hex | DD | 25 | 40 | 0 | 53 | 47 | D | 15F | 49 | 33 |
| Octal | 335 | 45 | 100 | 0 | 123 | 107 | 15 | 537 | 111 | 63 |
| Binary | 11011101 | 100101 | 1000000 | 0 | 1010011 | 1000111 | 1101 | 101011111 | 1001001 | 110011 |
Color Harmonies of #DD2540
Complementary color
Monochromatic Colors of #DD2540
Black with #DD2540
Text Example
Text Example
White with #DD2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2540; }
p { color: rgb(221,37,64); }
H1.HeaderClassName
{
color: #DD2540;
}
.AnyTagClassName
{
color: #DD2540;
}
</style>
background-color css
<style>
a { background-color: #DD2540; }
a { background-color: rgb(221,37,64); }
div.DivClassName
{
background-color: #DD2540;
}
.BgClassName
{
background-color: #DD2540;
}
</style>
border-color css
<style>
span { border-color: #DD2540; }
span { border-color: rgb(221,37,64); }
td.TdClassName
{
border-color: #DD2540;
}
.TagClassName
{
border-color: #DD2540;
}
</style>