Shades of Alizarin #DC3138
Tints of Alizarin #DC3138
RGB
CMYK
RGB Variations
Color information
#DC3138 (or 0xDC3138) is known color: Alizarin. HEX triplet: DC, 31 and 38. RGB value is (220,49,56). Sum of RGB (Red+Green+Blue) = 220+49+56=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3138 is #23CEC7. Grayscale: #656565. Windows color (decimal): -2346696 or 3682780. OLE color: 3682780.
HSL color Cylindrical-coordinate representation of color #DC3138: hue angle of 357.54º 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 #DC3138 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 56 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.14 |
| HSL | 357.54º | 0.71% | 0.53% | - |
| HSV(B) | 357.54º | 0.78% | 0.86% | - |
| XYZ | 31.33 | 17.7 | 5.51 | - |
| YUV | 100.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 56 | 0 | 0.78 | 0.75 | 0.14 | 357.54 | 0.71 | 0.53 |
| Hex | DC | 31 | 38 | 0 | 4E | 4B | E | 166 | 47 | 35 |
| Octal | 334 | 61 | 70 | 0 | 116 | 113 | 16 | 546 | 107 | 65 |
| Binary | 11011100 | 110001 | 111000 | 0 | 1001110 | 1001011 | 1110 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DC3138
Complementary color
Monochromatic Colors of #DC3138
Black with #DC3138
Text Example
Text Example
White with #DC3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3138; }
p { color: rgb(220,49,56); }
H1.HeaderClassName
{
color: #DC3138;
}
.AnyTagClassName
{
color: #DC3138;
}
</style>
background-color css
<style>
a { background-color: #DC3138; }
a { background-color: rgb(220,49,56); }
div.DivClassName
{
background-color: #DC3138;
}
.BgClassName
{
background-color: #DC3138;
}
</style>
border-color css
<style>
span { border-color: #DC3138; }
span { border-color: rgb(220,49,56); }
td.TdClassName
{
border-color: #DC3138;
}
.TagClassName
{
border-color: #DC3138;
}
</style>