Shades of Alizarin #DC2028
Tints of Alizarin #DC2028
RGB
CMYK
RGB Variations
Color information
#DC2028 (or 0xDC2028) is known color: Alizarin. HEX triplet: DC, 20 and 28. RGB value is (220,32,40). Sum of RGB (Red+Green+Blue) = 220+32+40=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2028 is #23DFD7. Grayscale: #595959. Windows color (decimal): -2351064 or 2629852. OLE color: 2629852.
HSL color Cylindrical-coordinate representation of color #DC2028: hue angle of 357.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2028 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 40 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.14 |
| HSL | 357.45º | 0.75% | 0.49% | - |
| HSV(B) | 357.45º | 0.85% | 0.86% | - |
| XYZ | 30.41 | 16.4 | 3.57 | - |
| YUV | 89.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 40 | 0 | 0.85 | 0.82 | 0.14 | 357.45 | 0.75 | 0.49 |
| Hex | DC | 20 | 28 | 0 | 55 | 52 | E | 165 | 4B | 31 |
| Octal | 334 | 40 | 50 | 0 | 125 | 122 | 16 | 545 | 113 | 61 |
| Binary | 11011100 | 100000 | 101000 | 0 | 1010101 | 1010010 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DC2028
Complementary color
Monochromatic Colors of #DC2028
Black with #DC2028
Text Example
Text Example
White with #DC2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2028; }
p { color: rgb(220,32,40); }
H1.HeaderClassName
{
color: #DC2028;
}
.AnyTagClassName
{
color: #DC2028;
}
</style>
background-color css
<style>
a { background-color: #DC2028; }
a { background-color: rgb(220,32,40); }
div.DivClassName
{
background-color: #DC2028;
}
.BgClassName
{
background-color: #DC2028;
}
</style>
border-color css
<style>
span { border-color: #DC2028; }
span { border-color: rgb(220,32,40); }
td.TdClassName
{
border-color: #DC2028;
}
.TagClassName
{
border-color: #DC2028;
}
</style>