Shades of Alizarin #DC2A3F
Tints of Alizarin #DC2A3F
RGB
CMYK
RGB Variations
Color information
#DC2A3F (or 0xDC2A3F) is known color: Alizarin. HEX triplet: DC, 2A and 3F. RGB value is (220,42,63). Sum of RGB (Red+Green+Blue) = 220+42+63=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A3F is #23D5C0. Grayscale: #616161. Windows color (decimal): -2348481 or 4139740. OLE color: 4139740.
HSL color Cylindrical-coordinate representation of color #DC2A3F: hue angle of 352.92º 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 #DC2A3F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 63 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.14 |
| HSL | 352.92º | 0.72% | 0.51% | - |
| HSV(B) | 352.92º | 0.81% | 0.86% | - |
| XYZ | 31.24 | 17.23 | 6.38 | - |
| YUV | 97.62 | 108.47 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 63 | 0 | 0.81 | 0.71 | 0.14 | 352.92 | 0.72 | 0.51 |
| Hex | DC | 2A | 3F | 0 | 51 | 47 | E | 161 | 48 | 33 |
| Octal | 334 | 52 | 77 | 0 | 121 | 107 | 16 | 541 | 110 | 63 |
| Binary | 11011100 | 101010 | 111111 | 0 | 1010001 | 1000111 | 1110 | 101100001 | 1001000 | 110011 |
Color Harmonies of #DC2A3F
Complementary color
Monochromatic Colors of #DC2A3F
Black with #DC2A3F
Text Example
Text Example
White with #DC2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A3F; }
p { color: rgb(220,42,63); }
H1.HeaderClassName
{
color: #DC2A3F;
}
.AnyTagClassName
{
color: #DC2A3F;
}
</style>
background-color css
<style>
a { background-color: #DC2A3F; }
a { background-color: rgb(220,42,63); }
div.DivClassName
{
background-color: #DC2A3F;
}
.BgClassName
{
background-color: #DC2A3F;
}
</style>
border-color css
<style>
span { border-color: #DC2A3F; }
span { border-color: rgb(220,42,63); }
td.TdClassName
{
border-color: #DC2A3F;
}
.TagClassName
{
border-color: #DC2A3F;
}
</style>