Shades of Crimson #DD1249
Tints of Crimson #DD1249
RGB
CMYK
RGB Variations
Color information
#DD1249 (or 0xDD1249) is known color: Crimson. HEX triplet: DD, 12 and 49. RGB value is (221,18,73). Sum of RGB (Red+Green+Blue) = 221+18+73=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1249 is #22EDB6. Grayscale: #545454. Windows color (decimal): -2289079 or 4788957. OLE color: 4788957.
HSL color Cylindrical-coordinate representation of color #DD1249: hue angle of 343.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1249 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 73 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.13 |
| HSL | 343.74º | 0.85% | 0.47% | - |
| HSV(B) | 343.74º | 0.92% | 0.87% | - |
| XYZ | 31.24 | 16.29 | 7.8 | - |
| YUV | 84.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 73 | 0 | 0.92 | 0.67 | 0.13 | 343.74 | 0.85 | 0.47 |
| Hex | DD | 12 | 49 | 0 | 5C | 43 | D | 158 | 55 | 2F |
| Octal | 335 | 22 | 111 | 0 | 134 | 103 | 15 | 530 | 125 | 57 |
| Binary | 11011101 | 10010 | 1001001 | 0 | 1011100 | 1000011 | 1101 | 101011000 | 1010101 | 101111 |
Color Harmonies of #DD1249
Complementary color
Monochromatic Colors of #DD1249
Black with #DD1249
Text Example
Text Example
White with #DD1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1249; }
p { color: rgb(221,18,73); }
H1.HeaderClassName
{
color: #DD1249;
}
.AnyTagClassName
{
color: #DD1249;
}
</style>
background-color css
<style>
a { background-color: #DD1249; }
a { background-color: rgb(221,18,73); }
div.DivClassName
{
background-color: #DD1249;
}
.BgClassName
{
background-color: #DD1249;
}
</style>
border-color css
<style>
span { border-color: #DD1249; }
span { border-color: rgb(221,18,73); }
td.TdClassName
{
border-color: #DD1249;
}
.TagClassName
{
border-color: #DD1249;
}
</style>