Shades of Alizarin #DC2627
Tints of Alizarin #DC2627
RGB
CMYK
RGB Variations
Color information
#DC2627 (or 0xDC2627) is known color: Alizarin. HEX triplet: DC, 26 and 27. RGB value is (220,38,39). Sum of RGB (Red+Green+Blue) = 220+38+39=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2627 is #23D9D8. Grayscale: #5C5C5C. Windows color (decimal): -2349529 or 2565852. OLE color: 2565852.
HSL color Cylindrical-coordinate representation of color #DC2627: hue angle of 359.67º 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 #DC2627 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 39 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.14 |
| HSL | 359.67º | 0.72% | 0.51% | - |
| HSV(B) | 359.67º | 0.83% | 0.86% | - |
| XYZ | 30.57 | 16.75 | 3.54 | - |
| YUV | 92.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 39 | 0 | 0.83 | 0.82 | 0.14 | 359.67 | 0.72 | 0.51 |
| Hex | DC | 26 | 27 | 0 | 53 | 52 | E | 168 | 48 | 33 |
| Octal | 334 | 46 | 47 | 0 | 123 | 122 | 16 | 550 | 110 | 63 |
| Binary | 11011100 | 100110 | 100111 | 0 | 1010011 | 1010010 | 1110 | 101101000 | 1001000 | 110011 |
Color Harmonies of #DC2627
Complementary color
Monochromatic Colors of #DC2627
Black with #DC2627
Text Example
Text Example
White with #DC2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2627; }
p { color: rgb(220,38,39); }
H1.HeaderClassName
{
color: #DC2627;
}
.AnyTagClassName
{
color: #DC2627;
}
</style>
background-color css
<style>
a { background-color: #DC2627; }
a { background-color: rgb(220,38,39); }
div.DivClassName
{
background-color: #DC2627;
}
.BgClassName
{
background-color: #DC2627;
}
</style>
border-color css
<style>
span { border-color: #DC2627; }
span { border-color: rgb(220,38,39); }
td.TdClassName
{
border-color: #DC2627;
}
.TagClassName
{
border-color: #DC2627;
}
</style>