Shades of Alizarin #DC2133
Tints of Alizarin #DC2133
RGB
CMYK
RGB Variations
Color information
#DC2133 (or 0xDC2133) is known color: Alizarin. HEX triplet: DC, 21 and 33. RGB value is (220,33,51). Sum of RGB (Red+Green+Blue) = 220+33+51=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2133 is #23DECC. Grayscale: #5B5B5B. Windows color (decimal): -2350797 or 3351004. OLE color: 3351004.
HSL color Cylindrical-coordinate representation of color #DC2133: hue angle of 354.22º 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 #DC2133 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.14 |
| HSL | 354.22º | 0.74% | 0.5% | - |
| HSV(B) | 354.22º | 0.85% | 0.86% | - |
| XYZ | 30.66 | 16.54 | 4.71 | - |
| YUV | 90.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 51 | 0 | 0.85 | 0.77 | 0.14 | 354.22 | 0.74 | 0.5 |
| Hex | DC | 21 | 33 | 0 | 55 | 4D | E | 162 | 4A | 32 |
| Octal | 334 | 41 | 63 | 0 | 125 | 115 | 16 | 542 | 112 | 62 |
| Binary | 11011100 | 100001 | 110011 | 0 | 1010101 | 1001101 | 1110 | 101100010 | 1001010 | 110010 |
Color Harmonies of #DC2133
Complementary color
Monochromatic Colors of #DC2133
Black with #DC2133
Text Example
Text Example
White with #DC2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2133; }
p { color: rgb(220,33,51); }
H1.HeaderClassName
{
color: #DC2133;
}
.AnyTagClassName
{
color: #DC2133;
}
</style>
background-color css
<style>
a { background-color: #DC2133; }
a { background-color: rgb(220,33,51); }
div.DivClassName
{
background-color: #DC2133;
}
.BgClassName
{
background-color: #DC2133;
}
</style>
border-color css
<style>
span { border-color: #DC2133; }
span { border-color: rgb(220,33,51); }
td.TdClassName
{
border-color: #DC2133;
}
.TagClassName
{
border-color: #DC2133;
}
</style>