Color spaces of #d14422
RGB | 209 | 68 | 34 |
---|---|---|---|
HSL | 0.03 | 0.72 | 0.48 |
HSV | 12° | 84° | 82° |
CMYK | 0.00 | 0.67 | 0.84 0.18 |
XYZ | 28.6504 | 17.8050 | 3.4401 |
Yxy | 17.8050 | 0.5742 | 0.3568 |
Hunter Lab | 42.1960 | 47.3557 | 24.7035 |
CIE-Lab | 49.2587 | 53.9613 | 49.2884 |
#d14422 color RGB value is (209,68,34).
#d14422 hex color red value is 209, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d14422 hue: 0.03 , saturation: 0.72 and the lightness value of d14422 is 0.48.
The process color (four color CMYK) of #d14422 color hex is 0.00, 0.67, 0.84, 0.18. Web safe color of #d14422 is #cc3333. Color #d14422 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01000100 | 00100010 |
Octal | 321 | 104 | 42 |
Decimal | 209 | 68 | 34 |
Hex | D1 | 44 | 22 |
Shades of #d14422
Tints of #d14422
RGB Percentages of Color #d14422
CMYK Percentages of Color #d14422
Complementary Color
#d14422 | #22afd1 |
#d14422 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d14422 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d14422 Color CSS Codes
.mybgcolor {background-color:#d14422; } .myforecolor {color:#d14422; } .mybordercolor {border:3px solid #d14422; }
#d14422 Text Font Color
<p style="color:#d14422">Text here</p>
This sample text font color is #d14422
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.
#d14422 Background Color
<div style="background-color:#d14422">
Div content here</div>
This div background color is #d14422
#d14422 Border Color
<div style="border:3px solid #d14422">
Div here</div>
This div border color is #d14422
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,68,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d14422; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d14422; -webkit-box-shadow: 1px 1px 3px 2px #d14422; box-shadow: 1px 1px 3px 2px #d14422; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,68,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d14422">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d14422; -webkit-box-shadow: 1px 1px 3px 2px #d14422; box-shadow: 1px 1px 3px 2px #d14422;">
Div content here</div>
This div box has shadow with color #d14422
Comments
No comments written yet.
Please login to write comment.