Shades of Alizarin #DD3133
Tints of Alizarin #DD3133
RGB
CMYK
RGB Variations
Color information
#DD3133 (or 0xDD3133) is known color: Alizarin. HEX triplet: DD, 31 and 33. RGB value is (221,49,51). Sum of RGB (Red+Green+Blue) = 221+49+51=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3133 is #22CECC. Grayscale: #646464. Windows color (decimal): -2281165 or 3355101. OLE color: 3355101.
HSL color Cylindrical-coordinate representation of color #DD3133: hue angle of 359.3º 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 #DD3133 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 51 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.13 |
| HSL | 359.3º | 0.72% | 0.53% | - |
| HSV(B) | 359.3º | 0.78% | 0.87% | - |
| XYZ | 31.51 | 17.81 | 4.91 | - |
| YUV | 100.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 51 | 0 | 0.78 | 0.77 | 0.13 | 359.3 | 0.72 | 0.53 |
| Hex | DD | 31 | 33 | 0 | 4E | 4D | D | 167 | 48 | 35 |
| Octal | 335 | 61 | 63 | 0 | 116 | 115 | 15 | 547 | 110 | 65 |
| Binary | 11011101 | 110001 | 110011 | 0 | 1001110 | 1001101 | 1101 | 101100111 | 1001000 | 110101 |
Color Harmonies of #DD3133
Complementary color
Monochromatic Colors of #DD3133
Black with #DD3133
Text Example
Text Example
White with #DD3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3133; }
p { color: rgb(221,49,51); }
H1.HeaderClassName
{
color: #DD3133;
}
.AnyTagClassName
{
color: #DD3133;
}
</style>
background-color css
<style>
a { background-color: #DD3133; }
a { background-color: rgb(221,49,51); }
div.DivClassName
{
background-color: #DD3133;
}
.BgClassName
{
background-color: #DD3133;
}
</style>
border-color css
<style>
span { border-color: #DD3133; }
span { border-color: rgb(221,49,51); }
td.TdClassName
{
border-color: #DD3133;
}
.TagClassName
{
border-color: #DD3133;
}
</style>