Color spaces of #dd013f
RGB | 221 | 1 | 63 |
---|---|---|---|
HSL | 0.95 | 0.99 | 0.44 |
HSV | 343° | 100° | 87° |
CMYK | 0.00 | 1.00 | 0.71 0.13 |
XYZ | 30.7269 | 15.7527 | 6.1237 |
Yxy | 15.7527 | 0.5841 | 0.2995 |
Hunter Lab | 39.6897 | 68.7340 | 18.6349 |
CIE-Lab | 46.6484 | 73.1241 | 31.3875 |
#dd013f color RGB value is (221,1,63).
#dd013f hex color red value is 221, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd013f hue: 0.95 , saturation: 0.99 and the lightness value of dd013f is 0.44.
The process color (four color CMYK) of #dd013f color hex is 0.00, 1.00, 0.71, 0.13. Web safe color of #dd013f is #cc0033. Color #dd013f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00000001 | 00111111 |
Octal | 335 | 1 | 77 |
Decimal | 221 | 1 | 63 |
Hex | DD | 1 | 3F |
Shades of #dd013f
Tints of #dd013f
RGB Percentages of Color #dd013f
CMYK Percentages of Color #dd013f
Complementary Color
#dd013f | #01dd9f |
#dd013f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd013f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd013f Color CSS Codes
.mybgcolor {background-color:#dd013f; } .myforecolor {color:#dd013f; } .mybordercolor {border:3px solid #dd013f; }
#dd013f Text Font Color
<p style="color:#dd013f">Text here</p>
This sample text font color is #dd013f
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.
#dd013f Background Color
<div style="background-color:#dd013f">
Div content here</div>
This div background color is #dd013f
#dd013f Border Color
<div style="border:3px solid #dd013f">
Div here</div>
This div border color is #dd013f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,1,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd013f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd013f; -webkit-box-shadow: 1px 1px 3px 2px #dd013f; box-shadow: 1px 1px 3px 2px #dd013f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,1,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd013f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd013f; -webkit-box-shadow: 1px 1px 3px 2px #dd013f; box-shadow: 1px 1px 3px 2px #dd013f;">
Div content here</div>
This div box has shadow with color #dd013f
Comments
No comments written yet.
Please login to write comment.