Shades of Alizarin #DC2539
Tints of Alizarin #DC2539
RGB
CMYK
RGB Variations
Color information
#DC2539 (or 0xDC2539) is known color: Alizarin. HEX triplet: DC, 25 and 39. RGB value is (220,37,57). Sum of RGB (Red+Green+Blue) = 220+37+57=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2539 is #23DAC6. Grayscale: #5E5E5E. Windows color (decimal): -2349767 or 3745244. OLE color: 3745244.
HSL color Cylindrical-coordinate representation of color #DC2539: hue angle of 353.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2539 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 57 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.14 |
| HSL | 353.44º | 0.72% | 0.5% | - |
| HSV(B) | 353.44º | 0.83% | 0.86% | - |
| XYZ | 30.92 | 16.83 | 5.49 | - |
| YUV | 94 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 57 | 0 | 0.83 | 0.74 | 0.14 | 353.44 | 0.72 | 0.5 |
| Hex | DC | 25 | 39 | 0 | 53 | 4A | E | 161 | 48 | 32 |
| Octal | 334 | 45 | 71 | 0 | 123 | 112 | 16 | 541 | 110 | 62 |
| Binary | 11011100 | 100101 | 111001 | 0 | 1010011 | 1001010 | 1110 | 101100001 | 1001000 | 110010 |
Color Harmonies of #DC2539
Complementary color
Monochromatic Colors of #DC2539
Black with #DC2539
Text Example
Text Example
White with #DC2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2539; }
p { color: rgb(220,37,57); }
H1.HeaderClassName
{
color: #DC2539;
}
.AnyTagClassName
{
color: #DC2539;
}
</style>
background-color css
<style>
a { background-color: #DC2539; }
a { background-color: rgb(220,37,57); }
div.DivClassName
{
background-color: #DC2539;
}
.BgClassName
{
background-color: #DC2539;
}
</style>
border-color css
<style>
span { border-color: #DC2539; }
span { border-color: rgb(220,37,57); }
td.TdClassName
{
border-color: #DC2539;
}
.TagClassName
{
border-color: #DC2539;
}
</style>