Shades of Alizarin #DC2631
Tints of Alizarin #DC2631
RGB
CMYK
RGB Variations
Color information
#DC2631 (or 0xDC2631) is known color: Alizarin. HEX triplet: DC, 26 and 31. RGB value is (220,38,49). Sum of RGB (Red+Green+Blue) = 220+38+49=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2631 is #23D9CE. Grayscale: #5D5D5D. Windows color (decimal): -2349519 or 3221212. OLE color: 3221212.
HSL color Cylindrical-coordinate representation of color #DC2631: hue angle of 356.37º 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 #DC2631 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 49 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.14 |
| HSL | 356.37º | 0.72% | 0.51% | - |
| HSV(B) | 356.37º | 0.83% | 0.86% | - |
| XYZ | 30.76 | 16.82 | 4.53 | - |
| YUV | 93.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 49 | 0 | 0.83 | 0.78 | 0.14 | 356.37 | 0.72 | 0.51 |
| Hex | DC | 26 | 31 | 0 | 53 | 4E | E | 164 | 48 | 33 |
| Octal | 334 | 46 | 61 | 0 | 123 | 116 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 100110 | 110001 | 0 | 1010011 | 1001110 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2631
Complementary color
Monochromatic Colors of #DC2631
Black with #DC2631
Text Example
Text Example
White with #DC2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2631; }
p { color: rgb(220,38,49); }
H1.HeaderClassName
{
color: #DC2631;
}
.AnyTagClassName
{
color: #DC2631;
}
</style>
background-color css
<style>
a { background-color: #DC2631; }
a { background-color: rgb(220,38,49); }
div.DivClassName
{
background-color: #DC2631;
}
.BgClassName
{
background-color: #DC2631;
}
</style>
border-color css
<style>
span { border-color: #DC2631; }
span { border-color: rgb(220,38,49); }
td.TdClassName
{
border-color: #DC2631;
}
.TagClassName
{
border-color: #DC2631;
}
</style>