Shades of Alizarin #DC2035
Tints of Alizarin #DC2035
RGB
CMYK
RGB Variations
Color information
#DC2035 (or 0xDC2035) is known color: Alizarin. HEX triplet: DC, 20 and 35. RGB value is (220,32,53). Sum of RGB (Red+Green+Blue) = 220+32+53=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2035 is #23DFCA. Grayscale: #5A5A5A. Windows color (decimal): -2351051 or 3481820. OLE color: 3481820.
HSL color Cylindrical-coordinate representation of color #DC2035: hue angle of 353.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2035 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 53 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.14 |
| HSL | 353.3º | 0.75% | 0.49% | - |
| HSV(B) | 353.3º | 0.85% | 0.86% | - |
| XYZ | 30.67 | 16.51 | 4.94 | - |
| YUV | 90.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 53 | 0 | 0.85 | 0.76 | 0.14 | 353.3 | 0.75 | 0.49 |
| Hex | DC | 20 | 35 | 0 | 55 | 4C | E | 161 | 4B | 31 |
| Octal | 334 | 40 | 65 | 0 | 125 | 114 | 16 | 541 | 113 | 61 |
| Binary | 11011100 | 100000 | 110101 | 0 | 1010101 | 1001100 | 1110 | 101100001 | 1001011 | 110001 |
Color Harmonies of #DC2035
Complementary color
Monochromatic Colors of #DC2035
Black with #DC2035
Text Example
Text Example
White with #DC2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2035; }
p { color: rgb(220,32,53); }
H1.HeaderClassName
{
color: #DC2035;
}
.AnyTagClassName
{
color: #DC2035;
}
</style>
background-color css
<style>
a { background-color: #DC2035; }
a { background-color: rgb(220,32,53); }
div.DivClassName
{
background-color: #DC2035;
}
.BgClassName
{
background-color: #DC2035;
}
</style>
border-color css
<style>
span { border-color: #DC2035; }
span { border-color: rgb(220,32,53); }
td.TdClassName
{
border-color: #DC2035;
}
.TagClassName
{
border-color: #DC2035;
}
</style>