Shades of Alizarin #DD2225
Tints of Alizarin #DD2225
RGB
CMYK
RGB Variations
Color information
#DD2225 (or 0xDD2225) is known color: Alizarin. HEX triplet: DD, 22 and 25. RGB value is (221,34,37). Sum of RGB (Red+Green+Blue) = 221+34+37=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2225 is #22DDDA. Grayscale: #5A5A5A. Windows color (decimal): -2285019 or 2433757. OLE color: 2433757.
HSL color Cylindrical-coordinate representation of color #DD2225: hue angle of 359.04º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2225 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 37 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.13 |
| HSL | 359.04º | 0.73% | 0.5% | - |
| HSV(B) | 359.04º | 0.85% | 0.87% | - |
| XYZ | 30.72 | 16.65 | 3.34 | - |
| YUV | 90.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 37 | 0 | 0.85 | 0.83 | 0.13 | 359.04 | 0.73 | 0.5 |
| Hex | DD | 22 | 25 | 0 | 55 | 53 | D | 167 | 49 | 32 |
| Octal | 335 | 42 | 45 | 0 | 125 | 123 | 15 | 547 | 111 | 62 |
| Binary | 11011101 | 100010 | 100101 | 0 | 1010101 | 1010011 | 1101 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DD2225
Complementary color
Monochromatic Colors of #DD2225
Black with #DD2225
Text Example
Text Example
White with #DD2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2225; }
p { color: rgb(221,34,37); }
H1.HeaderClassName
{
color: #DD2225;
}
.AnyTagClassName
{
color: #DD2225;
}
</style>
background-color css
<style>
a { background-color: #DD2225; }
a { background-color: rgb(221,34,37); }
div.DivClassName
{
background-color: #DD2225;
}
.BgClassName
{
background-color: #DD2225;
}
</style>
border-color css
<style>
span { border-color: #DD2225; }
span { border-color: rgb(221,34,37); }
td.TdClassName
{
border-color: #DD2225;
}
.TagClassName
{
border-color: #DD2225;
}
</style>