Shades of Alizarin #DD373A
Tints of Alizarin #DD373A
RGB
CMYK
RGB Variations
Color information
#DD373A (or 0xDD373A) is known color: Alizarin. HEX triplet: DD, 37 and 3A. RGB value is (221,55,58). Sum of RGB (Red+Green+Blue) = 221+55+58=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373A is #22C8C5. Grayscale: #696969. Windows color (decimal): -2279622 or 3815389. OLE color: 3815389.
HSL color Cylindrical-coordinate representation of color #DD373A: hue angle of 358.92º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD373A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 58 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.13 |
| HSL | 358.92º | 0.71% | 0.54% | - |
| HSV(B) | 358.92º | 0.75% | 0.87% | - |
| XYZ | 31.95 | 18.41 | 5.87 | - |
| YUV | 104.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 58 | 0 | 0.75 | 0.74 | 0.13 | 358.92 | 0.71 | 0.54 |
| Hex | DD | 37 | 3A | 0 | 4B | 4A | D | 167 | 47 | 36 |
| Octal | 335 | 67 | 72 | 0 | 113 | 112 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 110111 | 111010 | 0 | 1001011 | 1001010 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD373A
Complementary color
Monochromatic Colors of #DD373A
Black with #DD373A
Text Example
Text Example
White with #DD373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD373A; }
p { color: rgb(221,55,58); }
H1.HeaderClassName
{
color: #DD373A;
}
.AnyTagClassName
{
color: #DD373A;
}
</style>
background-color css
<style>
a { background-color: #DD373A; }
a { background-color: rgb(221,55,58); }
div.DivClassName
{
background-color: #DD373A;
}
.BgClassName
{
background-color: #DD373A;
}
</style>
border-color css
<style>
span { border-color: #DD373A; }
span { border-color: rgb(221,55,58); }
td.TdClassName
{
border-color: #DD373A;
}
.TagClassName
{
border-color: #DD373A;
}
</style>