Shades of Alizarin #DD343E
Tints of Alizarin #DD343E
RGB
CMYK
RGB Variations
Color information
#DD343E (or 0xDD343E) is known color: Alizarin. HEX triplet: DD, 34 and 3E. RGB value is (221,52,62). Sum of RGB (Red+Green+Blue) = 221+52+62=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD343E is #22CBC1. Grayscale: #676767. Windows color (decimal): -2280386 or 4076765. OLE color: 4076765.
HSL color Cylindrical-coordinate representation of color #DD343E: hue angle of 356.45º 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 #DD343E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 356.45º | 0.71% | 0.54% | - |
| HSV(B) | 356.45º | 0.76% | 0.87% | - |
| XYZ | 31.92 | 18.18 | 6.38 | - |
| YUV | 103.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 62 | 0 | 0.76 | 0.72 | 0.13 | 356.45 | 0.71 | 0.54 |
| Hex | DD | 34 | 3E | 0 | 4C | 48 | D | 164 | 47 | 36 |
| Octal | 335 | 64 | 76 | 0 | 114 | 110 | 15 | 544 | 107 | 66 |
| Binary | 11011101 | 110100 | 111110 | 0 | 1001100 | 1001000 | 1101 | 101100100 | 1000111 | 110110 |
Color Harmonies of #DD343E
Complementary color
Monochromatic Colors of #DD343E
Black with #DD343E
Text Example
Text Example
White with #DD343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD343E; }
p { color: rgb(221,52,62); }
H1.HeaderClassName
{
color: #DD343E;
}
.AnyTagClassName
{
color: #DD343E;
}
</style>
background-color css
<style>
a { background-color: #DD343E; }
a { background-color: rgb(221,52,62); }
div.DivClassName
{
background-color: #DD343E;
}
.BgClassName
{
background-color: #DD343E;
}
</style>
border-color css
<style>
span { border-color: #DD343E; }
span { border-color: rgb(221,52,62); }
td.TdClassName
{
border-color: #DD343E;
}
.TagClassName
{
border-color: #DD343E;
}
</style>