Shades of Alizarin #DD313D
Tints of Alizarin #DD313D
RGB
CMYK
RGB Variations
Color information
#DD313D (or 0xDD313D) is known color: Alizarin. HEX triplet: DD, 31 and 3D. RGB value is (221,49,61). Sum of RGB (Red+Green+Blue) = 221+49+61=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD313D is #22CEC2. Grayscale: #656565. Windows color (decimal): -2281155 or 4010461. OLE color: 4010461.
HSL color Cylindrical-coordinate representation of color #DD313D: hue angle of 355.81º 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 #DD313D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 355.81º | 0.72% | 0.53% | - |
| HSV(B) | 355.81º | 0.78% | 0.87% | - |
| XYZ | 31.76 | 17.91 | 6.2 | - |
| YUV | 101.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 61 | 0 | 0.78 | 0.72 | 0.13 | 355.81 | 0.72 | 0.53 |
| Hex | DD | 31 | 3D | 0 | 4E | 48 | D | 164 | 48 | 35 |
| Octal | 335 | 61 | 75 | 0 | 116 | 110 | 15 | 544 | 110 | 65 |
| Binary | 11011101 | 110001 | 111101 | 0 | 1001110 | 1001000 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DD313D
Complementary color
Monochromatic Colors of #DD313D
Black with #DD313D
Text Example
Text Example
White with #DD313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD313D; }
p { color: rgb(221,49,61); }
H1.HeaderClassName
{
color: #DD313D;
}
.AnyTagClassName
{
color: #DD313D;
}
</style>
background-color css
<style>
a { background-color: #DD313D; }
a { background-color: rgb(221,49,61); }
div.DivClassName
{
background-color: #DD313D;
}
.BgClassName
{
background-color: #DD313D;
}
</style>
border-color css
<style>
span { border-color: #DD313D; }
span { border-color: rgb(221,49,61); }
td.TdClassName
{
border-color: #DD313D;
}
.TagClassName
{
border-color: #DD313D;
}
</style>