Color spaces of #dd381c
RGB | 221 | 56 | 28 |
---|---|---|---|
HSL | 0.02 | 0.78 | 0.49 |
HSV | 9° | 87° | 87° |
CMYK | 0.00 | 0.75 | 0.87 0.13 |
XYZ | 31.4426 | 18.2843 | 2.9706 |
Yxy | 18.2843 | 0.5967 | 0.3470 |
Hunter Lab | 42.7601 | 56.4252 | 25.8132 |
CIE-Lab | 49.8391 | 62.0146 | 53.3072 |
#dd381c color RGB value is (221,56,28).
#dd381c hex color red value is 221, green value is 56 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dd381c hue: 0.02 , saturation: 0.78 and the lightness value of dd381c is 0.49.
The process color (four color CMYK) of #dd381c color hex is 0.00, 0.75, 0.87, 0.13. Web safe color of #dd381c is #cc3333. Color #dd381c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00111000 | 00011100 |
Octal | 335 | 70 | 34 |
Decimal | 221 | 56 | 28 |
Hex | DD | 38 | 1C |
Shades of #dd381c
Tints of #dd381c
RGB Percentages of Color #dd381c
CMYK Percentages of Color #dd381c
Complementary Color
#dd381c | #1cc1dd |
#dd381c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd381c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd381c Color CSS Codes
.mybgcolor {background-color:#dd381c; } .myforecolor {color:#dd381c; } .mybordercolor {border:3px solid #dd381c; }
#dd381c Text Font Color
<p style="color:#dd381c">Text here</p>
This sample text font color is #dd381c
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.
#dd381c Background Color
<div style="background-color:#dd381c">
Div content here</div>
This div background color is #dd381c
#dd381c Border Color
<div style="border:3px solid #dd381c">
Div here</div>
This div border color is #dd381c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,56,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd381c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd381c; -webkit-box-shadow: 1px 1px 3px 2px #dd381c; box-shadow: 1px 1px 3px 2px #dd381c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,56,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd381c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd381c; -webkit-box-shadow: 1px 1px 3px 2px #dd381c; box-shadow: 1px 1px 3px 2px #dd381c;">
Div content here</div>
This div box has shadow with color #dd381c
Comments
No comments written yet.
Please login to write comment.