Shades of Alizarin #DD2324
Tints of Alizarin #DD2324
RGB
CMYK
RGB Variations
Color information
#DD2324 (or 0xDD2324) is known color: Alizarin. HEX triplet: DD, 23 and 24. RGB value is (221,35,36). Sum of RGB (Red+Green+Blue) = 221+35+36=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2324 is #22DCDB. Grayscale: #5A5A5A. Windows color (decimal): -2284764 or 2368477. OLE color: 2368477.
HSL color Cylindrical-coordinate representation of color #DD2324: hue angle of 359.68º 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 #DD2324 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 36 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.13 |
| HSL | 359.68º | 0.73% | 0.5% | - |
| HSV(B) | 359.68º | 0.84% | 0.87% | - |
| XYZ | 30.74 | 16.7 | 3.27 | - |
| YUV | 90.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 36 | 0 | 0.84 | 0.84 | 0.13 | 359.68 | 0.73 | 0.5 |
| Hex | DD | 23 | 24 | 0 | 54 | 54 | D | 168 | 49 | 32 |
| Octal | 335 | 43 | 44 | 0 | 124 | 124 | 15 | 550 | 111 | 62 |
| Binary | 11011101 | 100011 | 100100 | 0 | 1010100 | 1010100 | 1101 | 101101000 | 1001001 | 110010 |
Color Harmonies of #DD2324
Complementary color
Monochromatic Colors of #DD2324
Black with #DD2324
Text Example
Text Example
White with #DD2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2324; }
p { color: rgb(221,35,36); }
H1.HeaderClassName
{
color: #DD2324;
}
.AnyTagClassName
{
color: #DD2324;
}
</style>
background-color css
<style>
a { background-color: #DD2324; }
a { background-color: rgb(221,35,36); }
div.DivClassName
{
background-color: #DD2324;
}
.BgClassName
{
background-color: #DD2324;
}
</style>
border-color css
<style>
span { border-color: #DD2324; }
span { border-color: rgb(221,35,36); }
td.TdClassName
{
border-color: #DD2324;
}
.TagClassName
{
border-color: #DD2324;
}
</style>