Shades of Alizarin #DC1E2C
Tints of Alizarin #DC1E2C
RGB
CMYK
RGB Variations
Color information
#DC1E2C (or 0xDC1E2C) is known color: Alizarin. HEX triplet: DC, 1E and 2C. RGB value is (220,30,44). Sum of RGB (Red+Green+Blue) = 220+30+44=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E2C is #23E1D3. Grayscale: #585858. Windows color (decimal): -2351572 or 2891484. OLE color: 2891484.
HSL color Cylindrical-coordinate representation of color #DC1E2C: hue angle of 355.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E2C is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 44 | - |
| CMYK | 0 | 0.86 | 0.8 | 0.14 |
| HSL | 355.58º | 0.76% | 0.49% | - |
| HSV(B) | 355.58º | 0.86% | 0.86% | - |
| XYZ | 30.43 | 16.33 | 3.93 | - |
| YUV | 88.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 44 | 0 | 0.86 | 0.8 | 0.14 | 355.58 | 0.76 | 0.49 |
| Hex | DC | 1E | 2C | 0 | 56 | 50 | E | 164 | 4C | 31 |
| Octal | 334 | 36 | 54 | 0 | 126 | 120 | 16 | 544 | 114 | 61 |
| Binary | 11011100 | 11110 | 101100 | 0 | 1010110 | 1010000 | 1110 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DC1E2C
Complementary color
Monochromatic Colors of #DC1E2C
Black with #DC1E2C
Text Example
Text Example
White with #DC1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E2C; }
p { color: rgb(220,30,44); }
H1.HeaderClassName
{
color: #DC1E2C;
}
.AnyTagClassName
{
color: #DC1E2C;
}
</style>
background-color css
<style>
a { background-color: #DC1E2C; }
a { background-color: rgb(220,30,44); }
div.DivClassName
{
background-color: #DC1E2C;
}
.BgClassName
{
background-color: #DC1E2C;
}
</style>
border-color css
<style>
span { border-color: #DC1E2C; }
span { border-color: rgb(220,30,44); }
td.TdClassName
{
border-color: #DC1E2C;
}
.TagClassName
{
border-color: #DC1E2C;
}
</style>