Shades of Alizarin #DC3143
Tints of Alizarin #DC3143
RGB
CMYK
RGB Variations
Color information
#DC3143 (or 0xDC3143) is known color: Alizarin. HEX triplet: DC, 31 and 43. RGB value is (220,49,67). Sum of RGB (Red+Green+Blue) = 220+49+67=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3143 is #23CEBC. Grayscale: #666666. Windows color (decimal): -2346685 or 4403676. OLE color: 4403676.
HSL color Cylindrical-coordinate representation of color #DC3143: hue angle of 353.68º 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 #DC3143 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 67 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.14 |
| HSL | 353.68º | 0.71% | 0.53% | - |
| HSV(B) | 353.68º | 0.78% | 0.86% | - |
| XYZ | 31.63 | 17.82 | 7.08 | - |
| YUV | 102.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 67 | 0 | 0.78 | 0.70 | 0.14 | 353.68 | 0.71 | 0.53 |
| Hex | DC | 31 | 43 | 0 | 4E | 46 | E | 162 | 47 | 35 |
| Octal | 334 | 61 | 103 | 0 | 116 | 106 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110001 | 1000011 | 0 | 1001110 | 1000110 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3143
Complementary color
Monochromatic Colors of #DC3143
Black with #DC3143
Text Example
Text Example
White with #DC3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3143; }
p { color: rgb(220,49,67); }
H1.HeaderClassName
{
color: #DC3143;
}
.AnyTagClassName
{
color: #DC3143;
}
</style>
background-color css
<style>
a { background-color: #DC3143; }
a { background-color: rgb(220,49,67); }
div.DivClassName
{
background-color: #DC3143;
}
.BgClassName
{
background-color: #DC3143;
}
</style>
border-color css
<style>
span { border-color: #DC3143; }
span { border-color: rgb(220,49,67); }
td.TdClassName
{
border-color: #DC3143;
}
.TagClassName
{
border-color: #DC3143;
}
</style>