Shades of Crimson #DD1744
Tints of Crimson #DD1744
RGB
CMYK
RGB Variations
Color information
#DD1744 (or 0xDD1744) is known color: Crimson. HEX triplet: DD, 17 and 44. RGB value is (221,23,68). Sum of RGB (Red+Green+Blue) = 221+23+68=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1744 is #22E8BB. Grayscale: #575757. Windows color (decimal): -2287804 or 4462557. OLE color: 4462557.
HSL color Cylindrical-coordinate representation of color #DD1744: hue angle of 346.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1744 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.13 |
| HSL | 346.36º | 0.81% | 0.48% | - |
| HSV(B) | 346.36º | 0.9% | 0.87% | - |
| XYZ | 31.17 | 16.4 | 6.99 | - |
| YUV | 87.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 68 | 0 | 0.90 | 0.69 | 0.13 | 346.36 | 0.81 | 0.48 |
| Hex | DD | 17 | 44 | 0 | 5A | 45 | D | 15A | 51 | 30 |
| Octal | 335 | 27 | 104 | 0 | 132 | 105 | 15 | 532 | 121 | 60 |
| Binary | 11011101 | 10111 | 1000100 | 0 | 1011010 | 1000101 | 1101 | 101011010 | 1010001 | 110000 |
Color Harmonies of #DD1744
Complementary color
Monochromatic Colors of #DD1744
Black with #DD1744
Text Example
Text Example
White with #DD1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1744; }
p { color: rgb(221,23,68); }
H1.HeaderClassName
{
color: #DD1744;
}
.AnyTagClassName
{
color: #DD1744;
}
</style>
background-color css
<style>
a { background-color: #DD1744; }
a { background-color: rgb(221,23,68); }
div.DivClassName
{
background-color: #DD1744;
}
.BgClassName
{
background-color: #DD1744;
}
</style>
border-color css
<style>
span { border-color: #DD1744; }
span { border-color: rgb(221,23,68); }
td.TdClassName
{
border-color: #DD1744;
}
.TagClassName
{
border-color: #DD1744;
}
</style>