Shades of Alizarin #DD2325
Tints of Alizarin #DD2325
RGB
CMYK
RGB Variations
Color information
#DD2325 (or 0xDD2325) is known color: Alizarin. HEX triplet: DD, 23 and 25. RGB value is (221,35,37). Sum of RGB (Red+Green+Blue) = 221+35+37=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2325 is #22DCDA. Grayscale: #5B5B5B. Windows color (decimal): -2284763 or 2434013. OLE color: 2434013.
HSL color Cylindrical-coordinate representation of color #DD2325: hue angle of 359.35º 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 #DD2325 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 37 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.13 |
| HSL | 359.35º | 0.73% | 0.5% | - |
| HSV(B) | 359.35º | 0.84% | 0.87% | - |
| XYZ | 30.75 | 16.71 | 3.35 | - |
| YUV | 90.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 37 | 0 | 0.84 | 0.83 | 0.13 | 359.35 | 0.73 | 0.5 |
| Hex | DD | 23 | 25 | 0 | 54 | 53 | D | 167 | 49 | 32 |
| Octal | 335 | 43 | 45 | 0 | 124 | 123 | 15 | 547 | 111 | 62 |
| Binary | 11011101 | 100011 | 100101 | 0 | 1010100 | 1010011 | 1101 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DD2325
Complementary color
Monochromatic Colors of #DD2325
Black with #DD2325
Text Example
Text Example
White with #DD2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2325; }
p { color: rgb(221,35,37); }
H1.HeaderClassName
{
color: #DD2325;
}
.AnyTagClassName
{
color: #DD2325;
}
</style>
background-color css
<style>
a { background-color: #DD2325; }
a { background-color: rgb(221,35,37); }
div.DivClassName
{
background-color: #DD2325;
}
.BgClassName
{
background-color: #DD2325;
}
</style>
border-color css
<style>
span { border-color: #DD2325; }
span { border-color: rgb(221,35,37); }
td.TdClassName
{
border-color: #DD2325;
}
.TagClassName
{
border-color: #DD2325;
}
</style>