Color spaces of #dd163e
RGB | 221 | 22 | 62 |
---|---|---|---|
HSL | 0.97 | 0.82 | 0.48 |
HSV | 348° | 90° | 87° |
CMYK | 0.00 | 0.90 | 0.72 0.13 |
XYZ | 30.9752 | 16.2938 | 6.0699 |
Yxy | 16.2938 | 0.5807 | 0.3055 |
Hunter Lab | 40.3656 | 66.3352 | 19.3403 |
CIE-Lab | 47.3576 | 70.9888 | 32.8354 |
#dd163e color RGB value is (221,22,62).
#dd163e hex color red value is 221, green value is 22 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd163e hue: 0.97 , saturation: 0.82 and the lightness value of dd163e is 0.48.
The process color (four color CMYK) of #dd163e color hex is 0.00, 0.90, 0.72, 0.13. Web safe color of #dd163e is #cc0033. Color #dd163e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00010110 | 00111110 |
Octal | 335 | 26 | 76 |
Decimal | 221 | 22 | 62 |
Hex | DD | 16 | 3E |
Shades of #dd163e
Tints of #dd163e
RGB Percentages of Color #dd163e
CMYK Percentages of Color #dd163e
Complementary Color
#dd163e | #16ddb5 |
#dd163e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd163e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd163e Color CSS Codes
.mybgcolor {background-color:#dd163e; } .myforecolor {color:#dd163e; } .mybordercolor {border:3px solid #dd163e; }
#dd163e Text Font Color
<p style="color:#dd163e">Text here</p>
This sample text font color is #dd163e
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.
#dd163e Background Color
<div style="background-color:#dd163e">
Div content here</div>
This div background color is #dd163e
#dd163e Border Color
<div style="border:3px solid #dd163e">
Div here</div>
This div border color is #dd163e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,22,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd163e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd163e; -webkit-box-shadow: 1px 1px 3px 2px #dd163e; box-shadow: 1px 1px 3px 2px #dd163e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,22,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd163e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd163e; -webkit-box-shadow: 1px 1px 3px 2px #dd163e; box-shadow: 1px 1px 3px 2px #dd163e;">
Div content here</div>
This div box has shadow with color #dd163e
Comments
No comments written yet.
Please login to write comment.