Shades of Alizarin #DC2637
Tints of Alizarin #DC2637
RGB
CMYK
RGB Variations
Color information
#DC2637 (or 0xDC2637) is known color: Alizarin. HEX triplet: DC, 26 and 37. RGB value is (220,38,55). Sum of RGB (Red+Green+Blue) = 220+38+55=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2637 is #23D9C8. Grayscale: #5E5E5E. Windows color (decimal): -2349513 or 3614428. OLE color: 3614428.
HSL color Cylindrical-coordinate representation of color #DC2637: hue angle of 354.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2637 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 55 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.14 |
| HSL | 354.4º | 0.72% | 0.51% | - |
| HSV(B) | 354.4º | 0.83% | 0.86% | - |
| XYZ | 30.9 | 16.88 | 5.24 | - |
| YUV | 94.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 55 | 0 | 0.83 | 0.75 | 0.14 | 354.4 | 0.72 | 0.51 |
| Hex | DC | 26 | 37 | 0 | 53 | 4B | E | 162 | 48 | 33 |
| Octal | 334 | 46 | 67 | 0 | 123 | 113 | 16 | 542 | 110 | 63 |
| Binary | 11011100 | 100110 | 110111 | 0 | 1010011 | 1001011 | 1110 | 101100010 | 1001000 | 110011 |
Color Harmonies of #DC2637
Complementary color
Monochromatic Colors of #DC2637
Black with #DC2637
Text Example
Text Example
White with #DC2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2637; }
p { color: rgb(220,38,55); }
H1.HeaderClassName
{
color: #DC2637;
}
.AnyTagClassName
{
color: #DC2637;
}
</style>
background-color css
<style>
a { background-color: #DC2637; }
a { background-color: rgb(220,38,55); }
div.DivClassName
{
background-color: #DC2637;
}
.BgClassName
{
background-color: #DC2637;
}
</style>
border-color css
<style>
span { border-color: #DC2637; }
span { border-color: rgb(220,38,55); }
td.TdClassName
{
border-color: #DC2637;
}
.TagClassName
{
border-color: #DC2637;
}
</style>