Shades of Alizarin #DD242A
Tints of Alizarin #DD242A
RGB
CMYK
RGB Variations
Color information
#DD242A (or 0xDD242A) is known color: Alizarin. HEX triplet: DD, 24 and 2A. RGB value is (221,36,42). Sum of RGB (Red+Green+Blue) = 221+36+42=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD242A is #22DBD5. Grayscale: #5C5C5C. Windows color (decimal): -2284502 or 2761949. OLE color: 2761949.
HSL color Cylindrical-coordinate representation of color #DD242A: hue angle of 358.05º 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 #DD242A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.13 |
| HSL | 358.05º | 0.73% | 0.5% | - |
| HSV(B) | 358.05º | 0.84% | 0.87% | - |
| XYZ | 30.87 | 16.8 | 3.81 | - |
| YUV | 92 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 42 | 0 | 0.84 | 0.81 | 0.13 | 358.05 | 0.73 | 0.5 |
| Hex | DD | 24 | 2A | 0 | 54 | 51 | D | 166 | 49 | 32 |
| Octal | 335 | 44 | 52 | 0 | 124 | 121 | 15 | 546 | 111 | 62 |
| Binary | 11011101 | 100100 | 101010 | 0 | 1010100 | 1010001 | 1101 | 101100110 | 1001001 | 110010 |
Color Harmonies of #DD242A
Complementary color
Monochromatic Colors of #DD242A
Black with #DD242A
Text Example
Text Example
White with #DD242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD242A; }
p { color: rgb(221,36,42); }
H1.HeaderClassName
{
color: #DD242A;
}
.AnyTagClassName
{
color: #DD242A;
}
</style>
background-color css
<style>
a { background-color: #DD242A; }
a { background-color: rgb(221,36,42); }
div.DivClassName
{
background-color: #DD242A;
}
.BgClassName
{
background-color: #DD242A;
}
</style>
border-color css
<style>
span { border-color: #DD242A; }
span { border-color: rgb(221,36,42); }
td.TdClassName
{
border-color: #DD242A;
}
.TagClassName
{
border-color: #DD242A;
}
</style>