Shades of Alizarin #DC1D36
Tints of Alizarin #DC1D36
RGB
CMYK
RGB Variations
Color information
#DC1D36 (or 0xDC1D36) is known color: Alizarin. HEX triplet: DC, 1D and 36. RGB value is (220,29,54). Sum of RGB (Red+Green+Blue) = 220+29+54=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D36 is #23E2C9. Grayscale: #595959. Windows color (decimal): -2351818 or 3546588. OLE color: 3546588.
HSL color Cylindrical-coordinate representation of color #DC1D36: hue angle of 352.15º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D36 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 54 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.14 |
| HSL | 352.15º | 0.77% | 0.49% | - |
| HSV(B) | 352.15º | 0.87% | 0.86% | - |
| XYZ | 30.62 | 16.36 | 5.03 | - |
| YUV | 88.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 54 | 0 | 0.87 | 0.75 | 0.14 | 352.15 | 0.77 | 0.49 |
| Hex | DC | 1D | 36 | 0 | 57 | 4B | E | 160 | 4D | 31 |
| Octal | 334 | 35 | 66 | 0 | 127 | 113 | 16 | 540 | 115 | 61 |
| Binary | 11011100 | 11101 | 110110 | 0 | 1010111 | 1001011 | 1110 | 101100000 | 1001101 | 110001 |
Color Harmonies of #DC1D36
Complementary color
Monochromatic Colors of #DC1D36
Black with #DC1D36
Text Example
Text Example
White with #DC1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D36; }
p { color: rgb(220,29,54); }
H1.HeaderClassName
{
color: #DC1D36;
}
.AnyTagClassName
{
color: #DC1D36;
}
</style>
background-color css
<style>
a { background-color: #DC1D36; }
a { background-color: rgb(220,29,54); }
div.DivClassName
{
background-color: #DC1D36;
}
.BgClassName
{
background-color: #DC1D36;
}
</style>
border-color css
<style>
span { border-color: #DC1D36; }
span { border-color: rgb(220,29,54); }
td.TdClassName
{
border-color: #DC1D36;
}
.TagClassName
{
border-color: #DC1D36;
}
</style>