Shades of Alizarin #DC2C40
Tints of Alizarin #DC2C40
RGB
CMYK
RGB Variations
Color information
#DC2C40 (or 0xDC2C40) is known color: Alizarin. HEX triplet: DC, 2C and 40. RGB value is (220,44,64). Sum of RGB (Red+Green+Blue) = 220+44+64=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C40 is #23D3BF. Grayscale: #636363. Windows color (decimal): -2347968 or 4205788. OLE color: 4205788.
HSL color Cylindrical-coordinate representation of color #DC2C40: hue angle of 353.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C40 is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 64 | - |
| CMYK | 0 | 0.8 | 0.71 | 0.14 |
| HSL | 353.18º | 0.72% | 0.52% | - |
| HSV(B) | 353.18º | 0.8% | 0.86% | - |
| XYZ | 31.34 | 17.39 | 6.55 | - |
| YUV | 98.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 64 | 0 | 0.8 | 0.71 | 0.14 | 353.18 | 0.72 | 0.52 |
| Hex | DC | 2C | 40 | 0 | 50 | 47 | E | 161 | 48 | 34 |
| Octal | 334 | 54 | 100 | 0 | 120 | 107 | 16 | 541 | 110 | 64 |
| Binary | 11011100 | 101100 | 1000000 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1001000 | 110100 |
Color Harmonies of #DC2C40
Complementary color
Monochromatic Colors of #DC2C40
Black with #DC2C40
Text Example
Text Example
White with #DC2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C40; }
p { color: rgb(220,44,64); }
H1.HeaderClassName
{
color: #DC2C40;
}
.AnyTagClassName
{
color: #DC2C40;
}
</style>
background-color css
<style>
a { background-color: #DC2C40; }
a { background-color: rgb(220,44,64); }
div.DivClassName
{
background-color: #DC2C40;
}
.BgClassName
{
background-color: #DC2C40;
}
</style>
border-color css
<style>
span { border-color: #DC2C40; }
span { border-color: rgb(220,44,64); }
td.TdClassName
{
border-color: #DC2C40;
}
.TagClassName
{
border-color: #DC2C40;
}
</style>