Shades of Alizarin #DC2442
Tints of Alizarin #DC2442
RGB
CMYK
RGB Variations
Color information
#DC2442 (or 0xDC2442) is known color: Alizarin. HEX triplet: DC, 24 and 42. RGB value is (220,36,66). Sum of RGB (Red+Green+Blue) = 220+36+66=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2442 is #23DBBD. Grayscale: #5E5E5E. Windows color (decimal): -2350014 or 4334812. OLE color: 4334812.
HSL color Cylindrical-coordinate representation of color #DC2442: hue angle of 350.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2442 is Cyan = 0, Magento = 0.84, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 66 | - |
| CMYK | 0 | 0.84 | 0.7 | 0.14 |
| HSL | 350.22º | 0.72% | 0.5% | - |
| HSV(B) | 350.22º | 0.84% | 0.86% | - |
| XYZ | 31.13 | 16.87 | 6.77 | - |
| YUV | 94.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 66 | 0 | 0.84 | 0.7 | 0.14 | 350.22 | 0.72 | 0.5 |
| Hex | DC | 24 | 42 | 0 | 54 | 46 | E | 15E | 48 | 32 |
| Octal | 334 | 44 | 102 | 0 | 124 | 106 | 16 | 536 | 110 | 62 |
| Binary | 11011100 | 100100 | 1000010 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DC2442
Complementary color
Monochromatic Colors of #DC2442
Black with #DC2442
Text Example
Text Example
White with #DC2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2442; }
p { color: rgb(220,36,66); }
H1.HeaderClassName
{
color: #DC2442;
}
.AnyTagClassName
{
color: #DC2442;
}
</style>
background-color css
<style>
a { background-color: #DC2442; }
a { background-color: rgb(220,36,66); }
div.DivClassName
{
background-color: #DC2442;
}
.BgClassName
{
background-color: #DC2442;
}
</style>
border-color css
<style>
span { border-color: #DC2442; }
span { border-color: rgb(220,36,66); }
td.TdClassName
{
border-color: #DC2442;
}
.TagClassName
{
border-color: #DC2442;
}
</style>