Shades of Alizarin #DD3343
Tints of Alizarin #DD3343
RGB
CMYK
RGB Variations
Color information
#DD3343 (or 0xDD3343) is known color: Alizarin. HEX triplet: DD, 33 and 43. RGB value is (221,51,67). Sum of RGB (Red+Green+Blue) = 221+51+67=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3343 is #22CCBC. Grayscale: #676767. Windows color (decimal): -2280637 or 4404189. OLE color: 4404189.
HSL color Cylindrical-coordinate representation of color #DD3343: hue angle of 354.35º 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 #DD3343 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 67 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.13 |
| HSL | 354.35º | 0.71% | 0.53% | - |
| HSV(B) | 354.35º | 0.77% | 0.87% | - |
| XYZ | 32.02 | 18.15 | 7.13 | - |
| YUV | 103.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 67 | 0 | 0.77 | 0.70 | 0.13 | 354.35 | 0.71 | 0.53 |
| Hex | DD | 33 | 43 | 0 | 4D | 46 | D | 162 | 47 | 35 |
| Octal | 335 | 63 | 103 | 0 | 115 | 106 | 15 | 542 | 107 | 65 |
| Binary | 11011101 | 110011 | 1000011 | 0 | 1001101 | 1000110 | 1101 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DD3343
Complementary color
Monochromatic Colors of #DD3343
Black with #DD3343
Text Example
Text Example
White with #DD3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3343; }
p { color: rgb(221,51,67); }
H1.HeaderClassName
{
color: #DD3343;
}
.AnyTagClassName
{
color: #DD3343;
}
</style>
background-color css
<style>
a { background-color: #DD3343; }
a { background-color: rgb(221,51,67); }
div.DivClassName
{
background-color: #DD3343;
}
.BgClassName
{
background-color: #DD3343;
}
</style>
border-color css
<style>
span { border-color: #DD3343; }
span { border-color: rgb(221,51,67); }
td.TdClassName
{
border-color: #DD3343;
}
.TagClassName
{
border-color: #DD3343;
}
</style>