Shades of Alizarin #DC2A3A
Tints of Alizarin #DC2A3A
RGB
CMYK
RGB Variations
Color information
#DC2A3A (or 0xDC2A3A) is known color: Alizarin. HEX triplet: DC, 2A and 3A. RGB value is (220,42,58). Sum of RGB (Red+Green+Blue) = 220+42+58=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A3A is #23D5C5. Grayscale: #616161. Windows color (decimal): -2348486 or 3812060. OLE color: 3812060.
HSL color Cylindrical-coordinate representation of color #DC2A3A: hue angle of 354.61º 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 #DC2A3A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 58 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.14 |
| HSL | 354.61º | 0.72% | 0.51% | - |
| HSV(B) | 354.61º | 0.81% | 0.86% | - |
| XYZ | 31.11 | 17.18 | 5.68 | - |
| YUV | 97.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 58 | 0 | 0.81 | 0.74 | 0.14 | 354.61 | 0.72 | 0.51 |
| Hex | DC | 2A | 3A | 0 | 51 | 4A | E | 163 | 48 | 33 |
| Octal | 334 | 52 | 72 | 0 | 121 | 112 | 16 | 543 | 110 | 63 |
| Binary | 11011100 | 101010 | 111010 | 0 | 1010001 | 1001010 | 1110 | 101100011 | 1001000 | 110011 |
Color Harmonies of #DC2A3A
Complementary color
Monochromatic Colors of #DC2A3A
Black with #DC2A3A
Text Example
Text Example
White with #DC2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A3A; }
p { color: rgb(220,42,58); }
H1.HeaderClassName
{
color: #DC2A3A;
}
.AnyTagClassName
{
color: #DC2A3A;
}
</style>
background-color css
<style>
a { background-color: #DC2A3A; }
a { background-color: rgb(220,42,58); }
div.DivClassName
{
background-color: #DC2A3A;
}
.BgClassName
{
background-color: #DC2A3A;
}
</style>
border-color css
<style>
span { border-color: #DC2A3A; }
span { border-color: rgb(220,42,58); }
td.TdClassName
{
border-color: #DC2A3A;
}
.TagClassName
{
border-color: #DC2A3A;
}
</style>