Color spaces of #d54837
RGB | 213 | 72 | 55 |
---|---|---|---|
HSL | 0.02 | 0.65 | 0.53 |
HSV | 6° | 74° | 84° |
CMYK | 0.00 | 0.66 | 0.74 0.16 |
XYZ | 30.4475 | 19.0567 | 5.6880 |
Yxy | 19.0567 | 0.5517 | 0.3453 |
Hunter Lab | 43.6540 | 48.1046 | 22.8325 |
CIE-Lab | 50.7535 | 54.3863 | 40.3275 |
#d54837 color RGB value is (213,72,55).
#d54837 hex color red value is 213, green value is 72 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d54837 hue: 0.02 , saturation: 0.65 and the lightness value of d54837 is 0.53.
The process color (four color CMYK) of #d54837 color hex is 0.00, 0.66, 0.74, 0.16. Web safe color of #d54837 is #cc3333. Color #d54837 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01001000 | 00110111 |
Octal | 325 | 110 | 67 |
Decimal | 213 | 72 | 55 |
Hex | D5 | 48 | 37 |
Shades of #d54837
Tints of #d54837
RGB Percentages of Color #d54837
CMYK Percentages of Color #d54837
Complementary Color
#d54837 | #37c4d5 |
#d54837 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d54837 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d54837 Color CSS Codes
.mybgcolor {background-color:#d54837; } .myforecolor {color:#d54837; } .mybordercolor {border:3px solid #d54837; }
#d54837 Text Font Color
<p style="color:#d54837">Text here</p>
This sample text font color is #d54837
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.
#d54837 Background Color
<div style="background-color:#d54837">
Div content here</div>
This div background color is #d54837
#d54837 Border Color
<div style="border:3px solid #d54837">
Div here</div>
This div border color is #d54837
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,72,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d54837; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d54837; -webkit-box-shadow: 1px 1px 3px 2px #d54837; box-shadow: 1px 1px 3px 2px #d54837; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,72,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d54837">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d54837; -webkit-box-shadow: 1px 1px 3px 2px #d54837; box-shadow: 1px 1px 3px 2px #d54837;">
Div content here</div>
This div box has shadow with color #d54837
Comments
No comments written yet.
Please login to write comment.