Shades of Alizarin #DC2139
Tints of Alizarin #DC2139
RGB
CMYK
RGB Variations
Color information
#DC2139 (or 0xDC2139) is known color: Alizarin. HEX triplet: DC, 21 and 39. RGB value is (220,33,57). Sum of RGB (Red+Green+Blue) = 220+33+57=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2139 is #23DEC6. Grayscale: #5B5B5B. Windows color (decimal): -2350791 or 3744220. OLE color: 3744220.
HSL color Cylindrical-coordinate representation of color #DC2139: hue angle of 352.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2139 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 57 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.14 |
| HSL | 352.3º | 0.74% | 0.5% | - |
| HSV(B) | 352.3º | 0.85% | 0.86% | - |
| XYZ | 30.8 | 16.6 | 5.45 | - |
| YUV | 91.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 57 | 0 | 0.85 | 0.74 | 0.14 | 352.3 | 0.74 | 0.5 |
| Hex | DC | 21 | 39 | 0 | 55 | 4A | E | 160 | 4A | 32 |
| Octal | 334 | 41 | 71 | 0 | 125 | 112 | 16 | 540 | 112 | 62 |
| Binary | 11011100 | 100001 | 111001 | 0 | 1010101 | 1001010 | 1110 | 101100000 | 1001010 | 110010 |
Color Harmonies of #DC2139
Complementary color
Monochromatic Colors of #DC2139
Black with #DC2139
Text Example
Text Example
White with #DC2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2139; }
p { color: rgb(220,33,57); }
H1.HeaderClassName
{
color: #DC2139;
}
.AnyTagClassName
{
color: #DC2139;
}
</style>
background-color css
<style>
a { background-color: #DC2139; }
a { background-color: rgb(220,33,57); }
div.DivClassName
{
background-color: #DC2139;
}
.BgClassName
{
background-color: #DC2139;
}
</style>
border-color css
<style>
span { border-color: #DC2139; }
span { border-color: rgb(220,33,57); }
td.TdClassName
{
border-color: #DC2139;
}
.TagClassName
{
border-color: #DC2139;
}
</style>