Shades of Alizarin #DC1B2D
Tints of Alizarin #DC1B2D
RGB
CMYK
RGB Variations
Color information
#DC1B2D (or 0xDC1B2D) is known color: Alizarin. HEX triplet: DC, 1B and 2D. RGB value is (220,27,45). Sum of RGB (Red+Green+Blue) = 220+27+45=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B2D is #23E4D2. Grayscale: #565656. Windows color (decimal): -2352339 or 2956252. OLE color: 2956252.
HSL color Cylindrical-coordinate representation of color #DC1B2D: hue angle of 354.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B2D is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 45 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.14 |
| HSL | 354.4º | 0.78% | 0.48% | - |
| HSV(B) | 354.4º | 0.88% | 0.86% | - |
| XYZ | 30.38 | 16.19 | 4.01 | - |
| YUV | 86.76 | 104.44 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 45 | 0 | 0.88 | 0.80 | 0.14 | 354.4 | 0.78 | 0.48 |
| Hex | DC | 1B | 2D | 0 | 58 | 50 | E | 162 | 4E | 30 |
| Octal | 334 | 33 | 55 | 0 | 130 | 120 | 16 | 542 | 116 | 60 |
| Binary | 11011100 | 11011 | 101101 | 0 | 1011000 | 1010000 | 1110 | 101100010 | 1001110 | 110000 |
Color Harmonies of #DC1B2D
Complementary color
Monochromatic Colors of #DC1B2D
Black with #DC1B2D
Text Example
Text Example
White with #DC1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B2D; }
p { color: rgb(220,27,45); }
H1.HeaderClassName
{
color: #DC1B2D;
}
.AnyTagClassName
{
color: #DC1B2D;
}
</style>
background-color css
<style>
a { background-color: #DC1B2D; }
a { background-color: rgb(220,27,45); }
div.DivClassName
{
background-color: #DC1B2D;
}
.BgClassName
{
background-color: #DC1B2D;
}
</style>
border-color css
<style>
span { border-color: #DC1B2D; }
span { border-color: rgb(220,27,45); }
td.TdClassName
{
border-color: #DC1B2D;
}
.TagClassName
{
border-color: #DC1B2D;
}
</style>