Shades of Alizarin #DD3539
Tints of Alizarin #DD3539
RGB
CMYK
RGB Variations
Color information
#DD3539 (or 0xDD3539) is known color: Alizarin. HEX triplet: DD, 35 and 39. RGB value is (221,53,57). Sum of RGB (Red+Green+Blue) = 221+53+57=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3539 is #22CAC6. Grayscale: #676767. Windows color (decimal): -2280135 or 3749341. OLE color: 3749341.
HSL color Cylindrical-coordinate representation of color #DD3539: hue angle of 358.57º 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 #DD3539 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 57 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.13 |
| HSL | 358.57º | 0.71% | 0.54% | - |
| HSV(B) | 358.57º | 0.76% | 0.87% | - |
| XYZ | 31.83 | 18.21 | 5.71 | - |
| YUV | 103.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 57 | 0 | 0.76 | 0.74 | 0.13 | 358.57 | 0.71 | 0.54 |
| Hex | DD | 35 | 39 | 0 | 4C | 4A | D | 167 | 47 | 36 |
| Octal | 335 | 65 | 71 | 0 | 114 | 112 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 110101 | 111001 | 0 | 1001100 | 1001010 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD3539
Complementary color
Monochromatic Colors of #DD3539
Black with #DD3539
Text Example
Text Example
White with #DD3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3539; }
p { color: rgb(221,53,57); }
H1.HeaderClassName
{
color: #DD3539;
}
.AnyTagClassName
{
color: #DD3539;
}
</style>
background-color css
<style>
a { background-color: #DD3539; }
a { background-color: rgb(221,53,57); }
div.DivClassName
{
background-color: #DD3539;
}
.BgClassName
{
background-color: #DD3539;
}
</style>
border-color css
<style>
span { border-color: #DD3539; }
span { border-color: rgb(221,53,57); }
td.TdClassName
{
border-color: #DD3539;
}
.TagClassName
{
border-color: #DD3539;
}
</style>