Shades of Crimson #DD1644
Tints of Crimson #DD1644
RGB
CMYK
RGB Variations
Color information
#DD1644 (or 0xDD1644) is known color: Crimson. HEX triplet: DD, 16 and 44. RGB value is (221,22,68). Sum of RGB (Red+Green+Blue) = 221+22+68=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1644 is #22E9BB. Grayscale: #565656. Windows color (decimal): -2288060 or 4462301. OLE color: 4462301.
HSL color Cylindrical-coordinate representation of color #DD1644: hue angle of 346.13º degrees, saturation: 0.82, 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 #DD1644 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.13 |
| HSL | 346.13º | 0.82% | 0.48% | - |
| HSV(B) | 346.13º | 0.9% | 0.87% | - |
| XYZ | 31.15 | 16.36 | 6.99 | - |
| YUV | 86.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 68 | 0 | 0.90 | 0.69 | 0.13 | 346.13 | 0.82 | 0.48 |
| Hex | DD | 16 | 44 | 0 | 5A | 45 | D | 15A | 52 | 30 |
| Octal | 335 | 26 | 104 | 0 | 132 | 105 | 15 | 532 | 122 | 60 |
| Binary | 11011101 | 10110 | 1000100 | 0 | 1011010 | 1000101 | 1101 | 101011010 | 1010010 | 110000 |
Color Harmonies of #DD1644
Complementary color
Monochromatic Colors of #DD1644
Black with #DD1644
Text Example
Text Example
White with #DD1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1644; }
p { color: rgb(221,22,68); }
H1.HeaderClassName
{
color: #DD1644;
}
.AnyTagClassName
{
color: #DD1644;
}
</style>
background-color css
<style>
a { background-color: #DD1644; }
a { background-color: rgb(221,22,68); }
div.DivClassName
{
background-color: #DD1644;
}
.BgClassName
{
background-color: #DD1644;
}
</style>
border-color css
<style>
span { border-color: #DD1644; }
span { border-color: rgb(221,22,68); }
td.TdClassName
{
border-color: #DD1644;
}
.TagClassName
{
border-color: #DD1644;
}
</style>