Shades of Crimson #DD164D
Tints of Crimson #DD164D
RGB
CMYK
RGB Variations
Color information
#DD164D (or 0xDD164D) is known color: Crimson. HEX triplet: DD, 16 and 4D. RGB value is (221,22,77). Sum of RGB (Red+Green+Blue) = 221+22+77=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD164D is #22E9B2. Grayscale: #575757. Windows color (decimal): -2288051 or 5052125. OLE color: 5052125.
HSL color Cylindrical-coordinate representation of color #DD164D: hue angle of 343.42º 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 #DD164D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.13 |
| HSL | 343.42º | 0.82% | 0.48% | - |
| HSV(B) | 343.42º | 0.9% | 0.87% | - |
| XYZ | 31.45 | 16.48 | 8.55 | - |
| YUV | 87.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 77 | 0 | 0.90 | 0.65 | 0.13 | 343.42 | 0.82 | 0.48 |
| Hex | DD | 16 | 4D | 0 | 5A | 41 | D | 157 | 52 | 30 |
| Octal | 335 | 26 | 115 | 0 | 132 | 101 | 15 | 527 | 122 | 60 |
| Binary | 11011101 | 10110 | 1001101 | 0 | 1011010 | 1000001 | 1101 | 101010111 | 1010010 | 110000 |
Color Harmonies of #DD164D
Complementary color
Monochromatic Colors of #DD164D
Black with #DD164D
Text Example
Text Example
White with #DD164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD164D; }
p { color: rgb(221,22,77); }
H1.HeaderClassName
{
color: #DD164D;
}
.AnyTagClassName
{
color: #DD164D;
}
</style>
background-color css
<style>
a { background-color: #DD164D; }
a { background-color: rgb(221,22,77); }
div.DivClassName
{
background-color: #DD164D;
}
.BgClassName
{
background-color: #DD164D;
}
</style>
border-color css
<style>
span { border-color: #DD164D; }
span { border-color: rgb(221,22,77); }
td.TdClassName
{
border-color: #DD164D;
}
.TagClassName
{
border-color: #DD164D;
}
</style>