Shades of Alizarin #DD242D
Tints of Alizarin #DD242D
RGB
CMYK
RGB Variations
Color information
#DD242D (or 0xDD242D) is known color: Alizarin. HEX triplet: DD, 24 and 2D. RGB value is (221,36,45). Sum of RGB (Red+Green+Blue) = 221+36+45=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD242D is #22DBD2. Grayscale: #5C5C5C. Windows color (decimal): -2284499 or 2958557. OLE color: 2958557.
HSL color Cylindrical-coordinate representation of color #DD242D: hue angle of 357.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.13 |
| HSL | 357.08º | 0.73% | 0.5% | - |
| HSV(B) | 357.08º | 0.84% | 0.87% | - |
| XYZ | 30.92 | 16.82 | 4.1 | - |
| YUV | 92.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 45 | 0 | 0.84 | 0.80 | 0.13 | 357.08 | 0.73 | 0.5 |
| Hex | DD | 24 | 2D | 0 | 54 | 50 | D | 165 | 49 | 32 |
| Octal | 335 | 44 | 55 | 0 | 124 | 120 | 15 | 545 | 111 | 62 |
| Binary | 11011101 | 100100 | 101101 | 0 | 1010100 | 1010000 | 1101 | 101100101 | 1001001 | 110010 |
Color Harmonies of #DD242D
Complementary color
Monochromatic Colors of #DD242D
Black with #DD242D
Text Example
Text Example
White with #DD242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD242D; }
p { color: rgb(221,36,45); }
H1.HeaderClassName
{
color: #DD242D;
}
.AnyTagClassName
{
color: #DD242D;
}
</style>
background-color css
<style>
a { background-color: #DD242D; }
a { background-color: rgb(221,36,45); }
div.DivClassName
{
background-color: #DD242D;
}
.BgClassName
{
background-color: #DD242D;
}
</style>
border-color css
<style>
span { border-color: #DD242D; }
span { border-color: rgb(221,36,45); }
td.TdClassName
{
border-color: #DD242D;
}
.TagClassName
{
border-color: #DD242D;
}
</style>