Shades of Alizarin #DC2B40
Tints of Alizarin #DC2B40
RGB
CMYK
RGB Variations
Color information
#DC2B40 (or 0xDC2B40) is known color: Alizarin. HEX triplet: DC, 2B and 40. RGB value is (220,43,64). Sum of RGB (Red+Green+Blue) = 220+43+64=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B40 is #23D4BF. Grayscale: #626262. Windows color (decimal): -2348224 or 4205532. OLE color: 4205532.
HSL color Cylindrical-coordinate representation of color #DC2B40: hue angle of 352.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B40 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 64 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 352.88º | 0.72% | 0.52% | - |
| HSV(B) | 352.88º | 0.8% | 0.86% | - |
| XYZ | 31.3 | 17.31 | 6.54 | - |
| YUV | 98.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 64 | 0 | 0.80 | 0.71 | 0.14 | 352.88 | 0.72 | 0.52 |
| Hex | DC | 2B | 40 | 0 | 50 | 47 | E | 161 | 48 | 34 |
| Octal | 334 | 53 | 100 | 0 | 120 | 107 | 16 | 541 | 110 | 64 |
| Binary | 11011100 | 101011 | 1000000 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1001000 | 110100 |
Color Harmonies of #DC2B40
Complementary color
Monochromatic Colors of #DC2B40
Black with #DC2B40
Text Example
Text Example
White with #DC2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B40; }
p { color: rgb(220,43,64); }
H1.HeaderClassName
{
color: #DC2B40;
}
.AnyTagClassName
{
color: #DC2B40;
}
</style>
background-color css
<style>
a { background-color: #DC2B40; }
a { background-color: rgb(220,43,64); }
div.DivClassName
{
background-color: #DC2B40;
}
.BgClassName
{
background-color: #DC2B40;
}
</style>
border-color css
<style>
span { border-color: #DC2B40; }
span { border-color: rgb(220,43,64); }
td.TdClassName
{
border-color: #DC2B40;
}
.TagClassName
{
border-color: #DC2B40;
}
</style>