Shades of Alizarin #DD313B
Tints of Alizarin #DD313B
RGB
CMYK
RGB Variations
Color information
#DD313B (or 0xDD313B) is known color: Alizarin. HEX triplet: DD, 31 and 3B. RGB value is (221,49,59). Sum of RGB (Red+Green+Blue) = 221+49+59=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD313B is #22CEC4. Grayscale: #656565. Windows color (decimal): -2281157 or 3879389. OLE color: 3879389.
HSL color Cylindrical-coordinate representation of color #DD313B: hue angle of 356.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD313B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 59 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.13 |
| HSL | 356.51º | 0.72% | 0.53% | - |
| HSV(B) | 356.51º | 0.78% | 0.87% | - |
| XYZ | 31.71 | 17.88 | 5.92 | - |
| YUV | 101.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 59 | 0 | 0.78 | 0.73 | 0.13 | 356.51 | 0.72 | 0.53 |
| Hex | DD | 31 | 3B | 0 | 4E | 49 | D | 165 | 48 | 35 |
| Octal | 335 | 61 | 73 | 0 | 116 | 111 | 15 | 545 | 110 | 65 |
| Binary | 11011101 | 110001 | 111011 | 0 | 1001110 | 1001001 | 1101 | 101100101 | 1001000 | 110101 |
Color Harmonies of #DD313B
Complementary color
Monochromatic Colors of #DD313B
Black with #DD313B
Text Example
Text Example
White with #DD313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD313B; }
p { color: rgb(221,49,59); }
H1.HeaderClassName
{
color: #DD313B;
}
.AnyTagClassName
{
color: #DD313B;
}
</style>
background-color css
<style>
a { background-color: #DD313B; }
a { background-color: rgb(221,49,59); }
div.DivClassName
{
background-color: #DD313B;
}
.BgClassName
{
background-color: #DD313B;
}
</style>
border-color css
<style>
span { border-color: #DD313B; }
span { border-color: rgb(221,49,59); }
td.TdClassName
{
border-color: #DD313B;
}
.TagClassName
{
border-color: #DD313B;
}
</style>