Shades of Alizarin #DD2643
Tints of Alizarin #DD2643
RGB
CMYK
RGB Variations
Color information
#DD2643 (or 0xDD2643) is known color: Alizarin. HEX triplet: DD, 26 and 43. RGB value is (221,38,67). Sum of RGB (Red+Green+Blue) = 221+38+67=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2643 is #22D9BC. Grayscale: #606060. Windows color (decimal): -2283965 or 4400861. OLE color: 4400861.
HSL color Cylindrical-coordinate representation of color #DD2643: hue angle of 350.49º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2643 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 67 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.13 |
| HSL | 350.49º | 0.73% | 0.51% | - |
| HSV(B) | 350.49º | 0.83% | 0.87% | - |
| XYZ | 31.53 | 17.16 | 6.96 | - |
| YUV | 96.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 67 | 0 | 0.83 | 0.70 | 0.13 | 350.49 | 0.73 | 0.51 |
| Hex | DD | 26 | 43 | 0 | 53 | 46 | D | 15E | 49 | 33 |
| Octal | 335 | 46 | 103 | 0 | 123 | 106 | 15 | 536 | 111 | 63 |
| Binary | 11011101 | 100110 | 1000011 | 0 | 1010011 | 1000110 | 1101 | 101011110 | 1001001 | 110011 |
Color Harmonies of #DD2643
Complementary color
Monochromatic Colors of #DD2643
Black with #DD2643
Text Example
Text Example
White with #DD2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2643; }
p { color: rgb(221,38,67); }
H1.HeaderClassName
{
color: #DD2643;
}
.AnyTagClassName
{
color: #DD2643;
}
</style>
background-color css
<style>
a { background-color: #DD2643; }
a { background-color: rgb(221,38,67); }
div.DivClassName
{
background-color: #DD2643;
}
.BgClassName
{
background-color: #DD2643;
}
</style>
border-color css
<style>
span { border-color: #DD2643; }
span { border-color: rgb(221,38,67); }
td.TdClassName
{
border-color: #DD2643;
}
.TagClassName
{
border-color: #DD2643;
}
</style>