Shades of Alizarin #DD373B
Tints of Alizarin #DD373B
RGB
CMYK
RGB Variations
Color information
#DD373B (or 0xDD373B) is known color: Alizarin. HEX triplet: DD, 37 and 3B. RGB value is (221,55,59). Sum of RGB (Red+Green+Blue) = 221+55+59=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373B is #22C8C4. Grayscale: #696969. Windows color (decimal): -2279621 or 3880925. OLE color: 3880925.
HSL color Cylindrical-coordinate representation of color #DD373B: hue angle of 358.55º 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 #DD373B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.13 |
| HSL | 358.55º | 0.71% | 0.54% | - |
| HSV(B) | 358.55º | 0.75% | 0.87% | - |
| XYZ | 31.97 | 18.42 | 6.01 | - |
| YUV | 105.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 59 | 0 | 0.75 | 0.73 | 0.13 | 358.55 | 0.71 | 0.54 |
| Hex | DD | 37 | 3B | 0 | 4B | 49 | D | 167 | 47 | 36 |
| Octal | 335 | 67 | 73 | 0 | 113 | 111 | 15 | 547 | 107 | 66 |
| Binary | 11011101 | 110111 | 111011 | 0 | 1001011 | 1001001 | 1101 | 101100111 | 1000111 | 110110 |
Color Harmonies of #DD373B
Complementary color
Monochromatic Colors of #DD373B
Black with #DD373B
Text Example
Text Example
White with #DD373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD373B; }
p { color: rgb(221,55,59); }
H1.HeaderClassName
{
color: #DD373B;
}
.AnyTagClassName
{
color: #DD373B;
}
</style>
background-color css
<style>
a { background-color: #DD373B; }
a { background-color: rgb(221,55,59); }
div.DivClassName
{
background-color: #DD373B;
}
.BgClassName
{
background-color: #DD373B;
}
</style>
border-color css
<style>
span { border-color: #DD373B; }
span { border-color: rgb(221,55,59); }
td.TdClassName
{
border-color: #DD373B;
}
.TagClassName
{
border-color: #DD373B;
}
</style>