Shades of Alizarin #DC2137
Tints of Alizarin #DC2137
RGB
CMYK
RGB Variations
Color information
#DC2137 (or 0xDC2137) is known color: Alizarin. HEX triplet: DC, 21 and 37. RGB value is (220,33,55). Sum of RGB (Red+Green+Blue) = 220+33+55=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2137 is #23DEC8. Grayscale: #5B5B5B. Windows color (decimal): -2350793 or 3613148. OLE color: 3613148.
HSL color Cylindrical-coordinate representation of color #DC2137: hue angle of 352.94º 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 #DC2137 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 55 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.14 |
| HSL | 352.94º | 0.74% | 0.5% | - |
| HSV(B) | 352.94º | 0.85% | 0.86% | - |
| XYZ | 30.75 | 16.58 | 5.19 | - |
| YUV | 91.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 55 | 0 | 0.85 | 0.75 | 0.14 | 352.94 | 0.74 | 0.5 |
| Hex | DC | 21 | 37 | 0 | 55 | 4B | E | 161 | 4A | 32 |
| Octal | 334 | 41 | 67 | 0 | 125 | 113 | 16 | 541 | 112 | 62 |
| Binary | 11011100 | 100001 | 110111 | 0 | 1010101 | 1001011 | 1110 | 101100001 | 1001010 | 110010 |
Color Harmonies of #DC2137
Complementary color
Monochromatic Colors of #DC2137
Black with #DC2137
Text Example
Text Example
White with #DC2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2137; }
p { color: rgb(220,33,55); }
H1.HeaderClassName
{
color: #DC2137;
}
.AnyTagClassName
{
color: #DC2137;
}
</style>
background-color css
<style>
a { background-color: #DC2137; }
a { background-color: rgb(220,33,55); }
div.DivClassName
{
background-color: #DC2137;
}
.BgClassName
{
background-color: #DC2137;
}
</style>
border-color css
<style>
span { border-color: #DC2137; }
span { border-color: rgb(220,33,55); }
td.TdClassName
{
border-color: #DC2137;
}
.TagClassName
{
border-color: #DC2137;
}
</style>