Shades of Alizarin #DD3141
Tints of Alizarin #DD3141
RGB
CMYK
RGB Variations
Color information
#DD3141 (or 0xDD3141) is known color: Alizarin. HEX triplet: DD, 31 and 41. RGB value is (221,49,65). Sum of RGB (Red+Green+Blue) = 221+49+65=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3141 is #22CEBE. Grayscale: #666666. Windows color (decimal): -2281151 or 4272605. OLE color: 4272605.
HSL color Cylindrical-coordinate representation of color #DD3141: hue angle of 354.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3141 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 65 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.13 |
| HSL | 354.42º | 0.72% | 0.53% | - |
| HSV(B) | 354.42º | 0.78% | 0.87% | - |
| XYZ | 31.87 | 17.95 | 6.79 | - |
| YUV | 102.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 65 | 0 | 0.78 | 0.71 | 0.13 | 354.42 | 0.72 | 0.53 |
| Hex | DD | 31 | 41 | 0 | 4E | 47 | D | 162 | 48 | 35 |
| Octal | 335 | 61 | 101 | 0 | 116 | 107 | 15 | 542 | 110 | 65 |
| Binary | 11011101 | 110001 | 1000001 | 0 | 1001110 | 1000111 | 1101 | 101100010 | 1001000 | 110101 |
Color Harmonies of #DD3141
Complementary color
Monochromatic Colors of #DD3141
Black with #DD3141
Text Example
Text Example
White with #DD3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3141; }
p { color: rgb(221,49,65); }
H1.HeaderClassName
{
color: #DD3141;
}
.AnyTagClassName
{
color: #DD3141;
}
</style>
background-color css
<style>
a { background-color: #DD3141; }
a { background-color: rgb(221,49,65); }
div.DivClassName
{
background-color: #DD3141;
}
.BgClassName
{
background-color: #DD3141;
}
</style>
border-color css
<style>
span { border-color: #DD3141; }
span { border-color: rgb(221,49,65); }
td.TdClassName
{
border-color: #DD3141;
}
.TagClassName
{
border-color: #DD3141;
}
</style>