Shades of Alizarin #DC3142
Tints of Alizarin #DC3142
RGB
CMYK
RGB Variations
Color information
#DC3142 (or 0xDC3142) is known color: Alizarin. HEX triplet: DC, 31 and 42. RGB value is (220,49,66). Sum of RGB (Red+Green+Blue) = 220+49+66=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3142 is #23CEBD. Grayscale: #666666. Windows color (decimal): -2346686 or 4338140. OLE color: 4338140.
HSL color Cylindrical-coordinate representation of color #DC3142: hue angle of 354.04º 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 #DC3142 is Cyan = 0, Magento = 0.78, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 66 | - |
| CMYK | 0 | 0.78 | 0.7 | 0.14 |
| HSL | 354.04º | 0.71% | 0.53% | - |
| HSV(B) | 354.04º | 0.78% | 0.86% | - |
| XYZ | 31.6 | 17.81 | 6.93 | - |
| YUV | 102.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 66 | 0 | 0.78 | 0.7 | 0.14 | 354.04 | 0.71 | 0.53 |
| Hex | DC | 31 | 42 | 0 | 4E | 46 | E | 162 | 47 | 35 |
| Octal | 334 | 61 | 102 | 0 | 116 | 106 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110001 | 1000010 | 0 | 1001110 | 1000110 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3142
Complementary color
Monochromatic Colors of #DC3142
Black with #DC3142
Text Example
Text Example
White with #DC3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3142; }
p { color: rgb(220,49,66); }
H1.HeaderClassName
{
color: #DC3142;
}
.AnyTagClassName
{
color: #DC3142;
}
</style>
background-color css
<style>
a { background-color: #DC3142; }
a { background-color: rgb(220,49,66); }
div.DivClassName
{
background-color: #DC3142;
}
.BgClassName
{
background-color: #DC3142;
}
</style>
border-color css
<style>
span { border-color: #DC3142; }
span { border-color: rgb(220,49,66); }
td.TdClassName
{
border-color: #DC3142;
}
.TagClassName
{
border-color: #DC3142;
}
</style>