Shades of Alizarin #DC2128
Tints of Alizarin #DC2128
RGB
CMYK
RGB Variations
Color information
#DC2128 (or 0xDC2128) is known color: Alizarin. HEX triplet: DC, 21 and 28. RGB value is (220,33,40). Sum of RGB (Red+Green+Blue) = 220+33+40=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2128 is #23DED7. Grayscale: #595959. Windows color (decimal): -2350808 or 2630108. OLE color: 2630108.
HSL color Cylindrical-coordinate representation of color #DC2128: hue angle of 357.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2128 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 40 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.14 |
| HSL | 357.75º | 0.74% | 0.5% | - |
| HSV(B) | 357.75º | 0.85% | 0.86% | - |
| XYZ | 30.44 | 16.46 | 3.58 | - |
| YUV | 89.71 | 99.95 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 40 | 0 | 0.85 | 0.82 | 0.14 | 357.75 | 0.74 | 0.5 |
| Hex | DC | 21 | 28 | 0 | 55 | 52 | E | 166 | 4A | 32 |
| Octal | 334 | 41 | 50 | 0 | 125 | 122 | 16 | 546 | 112 | 62 |
| Binary | 11011100 | 100001 | 101000 | 0 | 1010101 | 1010010 | 1110 | 101100110 | 1001010 | 110010 |
Color Harmonies of #DC2128
Complementary color
Monochromatic Colors of #DC2128
Black with #DC2128
Text Example
Text Example
White with #DC2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2128; }
p { color: rgb(220,33,40); }
H1.HeaderClassName
{
color: #DC2128;
}
.AnyTagClassName
{
color: #DC2128;
}
</style>
background-color css
<style>
a { background-color: #DC2128; }
a { background-color: rgb(220,33,40); }
div.DivClassName
{
background-color: #DC2128;
}
.BgClassName
{
background-color: #DC2128;
}
</style>
border-color css
<style>
span { border-color: #DC2128; }
span { border-color: rgb(220,33,40); }
td.TdClassName
{
border-color: #DC2128;
}
.TagClassName
{
border-color: #DC2128;
}
</style>