Color spaces of #dd2946
RGB | 221 | 41 | 70 |
---|---|---|---|
HSL | 0.97 | 0.73 | 0.51 |
HSV | 350° | 81° | 87° |
CMYK | 0.00 | 0.81 | 0.68 0.13 |
XYZ | 31.7172 | 17.4002 | 7.4812 |
Yxy | 17.4002 | 0.5604 | 0.3074 |
Hunter Lab | 41.7135 | 62.7251 | 18.5660 |
CIE-Lab | 48.7604 | 67.6682 | 29.7401 |
#dd2946 color RGB value is (221,41,70).
#dd2946 hex color red value is 221, green value is 41 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dd2946 hue: 0.97 , saturation: 0.73 and the lightness value of dd2946 is 0.51.
The process color (four color CMYK) of #dd2946 color hex is 0.00, 0.81, 0.68, 0.13. Web safe color of #dd2946 is #cc3333. Color #dd2946 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00101001 | 01000110 |
Octal | 335 | 51 | 106 |
Decimal | 221 | 41 | 70 |
Hex | DD | 29 | 46 |
Shades of #dd2946
Tints of #dd2946
RGB Percentages of Color #dd2946
CMYK Percentages of Color #dd2946
Complementary Color
#dd2946 | #29ddc0 |
#dd2946 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd2946 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd2946 Color CSS Codes
.mybgcolor {background-color:#dd2946; } .myforecolor {color:#dd2946; } .mybordercolor {border:3px solid #dd2946; }
#dd2946 Text Font Color
<p style="color:#dd2946">Text here</p>
This sample text font color is #dd2946
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dd2946 Background Color
<div style="background-color:#dd2946">
Div content here</div>
This div background color is #dd2946
#dd2946 Border Color
<div style="border:3px solid #dd2946">
Div here</div>
This div border color is #dd2946
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,41,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd2946; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd2946; -webkit-box-shadow: 1px 1px 3px 2px #dd2946; box-shadow: 1px 1px 3px 2px #dd2946; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,41,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd2946">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd2946; -webkit-box-shadow: 1px 1px 3px 2px #dd2946; box-shadow: 1px 1px 3px 2px #dd2946;">
Div content here</div>
This div box has shadow with color #dd2946
Comments
No comments written yet.
Please login to write comment.