Shades of Alizarin #DD3033
Tints of Alizarin #DD3033
RGB
CMYK
RGB Variations
Color information
#DD3033 (or 0xDD3033) is known color: Alizarin. HEX triplet: DD, 30 and 33. RGB value is (221,48,51). Sum of RGB (Red+Green+Blue) = 221+48+51=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3033 is #22CFCC. Grayscale: #646464. Windows color (decimal): -2281421 or 3354845. OLE color: 3354845.
HSL color Cylindrical-coordinate representation of color #DD3033: hue angle of 358.96º 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 #DD3033 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 51 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.13 |
| HSL | 358.96º | 0.72% | 0.53% | - |
| HSV(B) | 358.96º | 0.78% | 0.87% | - |
| XYZ | 31.47 | 17.73 | 4.89 | - |
| YUV | 100.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 51 | 0 | 0.78 | 0.77 | 0.13 | 358.96 | 0.72 | 0.53 |
| Hex | DD | 30 | 33 | 0 | 4E | 4D | D | 167 | 48 | 35 |
| Octal | 335 | 60 | 63 | 0 | 116 | 115 | 15 | 547 | 110 | 65 |
| Binary | 11011101 | 110000 | 110011 | 0 | 1001110 | 1001101 | 1101 | 101100111 | 1001000 | 110101 |
Color Harmonies of #DD3033
Complementary color
Monochromatic Colors of #DD3033
Black with #DD3033
Text Example
Text Example
White with #DD3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3033; }
p { color: rgb(221,48,51); }
H1.HeaderClassName
{
color: #DD3033;
}
.AnyTagClassName
{
color: #DD3033;
}
</style>
background-color css
<style>
a { background-color: #DD3033; }
a { background-color: rgb(221,48,51); }
div.DivClassName
{
background-color: #DD3033;
}
.BgClassName
{
background-color: #DD3033;
}
</style>
border-color css
<style>
span { border-color: #DD3033; }
span { border-color: rgb(221,48,51); }
td.TdClassName
{
border-color: #DD3033;
}
.TagClassName
{
border-color: #DD3033;
}
</style>