Shades of Alizarin #DC2542
Tints of Alizarin #DC2542
RGB
CMYK
RGB Variations
Color information
#DC2542 (or 0xDC2542) is known color: Alizarin. HEX triplet: DC, 25 and 42. RGB value is (220,37,66). Sum of RGB (Red+Green+Blue) = 220+37+66=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2542 is #23DABD. Grayscale: #5F5F5F. Windows color (decimal): -2349758 or 4335068. OLE color: 4335068.
HSL color Cylindrical-coordinate representation of color #DC2542: hue angle of 350.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2542 is Cyan = 0, Magento = 0.83, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 66 | - |
| CMYK | 0 | 0.83 | 0.7 | 0.14 |
| HSL | 350.49º | 0.72% | 0.5% | - |
| HSV(B) | 350.49º | 0.83% | 0.86% | - |
| XYZ | 31.16 | 16.93 | 6.78 | - |
| YUV | 95.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 66 | 0 | 0.83 | 0.7 | 0.14 | 350.49 | 0.72 | 0.5 |
| Hex | DC | 25 | 42 | 0 | 53 | 46 | E | 15E | 48 | 32 |
| Octal | 334 | 45 | 102 | 0 | 123 | 106 | 16 | 536 | 110 | 62 |
| Binary | 11011100 | 100101 | 1000010 | 0 | 1010011 | 1000110 | 1110 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DC2542
Complementary color
Monochromatic Colors of #DC2542
Black with #DC2542
Text Example
Text Example
White with #DC2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2542; }
p { color: rgb(220,37,66); }
H1.HeaderClassName
{
color: #DC2542;
}
.AnyTagClassName
{
color: #DC2542;
}
</style>
background-color css
<style>
a { background-color: #DC2542; }
a { background-color: rgb(220,37,66); }
div.DivClassName
{
background-color: #DC2542;
}
.BgClassName
{
background-color: #DC2542;
}
</style>
border-color css
<style>
span { border-color: #DC2542; }
span { border-color: rgb(220,37,66); }
td.TdClassName
{
border-color: #DC2542;
}
.TagClassName
{
border-color: #DC2542;
}
</style>