Shades of Alizarin #DC2A43
Tints of Alizarin #DC2A43
RGB
CMYK
RGB Variations
Color information
#DC2A43 (or 0xDC2A43) is known color: Alizarin. HEX triplet: DC, 2A and 43. RGB value is (220,42,67). Sum of RGB (Red+Green+Blue) = 220+42+67=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A43 is #23D5BC. Grayscale: #626262. Windows color (decimal): -2348477 or 4401884. OLE color: 4401884.
HSL color Cylindrical-coordinate representation of color #DC2A43: hue angle of 351.57º 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 #DC2A43 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.14 |
| HSL | 351.57º | 0.72% | 0.51% | - |
| HSV(B) | 351.57º | 0.81% | 0.86% | - |
| XYZ | 31.36 | 17.28 | 6.99 | - |
| YUV | 98.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 67 | 0 | 0.81 | 0.70 | 0.14 | 351.57 | 0.72 | 0.51 |
| Hex | DC | 2A | 43 | 0 | 51 | 46 | E | 160 | 48 | 33 |
| Octal | 334 | 52 | 103 | 0 | 121 | 106 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 101010 | 1000011 | 0 | 1010001 | 1000110 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC2A43
Complementary color
Monochromatic Colors of #DC2A43
Black with #DC2A43
Text Example
Text Example
White with #DC2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A43; }
p { color: rgb(220,42,67); }
H1.HeaderClassName
{
color: #DC2A43;
}
.AnyTagClassName
{
color: #DC2A43;
}
</style>
background-color css
<style>
a { background-color: #DC2A43; }
a { background-color: rgb(220,42,67); }
div.DivClassName
{
background-color: #DC2A43;
}
.BgClassName
{
background-color: #DC2A43;
}
</style>
border-color css
<style>
span { border-color: #DC2A43; }
span { border-color: rgb(220,42,67); }
td.TdClassName
{
border-color: #DC2A43;
}
.TagClassName
{
border-color: #DC2A43;
}
</style>