Shades of Alizarin #DC2840
Tints of Alizarin #DC2840
RGB
CMYK
RGB Variations
Color information
#DC2840 (or 0xDC2840) is known color: Alizarin. HEX triplet: DC, 28 and 40. RGB value is (220,40,64). Sum of RGB (Red+Green+Blue) = 220+40+64=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2840 is #23D7BF. Grayscale: #606060. Windows color (decimal): -2348992 or 4204764. OLE color: 4204764.
HSL color Cylindrical-coordinate representation of color #DC2840: hue angle of 352º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2840 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 64 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.14 |
| HSL | 352º | 0.72% | 0.51% | - |
| HSV(B) | 352º | 0.82% | 0.86% | - |
| XYZ | 31.2 | 17.1 | 6.51 | - |
| YUV | 96.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 64 | 0 | 0.82 | 0.71 | 0.14 | 352 | 0.72 | 0.51 |
| Hex | DC | 28 | 40 | 0 | 52 | 47 | E | 160 | 48 | 33 |
| Octal | 334 | 50 | 100 | 0 | 122 | 107 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 101000 | 1000000 | 0 | 1010010 | 1000111 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC2840
Complementary color
Monochromatic Colors of #DC2840
Black with #DC2840
Text Example
Text Example
White with #DC2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2840; }
p { color: rgb(220,40,64); }
H1.HeaderClassName
{
color: #DC2840;
}
.AnyTagClassName
{
color: #DC2840;
}
</style>
background-color css
<style>
a { background-color: #DC2840; }
a { background-color: rgb(220,40,64); }
div.DivClassName
{
background-color: #DC2840;
}
.BgClassName
{
background-color: #DC2840;
}
</style>
border-color css
<style>
span { border-color: #DC2840; }
span { border-color: rgb(220,40,64); }
td.TdClassName
{
border-color: #DC2840;
}
.TagClassName
{
border-color: #DC2840;
}
</style>