Shades of Alizarin #DD3940
Tints of Alizarin #DD3940
RGB
CMYK
RGB Variations
Color information
#DD3940 (or 0xDD3940) is known color: Alizarin. HEX triplet: DD, 39 and 40. RGB value is (221,57,64). Sum of RGB (Red+Green+Blue) = 221+57+64=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3940 is #22C6BF. Grayscale: #6A6A6A. Windows color (decimal): -2279104 or 4209117. OLE color: 4209117.
HSL color Cylindrical-coordinate representation of color #DD3940: hue angle of 357.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3940 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 64 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.13 |
| HSL | 357.44º | 0.71% | 0.55% | - |
| HSV(B) | 357.44º | 0.74% | 0.87% | - |
| XYZ | 32.21 | 18.67 | 6.76 | - |
| YUV | 106.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 64 | 0 | 0.74 | 0.71 | 0.13 | 357.44 | 0.71 | 0.55 |
| Hex | DD | 39 | 40 | 0 | 4A | 47 | D | 165 | 47 | 37 |
| Octal | 335 | 71 | 100 | 0 | 112 | 107 | 15 | 545 | 107 | 67 |
| Binary | 11011101 | 111001 | 1000000 | 0 | 1001010 | 1000111 | 1101 | 101100101 | 1000111 | 110111 |
Color Harmonies of #DD3940
Complementary color
Monochromatic Colors of #DD3940
Black with #DD3940
Text Example
Text Example
White with #DD3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3940; }
p { color: rgb(221,57,64); }
H1.HeaderClassName
{
color: #DD3940;
}
.AnyTagClassName
{
color: #DD3940;
}
</style>
background-color css
<style>
a { background-color: #DD3940; }
a { background-color: rgb(221,57,64); }
div.DivClassName
{
background-color: #DD3940;
}
.BgClassName
{
background-color: #DD3940;
}
</style>
border-color css
<style>
span { border-color: #DD3940; }
span { border-color: rgb(221,57,64); }
td.TdClassName
{
border-color: #DD3940;
}
.TagClassName
{
border-color: #DD3940;
}
</style>