Color spaces of #dd392f
RGB | 221 | 57 | 47 |
---|---|---|---|
HSL | 0.01 | 0.72 | 0.53 |
HSV | 3° | 79° | 87° |
CMYK | 0.00 | 0.74 | 0.79 0.13 |
XYZ | 31.7950 | 18.5036 | 4.5851 |
Yxy | 18.5036 | 0.5793 | 0.3371 |
Hunter Lab | 43.0158 | 56.6600 | 23.7913 |
CIE-Lab | 50.1013 | 62.1717 | 44.3864 |
#dd392f color RGB value is (221,57,47).
#dd392f hex color red value is 221, green value is 57 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dd392f hue: 0.01 , saturation: 0.72 and the lightness value of dd392f is 0.53.
The process color (four color CMYK) of #dd392f color hex is 0.00, 0.74, 0.79, 0.13. Web safe color of #dd392f is #cc3333. Color #dd392f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00111001 | 00101111 |
Octal | 335 | 71 | 57 |
Decimal | 221 | 57 | 47 |
Hex | DD | 39 | 2F |
Shades of #dd392f
Tints of #dd392f
RGB Percentages of Color #dd392f
CMYK Percentages of Color #dd392f
Complementary Color
#dd392f | #2fd3dd |
#dd392f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd392f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd392f Color CSS Codes
.mybgcolor {background-color:#dd392f; } .myforecolor {color:#dd392f; } .mybordercolor {border:3px solid #dd392f; }
#dd392f Text Font Color
<p style="color:#dd392f">Text here</p>
This sample text font color is #dd392f
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.
#dd392f Background Color
<div style="background-color:#dd392f">
Div content here</div>
This div background color is #dd392f
#dd392f Border Color
<div style="border:3px solid #dd392f">
Div here</div>
This div border color is #dd392f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,57,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd392f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd392f; -webkit-box-shadow: 1px 1px 3px 2px #dd392f; box-shadow: 1px 1px 3px 2px #dd392f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,57,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd392f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd392f; -webkit-box-shadow: 1px 1px 3px 2px #dd392f; box-shadow: 1px 1px 3px 2px #dd392f;">
Div content here</div>
This div box has shadow with color #dd392f
Comments
No comments written yet.
Please login to write comment.