Shades of Alizarin #DC3040
Tints of Alizarin #DC3040
RGB
CMYK
RGB Variations
Color information
#DC3040 (or 0xDC3040) is known color: Alizarin. HEX triplet: DC, 30 and 40. RGB value is (220,48,64). Sum of RGB (Red+Green+Blue) = 220+48+64=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3040 is #23CFBF. Grayscale: #656565. Windows color (decimal): -2346944 or 4206812. OLE color: 4206812.
HSL color Cylindrical-coordinate representation of color #DC3040: hue angle of 354.42º 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 #DC3040 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 64 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.14 |
| HSL | 354.42º | 0.71% | 0.53% | - |
| HSV(B) | 354.42º | 0.78% | 0.86% | - |
| XYZ | 31.5 | 17.7 | 6.61 | - |
| YUV | 101.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 64 | 0 | 0.78 | 0.71 | 0.14 | 354.42 | 0.71 | 0.53 |
| Hex | DC | 30 | 40 | 0 | 4E | 47 | E | 162 | 47 | 35 |
| Octal | 334 | 60 | 100 | 0 | 116 | 107 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110000 | 1000000 | 0 | 1001110 | 1000111 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3040
Complementary color
Monochromatic Colors of #DC3040
Black with #DC3040
Text Example
Text Example
White with #DC3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3040; }
p { color: rgb(220,48,64); }
H1.HeaderClassName
{
color: #DC3040;
}
.AnyTagClassName
{
color: #DC3040;
}
</style>
background-color css
<style>
a { background-color: #DC3040; }
a { background-color: rgb(220,48,64); }
div.DivClassName
{
background-color: #DC3040;
}
.BgClassName
{
background-color: #DC3040;
}
</style>
border-color css
<style>
span { border-color: #DC3040; }
span { border-color: rgb(220,48,64); }
td.TdClassName
{
border-color: #DC3040;
}
.TagClassName
{
border-color: #DC3040;
}
</style>