Shades of Alizarin #DD343C
Tints of Alizarin #DD343C
RGB
CMYK
RGB Variations
Color information
#DD343C (or 0xDD343C) is known color: Alizarin. HEX triplet: DD, 34 and 3C. RGB value is (221,52,60). Sum of RGB (Red+Green+Blue) = 221+52+60=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD343C is #22CBC3. Grayscale: #676767. Windows color (decimal): -2280388 or 3945693. OLE color: 3945693.
HSL color Cylindrical-coordinate representation of color #DD343C: hue angle of 357.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD343C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 357.16º | 0.71% | 0.54% | - |
| HSV(B) | 357.16º | 0.76% | 0.87% | - |
| XYZ | 31.86 | 18.15 | 6.1 | - |
| YUV | 103.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 60 | 0 | 0.76 | 0.73 | 0.13 | 357.16 | 0.71 | 0.54 |
| Hex | DD | 34 | 3C | 0 | 4C | 49 | D | 165 | 47 | 36 |
| Octal | 335 | 64 | 74 | 0 | 114 | 111 | 15 | 545 | 107 | 66 |
| Binary | 11011101 | 110100 | 111100 | 0 | 1001100 | 1001001 | 1101 | 101100101 | 1000111 | 110110 |
Color Harmonies of #DD343C
Complementary color
Monochromatic Colors of #DD343C
Black with #DD343C
Text Example
Text Example
White with #DD343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD343C; }
p { color: rgb(221,52,60); }
H1.HeaderClassName
{
color: #DD343C;
}
.AnyTagClassName
{
color: #DD343C;
}
</style>
background-color css
<style>
a { background-color: #DD343C; }
a { background-color: rgb(221,52,60); }
div.DivClassName
{
background-color: #DD343C;
}
.BgClassName
{
background-color: #DD343C;
}
</style>
border-color css
<style>
span { border-color: #DD343C; }
span { border-color: rgb(221,52,60); }
td.TdClassName
{
border-color: #DD343C;
}
.TagClassName
{
border-color: #DD343C;
}
</style>