Shades of Alizarin #DD243F
Tints of Alizarin #DD243F
RGB
CMYK
RGB Variations
Color information
#DD243F (or 0xDD243F) is known color: Alizarin. HEX triplet: DD, 24 and 3F. RGB value is (221,36,63). Sum of RGB (Red+Green+Blue) = 221+36+63=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD243F is #22DBC0. Grayscale: #5E5E5E. Windows color (decimal): -2284481 or 4138205. OLE color: 4138205.
HSL color Cylindrical-coordinate representation of color #DD243F: hue angle of 351.24º 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 #DD243F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.13 |
| HSL | 351.24º | 0.73% | 0.5% | - |
| HSV(B) | 351.24º | 0.84% | 0.87% | - |
| XYZ | 31.35 | 16.99 | 6.33 | - |
| YUV | 94.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 63 | 0 | 0.84 | 0.71 | 0.13 | 351.24 | 0.73 | 0.5 |
| Hex | DD | 24 | 3F | 0 | 54 | 47 | D | 15F | 49 | 32 |
| Octal | 335 | 44 | 77 | 0 | 124 | 107 | 15 | 537 | 111 | 62 |
| Binary | 11011101 | 100100 | 111111 | 0 | 1010100 | 1000111 | 1101 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DD243F
Complementary color
Monochromatic Colors of #DD243F
Black with #DD243F
Text Example
Text Example
White with #DD243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD243F; }
p { color: rgb(221,36,63); }
H1.HeaderClassName
{
color: #DD243F;
}
.AnyTagClassName
{
color: #DD243F;
}
</style>
background-color css
<style>
a { background-color: #DD243F; }
a { background-color: rgb(221,36,63); }
div.DivClassName
{
background-color: #DD243F;
}
.BgClassName
{
background-color: #DD243F;
}
</style>
border-color css
<style>
span { border-color: #DD243F; }
span { border-color: rgb(221,36,63); }
td.TdClassName
{
border-color: #DD243F;
}
.TagClassName
{
border-color: #DD243F;
}
</style>