Shades of Alizarin #DC3036
Tints of Alizarin #DC3036
RGB
CMYK
RGB Variations
Color information
#DC3036 (or 0xDC3036) is known color: Alizarin. HEX triplet: DC, 30 and 36. RGB value is (220,48,54). Sum of RGB (Red+Green+Blue) = 220+48+54=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3036 is #23CFC9. Grayscale: #646464. Windows color (decimal): -2346954 or 3551452. OLE color: 3551452.
HSL color Cylindrical-coordinate representation of color #DC3036: hue angle of 357.91º 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 #DC3036 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 54 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.14 |
| HSL | 357.91º | 0.71% | 0.53% | - |
| HSV(B) | 357.91º | 0.78% | 0.86% | - |
| XYZ | 31.24 | 17.6 | 5.24 | - |
| YUV | 100.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 54 | 0 | 0.78 | 0.75 | 0.14 | 357.91 | 0.71 | 0.53 |
| Hex | DC | 30 | 36 | 0 | 4E | 4B | E | 166 | 47 | 35 |
| Octal | 334 | 60 | 66 | 0 | 116 | 113 | 16 | 546 | 107 | 65 |
| Binary | 11011100 | 110000 | 110110 | 0 | 1001110 | 1001011 | 1110 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DC3036
Complementary color
Monochromatic Colors of #DC3036
Black with #DC3036
Text Example
Text Example
White with #DC3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3036; }
p { color: rgb(220,48,54); }
H1.HeaderClassName
{
color: #DC3036;
}
.AnyTagClassName
{
color: #DC3036;
}
</style>
background-color css
<style>
a { background-color: #DC3036; }
a { background-color: rgb(220,48,54); }
div.DivClassName
{
background-color: #DC3036;
}
.BgClassName
{
background-color: #DC3036;
}
</style>
border-color css
<style>
span { border-color: #DC3036; }
span { border-color: rgb(220,48,54); }
td.TdClassName
{
border-color: #DC3036;
}
.TagClassName
{
border-color: #DC3036;
}
</style>