Shades of Alizarin #DC3539
Tints of Alizarin #DC3539
RGB
CMYK
RGB Variations
Color information
#DC3539 (or 0xDC3539) is known color: Alizarin. HEX triplet: DC, 35 and 39. RGB value is (220,53,57). Sum of RGB (Red+Green+Blue) = 220+53+57=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3539 is #23CAC6. Grayscale: #676767. Windows color (decimal): -2345671 or 3749340. OLE color: 3749340.
HSL color Cylindrical-coordinate representation of color #DC3539: hue angle of 358.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3539 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 57 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.14 |
| HSL | 358.56º | 0.7% | 0.54% | - |
| HSV(B) | 358.56º | 0.76% | 0.86% | - |
| XYZ | 31.53 | 18.06 | 5.69 | - |
| YUV | 103.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 57 | 0 | 0.76 | 0.74 | 0.14 | 358.56 | 0.7 | 0.54 |
| Hex | DC | 35 | 39 | 0 | 4C | 4A | E | 167 | 46 | 36 |
| Octal | 334 | 65 | 71 | 0 | 114 | 112 | 16 | 547 | 106 | 66 |
| Binary | 11011100 | 110101 | 111001 | 0 | 1001100 | 1001010 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DC3539
Complementary color
Monochromatic Colors of #DC3539
Black with #DC3539
Text Example
Text Example
White with #DC3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3539; }
p { color: rgb(220,53,57); }
H1.HeaderClassName
{
color: #DC3539;
}
.AnyTagClassName
{
color: #DC3539;
}
</style>
background-color css
<style>
a { background-color: #DC3539; }
a { background-color: rgb(220,53,57); }
div.DivClassName
{
background-color: #DC3539;
}
.BgClassName
{
background-color: #DC3539;
}
</style>
border-color css
<style>
span { border-color: #DC3539; }
span { border-color: rgb(220,53,57); }
td.TdClassName
{
border-color: #DC3539;
}
.TagClassName
{
border-color: #DC3539;
}
</style>