Shades of Crimson #DD2046
Tints of Crimson #DD2046
RGB
CMYK
RGB Variations
Color information
#DD2046 (or 0xDD2046) is known color: Crimson. HEX triplet: DD, 20 and 46. RGB value is (221,32,70). Sum of RGB (Red+Green+Blue) = 221+32+70=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2046 is #22DFB9. Grayscale: #5C5C5C. Windows color (decimal): -2285498 or 4595933. OLE color: 4595933.
HSL color Cylindrical-coordinate representation of color #DD2046: hue angle of 347.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2046 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 70 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.13 |
| HSL | 347.94º | 0.75% | 0.5% | - |
| HSV(B) | 347.94º | 0.86% | 0.87% | - |
| XYZ | 31.44 | 16.85 | 7.39 | - |
| YUV | 92.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 70 | 0 | 0.86 | 0.68 | 0.13 | 347.94 | 0.75 | 0.5 |
| Hex | DD | 20 | 46 | 0 | 56 | 44 | D | 15C | 4B | 32 |
| Octal | 335 | 40 | 106 | 0 | 126 | 104 | 15 | 534 | 113 | 62 |
| Binary | 11011101 | 100000 | 1000110 | 0 | 1010110 | 1000100 | 1101 | 101011100 | 1001011 | 110010 |
Color Harmonies of #DD2046
Complementary color
Monochromatic Colors of #DD2046
Black with #DD2046
Text Example
Text Example
White with #DD2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2046; }
p { color: rgb(221,32,70); }
H1.HeaderClassName
{
color: #DD2046;
}
.AnyTagClassName
{
color: #DD2046;
}
</style>
background-color css
<style>
a { background-color: #DD2046; }
a { background-color: rgb(221,32,70); }
div.DivClassName
{
background-color: #DD2046;
}
.BgClassName
{
background-color: #DD2046;
}
</style>
border-color css
<style>
span { border-color: #DD2046; }
span { border-color: rgb(221,32,70); }
td.TdClassName
{
border-color: #DD2046;
}
.TagClassName
{
border-color: #DD2046;
}
</style>