Shades of Alizarin #DC2A40
Tints of Alizarin #DC2A40
RGB
CMYK
RGB Variations
Color information
#DC2A40 (or 0xDC2A40) is known color: Alizarin. HEX triplet: DC, 2A and 40. RGB value is (220,42,64). Sum of RGB (Red+Green+Blue) = 220+42+64=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A40 is #23D5BF. Grayscale: #616161. Windows color (decimal): -2348480 or 4205276. OLE color: 4205276.
HSL color Cylindrical-coordinate representation of color #DC2A40: hue angle of 352.58º 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 #DC2A40 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 64 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.14 |
| HSL | 352.58º | 0.72% | 0.51% | - |
| HSV(B) | 352.58º | 0.81% | 0.86% | - |
| XYZ | 31.27 | 17.24 | 6.53 | - |
| YUV | 97.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 64 | 0 | 0.81 | 0.71 | 0.14 | 352.58 | 0.72 | 0.51 |
| Hex | DC | 2A | 40 | 0 | 51 | 47 | E | 161 | 48 | 33 |
| Octal | 334 | 52 | 100 | 0 | 121 | 107 | 16 | 541 | 110 | 63 |
| Binary | 11011100 | 101010 | 1000000 | 0 | 1010001 | 1000111 | 1110 | 101100001 | 1001000 | 110011 |
Color Harmonies of #DC2A40
Complementary color
Monochromatic Colors of #DC2A40
Black with #DC2A40
Text Example
Text Example
White with #DC2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A40; }
p { color: rgb(220,42,64); }
H1.HeaderClassName
{
color: #DC2A40;
}
.AnyTagClassName
{
color: #DC2A40;
}
</style>
background-color css
<style>
a { background-color: #DC2A40; }
a { background-color: rgb(220,42,64); }
div.DivClassName
{
background-color: #DC2A40;
}
.BgClassName
{
background-color: #DC2A40;
}
</style>
border-color css
<style>
span { border-color: #DC2A40; }
span { border-color: rgb(220,42,64); }
td.TdClassName
{
border-color: #DC2A40;
}
.TagClassName
{
border-color: #DC2A40;
}
</style>