Shades of Alizarin #DC2940
Tints of Alizarin #DC2940
RGB
CMYK
RGB Variations
Color information
#DC2940 (or 0xDC2940) is known color: Alizarin. HEX triplet: DC, 29 and 40. RGB value is (220,41,64). Sum of RGB (Red+Green+Blue) = 220+41+64=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2940 is #23D6BF. Grayscale: #616161. Windows color (decimal): -2348736 or 4205020. OLE color: 4205020.
HSL color Cylindrical-coordinate representation of color #DC2940: hue angle of 352.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2940 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 64 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.14 |
| HSL | 352.29º | 0.72% | 0.51% | - |
| HSV(B) | 352.29º | 0.81% | 0.86% | - |
| XYZ | 31.23 | 17.17 | 6.52 | - |
| YUV | 97.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 64 | 0 | 0.81 | 0.71 | 0.14 | 352.29 | 0.72 | 0.51 |
| Hex | DC | 29 | 40 | 0 | 51 | 47 | E | 160 | 48 | 33 |
| Octal | 334 | 51 | 100 | 0 | 121 | 107 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 101001 | 1000000 | 0 | 1010001 | 1000111 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC2940
Complementary color
Monochromatic Colors of #DC2940
Black with #DC2940
Text Example
Text Example
White with #DC2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2940; }
p { color: rgb(220,41,64); }
H1.HeaderClassName
{
color: #DC2940;
}
.AnyTagClassName
{
color: #DC2940;
}
</style>
background-color css
<style>
a { background-color: #DC2940; }
a { background-color: rgb(220,41,64); }
div.DivClassName
{
background-color: #DC2940;
}
.BgClassName
{
background-color: #DC2940;
}
</style>
border-color css
<style>
span { border-color: #DC2940; }
span { border-color: rgb(220,41,64); }
td.TdClassName
{
border-color: #DC2940;
}
.TagClassName
{
border-color: #DC2940;
}
</style>