Shades of Alizarin #DC3032
Tints of Alizarin #DC3032
RGB
CMYK
RGB Variations
Color information
#DC3032 (or 0xDC3032) is known color: Alizarin. HEX triplet: DC, 30 and 32. RGB value is (220,48,50). Sum of RGB (Red+Green+Blue) = 220+48+50=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3032 is #23CFCD. Grayscale: #636363. Windows color (decimal): -2346958 or 3289308. OLE color: 3289308.
HSL color Cylindrical-coordinate representation of color #DC3032: hue angle of 359.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3032 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 50 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.14 |
| HSL | 359.3º | 0.71% | 0.53% | - |
| HSV(B) | 359.3º | 0.78% | 0.86% | - |
| XYZ | 31.15 | 17.56 | 4.77 | - |
| YUV | 99.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 50 | 0 | 0.78 | 0.77 | 0.14 | 359.3 | 0.71 | 0.53 |
| Hex | DC | 30 | 32 | 0 | 4E | 4D | E | 167 | 47 | 35 |
| Octal | 334 | 60 | 62 | 0 | 116 | 115 | 16 | 547 | 107 | 65 |
| Binary | 11011100 | 110000 | 110010 | 0 | 1001110 | 1001101 | 1110 | 101100111 | 1000111 | 110101 |
Color Harmonies of #DC3032
Complementary color
Monochromatic Colors of #DC3032
Black with #DC3032
Text Example
Text Example
White with #DC3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3032; }
p { color: rgb(220,48,50); }
H1.HeaderClassName
{
color: #DC3032;
}
.AnyTagClassName
{
color: #DC3032;
}
</style>
background-color css
<style>
a { background-color: #DC3032; }
a { background-color: rgb(220,48,50); }
div.DivClassName
{
background-color: #DC3032;
}
.BgClassName
{
background-color: #DC3032;
}
</style>
border-color css
<style>
span { border-color: #DC3032; }
span { border-color: rgb(220,48,50); }
td.TdClassName
{
border-color: #DC3032;
}
.TagClassName
{
border-color: #DC3032;
}
</style>