Shades of Alizarin #DC1E2B
Tints of Alizarin #DC1E2B
RGB
CMYK
RGB Variations
Color information
#DC1E2B (or 0xDC1E2B) is known color: Alizarin. HEX triplet: DC, 1E and 2B. RGB value is (220,30,43). Sum of RGB (Red+Green+Blue) = 220+30+43=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E2B is #23E1D4. Grayscale: #585858. Windows color (decimal): -2351573 or 2825948. OLE color: 2825948.
HSL color Cylindrical-coordinate representation of color #DC1E2B: hue angle of 355.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 43 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.14 |
| HSL | 355.89º | 0.76% | 0.49% | - |
| HSV(B) | 355.89º | 0.86% | 0.86% | - |
| XYZ | 30.42 | 16.32 | 3.83 | - |
| YUV | 88.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 43 | 0 | 0.86 | 0.80 | 0.14 | 355.89 | 0.76 | 0.49 |
| Hex | DC | 1E | 2B | 0 | 56 | 50 | E | 164 | 4C | 31 |
| Octal | 334 | 36 | 53 | 0 | 126 | 120 | 16 | 544 | 114 | 61 |
| Binary | 11011100 | 11110 | 101011 | 0 | 1010110 | 1010000 | 1110 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DC1E2B
Complementary color
Monochromatic Colors of #DC1E2B
Black with #DC1E2B
Text Example
Text Example
White with #DC1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E2B; }
p { color: rgb(220,30,43); }
H1.HeaderClassName
{
color: #DC1E2B;
}
.AnyTagClassName
{
color: #DC1E2B;
}
</style>
background-color css
<style>
a { background-color: #DC1E2B; }
a { background-color: rgb(220,30,43); }
div.DivClassName
{
background-color: #DC1E2B;
}
.BgClassName
{
background-color: #DC1E2B;
}
</style>
border-color css
<style>
span { border-color: #DC1E2B; }
span { border-color: rgb(220,30,43); }
td.TdClassName
{
border-color: #DC1E2B;
}
.TagClassName
{
border-color: #DC1E2B;
}
</style>