Shades of Alizarin #DC2A39
Tints of Alizarin #DC2A39
RGB
CMYK
RGB Variations
Color information
#DC2A39 (or 0xDC2A39) is known color: Alizarin. HEX triplet: DC, 2A and 39. RGB value is (220,42,57). Sum of RGB (Red+Green+Blue) = 220+42+57=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A39 is #23D5C6. Grayscale: #616161. Windows color (decimal): -2348487 or 3746524. OLE color: 3746524.
HSL color Cylindrical-coordinate representation of color #DC2A39: hue angle of 354.94º 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 #DC2A39 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 57 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.94º | 0.72% | 0.51% | - |
| HSV(B) | 354.94º | 0.81% | 0.86% | - |
| XYZ | 31.08 | 17.17 | 5.55 | - |
| YUV | 96.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 57 | 0 | 0.81 | 0.74 | 0.14 | 354.94 | 0.72 | 0.51 |
| Hex | DC | 2A | 39 | 0 | 51 | 4A | E | 163 | 48 | 33 |
| Octal | 334 | 52 | 71 | 0 | 121 | 112 | 16 | 543 | 110 | 63 |
| Binary | 11011100 | 101010 | 111001 | 0 | 1010001 | 1001010 | 1110 | 101100011 | 1001000 | 110011 |
Color Harmonies of #DC2A39
Complementary color
Monochromatic Colors of #DC2A39
Black with #DC2A39
Text Example
Text Example
White with #DC2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A39; }
p { color: rgb(220,42,57); }
H1.HeaderClassName
{
color: #DC2A39;
}
.AnyTagClassName
{
color: #DC2A39;
}
</style>
background-color css
<style>
a { background-color: #DC2A39; }
a { background-color: rgb(220,42,57); }
div.DivClassName
{
background-color: #DC2A39;
}
.BgClassName
{
background-color: #DC2A39;
}
</style>
border-color css
<style>
span { border-color: #DC2A39; }
span { border-color: rgb(220,42,57); }
td.TdClassName
{
border-color: #DC2A39;
}
.TagClassName
{
border-color: #DC2A39;
}
</style>