Shades of Alizarin #DD333B
Tints of Alizarin #DD333B
RGB
CMYK
RGB Variations
Color information
#DD333B (or 0xDD333B) is known color: Alizarin. HEX triplet: DD, 33 and 3B. RGB value is (221,51,59). Sum of RGB (Red+Green+Blue) = 221+51+59=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD333B is #22CCC4. Grayscale: #666666. Windows color (decimal): -2280645 or 3879901. OLE color: 3879901.
HSL color Cylindrical-coordinate representation of color #DD333B: hue angle of 357.18º 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 #DD333B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 59 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.13 |
| HSL | 357.18º | 0.71% | 0.53% | - |
| HSV(B) | 357.18º | 0.77% | 0.87% | - |
| XYZ | 31.79 | 18.06 | 5.95 | - |
| YUV | 102.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 59 | 0 | 0.77 | 0.73 | 0.13 | 357.18 | 0.71 | 0.53 |
| Hex | DD | 33 | 3B | 0 | 4D | 49 | D | 165 | 47 | 35 |
| Octal | 335 | 63 | 73 | 0 | 115 | 111 | 15 | 545 | 107 | 65 |
| Binary | 11011101 | 110011 | 111011 | 0 | 1001101 | 1001001 | 1101 | 101100101 | 1000111 | 110101 |
Color Harmonies of #DD333B
Complementary color
Monochromatic Colors of #DD333B
Black with #DD333B
Text Example
Text Example
White with #DD333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD333B; }
p { color: rgb(221,51,59); }
H1.HeaderClassName
{
color: #DD333B;
}
.AnyTagClassName
{
color: #DD333B;
}
</style>
background-color css
<style>
a { background-color: #DD333B; }
a { background-color: rgb(221,51,59); }
div.DivClassName
{
background-color: #DD333B;
}
.BgClassName
{
background-color: #DD333B;
}
</style>
border-color css
<style>
span { border-color: #DD333B; }
span { border-color: rgb(221,51,59); }
td.TdClassName
{
border-color: #DD333B;
}
.TagClassName
{
border-color: #DD333B;
}
</style>