Shades of Alizarin #DD3037
Tints of Alizarin #DD3037
RGB
CMYK
RGB Variations
Color information
#DD3037 (or 0xDD3037) is known color: Alizarin. HEX triplet: DD, 30 and 37. RGB value is (221,48,55). Sum of RGB (Red+Green+Blue) = 221+48+55=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3037 is #22CFC8. Grayscale: #646464. Windows color (decimal): -2281417 or 3616989. OLE color: 3616989.
HSL color Cylindrical-coordinate representation of color #DD3037: hue angle of 357.57º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3037 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 55 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.13 |
| HSL | 357.57º | 0.72% | 0.53% | - |
| HSV(B) | 357.57º | 0.78% | 0.87% | - |
| XYZ | 31.57 | 17.76 | 5.38 | - |
| YUV | 100.53 | 102.31 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 55 | 0 | 0.78 | 0.75 | 0.13 | 357.57 | 0.72 | 0.53 |
| Hex | DD | 30 | 37 | 0 | 4E | 4B | D | 166 | 48 | 35 |
| Octal | 335 | 60 | 67 | 0 | 116 | 113 | 15 | 546 | 110 | 65 |
| Binary | 11011101 | 110000 | 110111 | 0 | 1001110 | 1001011 | 1101 | 101100110 | 1001000 | 110101 |
Color Harmonies of #DD3037
Complementary color
Monochromatic Colors of #DD3037
Black with #DD3037
Text Example
Text Example
White with #DD3037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3037; }
p { color: rgb(221,48,55); }
H1.HeaderClassName
{
color: #DD3037;
}
.AnyTagClassName
{
color: #DD3037;
}
</style>
background-color css
<style>
a { background-color: #DD3037; }
a { background-color: rgb(221,48,55); }
div.DivClassName
{
background-color: #DD3037;
}
.BgClassName
{
background-color: #DD3037;
}
</style>
border-color css
<style>
span { border-color: #DD3037; }
span { border-color: rgb(221,48,55); }
td.TdClassName
{
border-color: #DD3037;
}
.TagClassName
{
border-color: #DD3037;
}
</style>