Shades of Alizarin #DD3640
Tints of Alizarin #DD3640
RGB
CMYK
RGB Variations
Color information
#DD3640 (or 0xDD3640) is known color: Alizarin. HEX triplet: DD, 36 and 40. RGB value is (221,54,64). Sum of RGB (Red+Green+Blue) = 221+54+64=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3640 is #22C9BF. Grayscale: #696969. Windows color (decimal): -2279872 or 4208349. OLE color: 4208349.
HSL color Cylindrical-coordinate representation of color #DD3640: hue angle of 356.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3640 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 64 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.13 |
| HSL | 356.41º | 0.71% | 0.54% | - |
| HSV(B) | 356.41º | 0.76% | 0.87% | - |
| XYZ | 32.06 | 18.38 | 6.71 | - |
| YUV | 105.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 64 | 0 | 0.76 | 0.71 | 0.13 | 356.41 | 0.71 | 0.54 |
| Hex | DD | 36 | 40 | 0 | 4C | 47 | D | 164 | 47 | 36 |
| Octal | 335 | 66 | 100 | 0 | 114 | 107 | 15 | 544 | 107 | 66 |
| Binary | 11011101 | 110110 | 1000000 | 0 | 1001100 | 1000111 | 1101 | 101100100 | 1000111 | 110110 |
Color Harmonies of #DD3640
Complementary color
Monochromatic Colors of #DD3640
Black with #DD3640
Text Example
Text Example
White with #DD3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3640; }
p { color: rgb(221,54,64); }
H1.HeaderClassName
{
color: #DD3640;
}
.AnyTagClassName
{
color: #DD3640;
}
</style>
background-color css
<style>
a { background-color: #DD3640; }
a { background-color: rgb(221,54,64); }
div.DivClassName
{
background-color: #DD3640;
}
.BgClassName
{
background-color: #DD3640;
}
</style>
border-color css
<style>
span { border-color: #DD3640; }
span { border-color: rgb(221,54,64); }
td.TdClassName
{
border-color: #DD3640;
}
.TagClassName
{
border-color: #DD3640;
}
</style>