Shades of Crimson #DD1049
Tints of Crimson #DD1049
RGB
CMYK
RGB Variations
Color information
#DD1049 (or 0xDD1049) is known color: Crimson. HEX triplet: DD, 10 and 49. RGB value is (221,16,73). Sum of RGB (Red+Green+Blue) = 221+16+73=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1049 is #22EFB6. Grayscale: #535353. Windows color (decimal): -2289591 or 4788445. OLE color: 4788445.
HSL color Cylindrical-coordinate representation of color #DD1049: hue angle of 343.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1049 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.13 |
| HSL | 343.32º | 0.86% | 0.46% | - |
| HSV(B) | 343.32º | 0.93% | 0.87% | - |
| XYZ | 31.21 | 16.22 | 7.79 | - |
| YUV | 83.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 73 | 0 | 0.93 | 0.67 | 0.13 | 343.32 | 0.86 | 0.46 |
| Hex | DD | 10 | 49 | 0 | 5D | 43 | D | 157 | 56 | 2E |
| Octal | 335 | 20 | 111 | 0 | 135 | 103 | 15 | 527 | 126 | 56 |
| Binary | 11011101 | 10000 | 1001001 | 0 | 1011101 | 1000011 | 1101 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DD1049
Complementary color
Monochromatic Colors of #DD1049
Black with #DD1049
Text Example
Text Example
White with #DD1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1049; }
p { color: rgb(221,16,73); }
H1.HeaderClassName
{
color: #DD1049;
}
.AnyTagClassName
{
color: #DD1049;
}
</style>
background-color css
<style>
a { background-color: #DD1049; }
a { background-color: rgb(221,16,73); }
div.DivClassName
{
background-color: #DD1049;
}
.BgClassName
{
background-color: #DD1049;
}
</style>
border-color css
<style>
span { border-color: #DD1049; }
span { border-color: rgb(221,16,73); }
td.TdClassName
{
border-color: #DD1049;
}
.TagClassName
{
border-color: #DD1049;
}
</style>