Shades of Alizarin #DC2842
Tints of Alizarin #DC2842
RGB
CMYK
RGB Variations
Color information
#DC2842 (or 0xDC2842) is known color: Alizarin. HEX triplet: DC, 28 and 42. RGB value is (220,40,66). Sum of RGB (Red+Green+Blue) = 220+40+66=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2842 is #23D7BD. Grayscale: #606060. Windows color (decimal): -2348990 or 4335836. OLE color: 4335836.
HSL color Cylindrical-coordinate representation of color #DC2842: hue angle of 351.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2842 is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 66 | - |
| CMYK | 0 | 0.82 | 0.7 | 0.14 |
| HSL | 351.33º | 0.72% | 0.51% | - |
| HSV(B) | 351.33º | 0.82% | 0.86% | - |
| XYZ | 31.26 | 17.13 | 6.81 | - |
| YUV | 96.78 | 110.63 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 66 | 0 | 0.82 | 0.7 | 0.14 | 351.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 42 | 0 | 52 | 46 | E | 15F | 48 | 33 |
| Octal | 334 | 50 | 102 | 0 | 122 | 106 | 16 | 537 | 110 | 63 |
| Binary | 11011100 | 101000 | 1000010 | 0 | 1010010 | 1000110 | 1110 | 101011111 | 1001000 | 110011 |
Color Harmonies of #DC2842
Complementary color
Monochromatic Colors of #DC2842
Black with #DC2842
Text Example
Text Example
White with #DC2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2842; }
p { color: rgb(220,40,66); }
H1.HeaderClassName
{
color: #DC2842;
}
.AnyTagClassName
{
color: #DC2842;
}
</style>
background-color css
<style>
a { background-color: #DC2842; }
a { background-color: rgb(220,40,66); }
div.DivClassName
{
background-color: #DC2842;
}
.BgClassName
{
background-color: #DC2842;
}
</style>
border-color css
<style>
span { border-color: #DC2842; }
span { border-color: rgb(220,40,66); }
td.TdClassName
{
border-color: #DC2842;
}
.TagClassName
{
border-color: #DC2842;
}
</style>