Shades of Alizarin #DD373D
Tints of Alizarin #DD373D
RGB
CMYK
RGB Variations
Color information
#DD373D (or 0xDD373D) is known color: Alizarin. HEX triplet: DD, 37 and 3D. RGB value is (221,55,61). Sum of RGB (Red+Green+Blue) = 221+55+61=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373D is #22C8C2. Grayscale: #696969. Windows color (decimal): -2279619 or 4011997. OLE color: 4011997.
HSL color Cylindrical-coordinate representation of color #DD373D: hue angle of 357.83º 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 #DD373D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 61 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.13 |
| HSL | 357.83º | 0.71% | 0.54% | - |
| HSV(B) | 357.83º | 0.75% | 0.87% | - |
| XYZ | 32.03 | 18.44 | 6.29 | - |
| YUV | 105.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 61 | 0 | 0.75 | 0.72 | 0.13 | 357.83 | 0.71 | 0.54 |
| Hex | DD | 37 | 3D | 0 | 4B | 48 | D | 166 | 47 | 36 |
| Octal | 335 | 67 | 75 | 0 | 113 | 110 | 15 | 546 | 107 | 66 |
| Binary | 11011101 | 110111 | 111101 | 0 | 1001011 | 1001000 | 1101 | 101100110 | 1000111 | 110110 |
Color Harmonies of #DD373D
Complementary color
Monochromatic Colors of #DD373D
Black with #DD373D
Text Example
Text Example
White with #DD373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD373D; }
p { color: rgb(221,55,61); }
H1.HeaderClassName
{
color: #DD373D;
}
.AnyTagClassName
{
color: #DD373D;
}
</style>
background-color css
<style>
a { background-color: #DD373D; }
a { background-color: rgb(221,55,61); }
div.DivClassName
{
background-color: #DD373D;
}
.BgClassName
{
background-color: #DD373D;
}
</style>
border-color css
<style>
span { border-color: #DD373D; }
span { border-color: rgb(221,55,61); }
td.TdClassName
{
border-color: #DD373D;
}
.TagClassName
{
border-color: #DD373D;
}
</style>