Shades of Alizarin #DC2943
Tints of Alizarin #DC2943
RGB
CMYK
RGB Variations
Color information
#DC2943 (or 0xDC2943) is known color: Alizarin. HEX triplet: DC, 29 and 43. RGB value is (220,41,67). Sum of RGB (Red+Green+Blue) = 220+41+67=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2943 is #23D6BC. Grayscale: #616161. Windows color (decimal): -2348733 or 4401628. OLE color: 4401628.
HSL color Cylindrical-coordinate representation of color #DC2943: hue angle of 351.28º 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 #DC2943 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 67 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.14 |
| HSL | 351.28º | 0.72% | 0.51% | - |
| HSV(B) | 351.28º | 0.81% | 0.86% | - |
| XYZ | 31.32 | 17.21 | 6.98 | - |
| YUV | 97.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 67 | 0 | 0.81 | 0.70 | 0.14 | 351.28 | 0.72 | 0.51 |
| Hex | DC | 29 | 43 | 0 | 51 | 46 | E | 15F | 48 | 33 |
| Octal | 334 | 51 | 103 | 0 | 121 | 106 | 16 | 537 | 110 | 63 |
| Binary | 11011100 | 101001 | 1000011 | 0 | 1010001 | 1000110 | 1110 | 101011111 | 1001000 | 110011 |
Color Harmonies of #DC2943
Complementary color
Monochromatic Colors of #DC2943
Black with #DC2943
Text Example
Text Example
White with #DC2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2943; }
p { color: rgb(220,41,67); }
H1.HeaderClassName
{
color: #DC2943;
}
.AnyTagClassName
{
color: #DC2943;
}
</style>
background-color css
<style>
a { background-color: #DC2943; }
a { background-color: rgb(220,41,67); }
div.DivClassName
{
background-color: #DC2943;
}
.BgClassName
{
background-color: #DC2943;
}
</style>
border-color css
<style>
span { border-color: #DC2943; }
span { border-color: rgb(220,41,67); }
td.TdClassName
{
border-color: #DC2943;
}
.TagClassName
{
border-color: #DC2943;
}
</style>