Shades of Alizarin #DD3233
Tints of Alizarin #DD3233
RGB
CMYK
RGB Variations
Color information
#DD3233 (or 0xDD3233) is known color: Alizarin. HEX triplet: DD, 32 and 33. RGB value is (221,50,51). Sum of RGB (Red+Green+Blue) = 221+50+51=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3233 is #22CDCC. Grayscale: #656565. Windows color (decimal): -2280909 or 3355357. OLE color: 3355357.
HSL color Cylindrical-coordinate representation of color #DD3233: hue angle of 359.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3233 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 51 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.13 |
| HSL | 359.65º | 0.72% | 0.53% | - |
| HSV(B) | 359.65º | 0.77% | 0.87% | - |
| XYZ | 31.56 | 17.89 | 4.92 | - |
| YUV | 101.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 51 | 0 | 0.77 | 0.77 | 0.13 | 359.65 | 0.72 | 0.53 |
| Hex | DD | 32 | 33 | 0 | 4D | 4D | D | 168 | 48 | 35 |
| Octal | 335 | 62 | 63 | 0 | 115 | 115 | 15 | 550 | 110 | 65 |
| Binary | 11011101 | 110010 | 110011 | 0 | 1001101 | 1001101 | 1101 | 101101000 | 1001000 | 110101 |
Color Harmonies of #DD3233
Complementary color
Monochromatic Colors of #DD3233
Black with #DD3233
Text Example
Text Example
White with #DD3233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3233; }
p { color: rgb(221,50,51); }
H1.HeaderClassName
{
color: #DD3233;
}
.AnyTagClassName
{
color: #DD3233;
}
</style>
background-color css
<style>
a { background-color: #DD3233; }
a { background-color: rgb(221,50,51); }
div.DivClassName
{
background-color: #DD3233;
}
.BgClassName
{
background-color: #DD3233;
}
</style>
border-color css
<style>
span { border-color: #DD3233; }
span { border-color: rgb(221,50,51); }
td.TdClassName
{
border-color: #DD3233;
}
.TagClassName
{
border-color: #DD3233;
}
</style>