Shades of Alizarin #DD2741
Tints of Alizarin #DD2741
RGB
CMYK
RGB Variations
Color information
#DD2741 (or 0xDD2741) is known color: Alizarin. HEX triplet: DD, 27 and 41. RGB value is (221,39,65). Sum of RGB (Red+Green+Blue) = 221+39+65=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2741 is #22D8BE. Grayscale: #606060. Windows color (decimal): -2283711 or 4270045. OLE color: 4270045.
HSL color Cylindrical-coordinate representation of color #DD2741: hue angle of 351.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2741 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 65 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.13 |
| HSL | 351.43º | 0.73% | 0.51% | - |
| HSV(B) | 351.43º | 0.82% | 0.87% | - |
| XYZ | 31.5 | 17.2 | 6.66 | - |
| YUV | 96.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 65 | 0 | 0.82 | 0.71 | 0.13 | 351.43 | 0.73 | 0.51 |
| Hex | DD | 27 | 41 | 0 | 52 | 47 | D | 15F | 49 | 33 |
| Octal | 335 | 47 | 101 | 0 | 122 | 107 | 15 | 537 | 111 | 63 |
| Binary | 11011101 | 100111 | 1000001 | 0 | 1010010 | 1000111 | 1101 | 101011111 | 1001001 | 110011 |
Color Harmonies of #DD2741
Complementary color
Monochromatic Colors of #DD2741
Black with #DD2741
Text Example
Text Example
White with #DD2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2741; }
p { color: rgb(221,39,65); }
H1.HeaderClassName
{
color: #DD2741;
}
.AnyTagClassName
{
color: #DD2741;
}
</style>
background-color css
<style>
a { background-color: #DD2741; }
a { background-color: rgb(221,39,65); }
div.DivClassName
{
background-color: #DD2741;
}
.BgClassName
{
background-color: #DD2741;
}
</style>
border-color css
<style>
span { border-color: #DD2741; }
span { border-color: rgb(221,39,65); }
td.TdClassName
{
border-color: #DD2741;
}
.TagClassName
{
border-color: #DD2741;
}
</style>