Shades of Alizarin #DC2440
Tints of Alizarin #DC2440
RGB
CMYK
RGB Variations
Color information
#DC2440 (or 0xDC2440) is known color: Alizarin. HEX triplet: DC, 24 and 40. RGB value is (220,36,64). Sum of RGB (Red+Green+Blue) = 220+36+64=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2440 is #23DBBF. Grayscale: #5E5E5E. Windows color (decimal): -2350016 or 4203740. OLE color: 4203740.
HSL color Cylindrical-coordinate representation of color #DC2440: hue angle of 350.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2440 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.14 |
| HSL | 350.87º | 0.72% | 0.5% | - |
| HSV(B) | 350.87º | 0.84% | 0.86% | - |
| XYZ | 31.07 | 16.85 | 6.46 | - |
| YUV | 94.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 64 | 0 | 0.84 | 0.71 | 0.14 | 350.87 | 0.72 | 0.5 |
| Hex | DC | 24 | 40 | 0 | 54 | 47 | E | 15F | 48 | 32 |
| Octal | 334 | 44 | 100 | 0 | 124 | 107 | 16 | 537 | 110 | 62 |
| Binary | 11011100 | 100100 | 1000000 | 0 | 1010100 | 1000111 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DC2440
Complementary color
Monochromatic Colors of #DC2440
Black with #DC2440
Text Example
Text Example
White with #DC2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2440; }
p { color: rgb(220,36,64); }
H1.HeaderClassName
{
color: #DC2440;
}
.AnyTagClassName
{
color: #DC2440;
}
</style>
background-color css
<style>
a { background-color: #DC2440; }
a { background-color: rgb(220,36,64); }
div.DivClassName
{
background-color: #DC2440;
}
.BgClassName
{
background-color: #DC2440;
}
</style>
border-color css
<style>
span { border-color: #DC2440; }
span { border-color: rgb(220,36,64); }
td.TdClassName
{
border-color: #DC2440;
}
.TagClassName
{
border-color: #DC2440;
}
</style>