Shades of Alizarin #DC2740
Tints of Alizarin #DC2740
RGB
CMYK
RGB Variations
Color information
#DC2740 (or 0xDC2740) is known color: Alizarin. HEX triplet: DC, 27 and 40. RGB value is (220,39,64). Sum of RGB (Red+Green+Blue) = 220+39+64=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2740 is #23D8BF. Grayscale: #606060. Windows color (decimal): -2349248 or 4204508. OLE color: 4204508.
HSL color Cylindrical-coordinate representation of color #DC2740: hue angle of 351.71º 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 #DC2740 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 64 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.14 |
| HSL | 351.71º | 0.72% | 0.51% | - |
| HSV(B) | 351.71º | 0.82% | 0.86% | - |
| XYZ | 31.17 | 17.04 | 6.5 | - |
| YUV | 95.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 64 | 0 | 0.82 | 0.71 | 0.14 | 351.71 | 0.72 | 0.51 |
| Hex | DC | 27 | 40 | 0 | 52 | 47 | E | 160 | 48 | 33 |
| Octal | 334 | 47 | 100 | 0 | 122 | 107 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 100111 | 1000000 | 0 | 1010010 | 1000111 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC2740
Complementary color
Monochromatic Colors of #DC2740
Black with #DC2740
Text Example
Text Example
White with #DC2740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2740; }
p { color: rgb(220,39,64); }
H1.HeaderClassName
{
color: #DC2740;
}
.AnyTagClassName
{
color: #DC2740;
}
</style>
background-color css
<style>
a { background-color: #DC2740; }
a { background-color: rgb(220,39,64); }
div.DivClassName
{
background-color: #DC2740;
}
.BgClassName
{
background-color: #DC2740;
}
</style>
border-color css
<style>
span { border-color: #DC2740; }
span { border-color: rgb(220,39,64); }
td.TdClassName
{
border-color: #DC2740;
}
.TagClassName
{
border-color: #DC2740;
}
</style>