Shades of Alizarin #DD253D
Tints of Alizarin #DD253D
RGB
CMYK
RGB Variations
Color information
#DD253D (or 0xDD253D) is known color: Alizarin. HEX triplet: DD, 25 and 3D. RGB value is (221,37,61). Sum of RGB (Red+Green+Blue) = 221+37+61=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD253D is #22DAC2. Grayscale: #5E5E5E. Windows color (decimal): -2284227 or 4007389. OLE color: 4007389.
HSL color Cylindrical-coordinate representation of color #DD253D: hue angle of 352.17º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD253D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 61 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.13 |
| HSL | 352.17º | 0.73% | 0.51% | - |
| HSV(B) | 352.17º | 0.83% | 0.87% | - |
| XYZ | 31.32 | 17.03 | 6.05 | - |
| YUV | 94.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 61 | 0 | 0.83 | 0.72 | 0.13 | 352.17 | 0.73 | 0.51 |
| Hex | DD | 25 | 3D | 0 | 53 | 48 | D | 160 | 49 | 33 |
| Octal | 335 | 45 | 75 | 0 | 123 | 110 | 15 | 540 | 111 | 63 |
| Binary | 11011101 | 100101 | 111101 | 0 | 1010011 | 1001000 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DD253D
Complementary color
Monochromatic Colors of #DD253D
Black with #DD253D
Text Example
Text Example
White with #DD253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD253D; }
p { color: rgb(221,37,61); }
H1.HeaderClassName
{
color: #DD253D;
}
.AnyTagClassName
{
color: #DD253D;
}
</style>
background-color css
<style>
a { background-color: #DD253D; }
a { background-color: rgb(221,37,61); }
div.DivClassName
{
background-color: #DD253D;
}
.BgClassName
{
background-color: #DD253D;
}
</style>
border-color css
<style>
span { border-color: #DD253D; }
span { border-color: rgb(221,37,61); }
td.TdClassName
{
border-color: #DD253D;
}
.TagClassName
{
border-color: #DD253D;
}
</style>