Shades of Alizarin #DD333A
Tints of Alizarin #DD333A
RGB
CMYK
RGB Variations
Color information
#DD333A (or 0xDD333A) is known color: Alizarin. HEX triplet: DD, 33 and 3A. RGB value is (221,51,58). Sum of RGB (Red+Green+Blue) = 221+51+58=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333A is #22CCC5. Grayscale: #666666. Windows color (decimal): -2280646 or 3814365. OLE color: 3814365.
HSL color Cylindrical-coordinate representation of color #DD333A: hue angle of 357.53º degrees, saturation: 0.71, 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 #DD333A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.13 |
| HSL | 357.53º | 0.71% | 0.53% | - |
| HSV(B) | 357.53º | 0.77% | 0.87% | - |
| XYZ | 31.77 | 18.05 | 5.81 | - |
| YUV | 102.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 58 | 0 | 0.77 | 0.74 | 0.13 | 357.53 | 0.71 | 0.53 |
| Hex | DD | 33 | 3A | 0 | 4D | 4A | D | 166 | 47 | 35 |
| Octal | 335 | 63 | 72 | 0 | 115 | 112 | 15 | 546 | 107 | 65 |
| Binary | 11011101 | 110011 | 111010 | 0 | 1001101 | 1001010 | 1101 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DD333A
Complementary color
Monochromatic Colors of #DD333A
Black with #DD333A
Text Example
Text Example
White with #DD333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD333A; }
p { color: rgb(221,51,58); }
H1.HeaderClassName
{
color: #DD333A;
}
.AnyTagClassName
{
color: #DD333A;
}
</style>
background-color css
<style>
a { background-color: #DD333A; }
a { background-color: rgb(221,51,58); }
div.DivClassName
{
background-color: #DD333A;
}
.BgClassName
{
background-color: #DD333A;
}
</style>
border-color css
<style>
span { border-color: #DD333A; }
span { border-color: rgb(221,51,58); }
td.TdClassName
{
border-color: #DD333A;
}
.TagClassName
{
border-color: #DD333A;
}
</style>