Shades of Alizarin #DC1E28
Tints of Alizarin #DC1E28
RGB
CMYK
RGB Variations
Color information
#DC1E28 (or 0xDC1E28) is known color: Alizarin. HEX triplet: DC, 1E and 28. RGB value is (220,30,40). Sum of RGB (Red+Green+Blue) = 220+30+40=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E28 is #23E1D7. Grayscale: #585858. Windows color (decimal): -2351576 or 2629340. OLE color: 2629340.
HSL color Cylindrical-coordinate representation of color #DC1E28: hue angle of 356.84º 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 #DC1E28 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.14 |
| HSL | 356.84º | 0.76% | 0.49% | - |
| HSV(B) | 356.84º | 0.86% | 0.86% | - |
| XYZ | 30.36 | 16.3 | 3.55 | - |
| YUV | 87.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 40 | 0 | 0.86 | 0.82 | 0.14 | 356.84 | 0.76 | 0.49 |
| Hex | DC | 1E | 28 | 0 | 56 | 52 | E | 165 | 4C | 31 |
| Octal | 334 | 36 | 50 | 0 | 126 | 122 | 16 | 545 | 114 | 61 |
| Binary | 11011100 | 11110 | 101000 | 0 | 1010110 | 1010010 | 1110 | 101100101 | 1001100 | 110001 |
Color Harmonies of #DC1E28
Complementary color
Monochromatic Colors of #DC1E28
Black with #DC1E28
Text Example
Text Example
White with #DC1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E28; }
p { color: rgb(220,30,40); }
H1.HeaderClassName
{
color: #DC1E28;
}
.AnyTagClassName
{
color: #DC1E28;
}
</style>
background-color css
<style>
a { background-color: #DC1E28; }
a { background-color: rgb(220,30,40); }
div.DivClassName
{
background-color: #DC1E28;
}
.BgClassName
{
background-color: #DC1E28;
}
</style>
border-color css
<style>
span { border-color: #DC1E28; }
span { border-color: rgb(220,30,40); }
td.TdClassName
{
border-color: #DC1E28;
}
.TagClassName
{
border-color: #DC1E28;
}
</style>