Color spaces of #db4537
RGB | 219 | 69 | 55 |
---|---|---|---|
HSL | 0.01 | 0.69 | 0.54 |
HSV | 5° | 75° | 86° |
CMYK | 0.00 | 0.68 | 0.75 0.14 |
XYZ | 32.0311 | 19.5921 | 5.7079 |
Yxy | 19.5921 | 0.5587 | 0.3417 |
Hunter Lab | 44.2630 | 51.7122 | 23.3384 |
CIE-Lab | 51.3729 | 57.5479 | 41.3083 |
#db4537 color RGB value is (219,69,55).
#db4537 hex color red value is 219, green value is 69 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #db4537 hue: 0.01 , saturation: 0.69 and the lightness value of db4537 is 0.54.
The process color (four color CMYK) of #db4537 color hex is 0.00, 0.68, 0.75, 0.14. Web safe color of #db4537 is #cc3333. Color #db4537 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000101 | 00110111 |
Octal | 333 | 105 | 67 |
Decimal | 219 | 69 | 55 |
Hex | DB | 45 | 37 |
Shades of #db4537
Tints of #db4537
RGB Percentages of Color #db4537
CMYK Percentages of Color #db4537
Complementary Color
#db4537 | #37cddb |
#db4537 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db4537 Color Preview on White Background
Lorem ipsum dolor sit amet.
#db4537 Color CSS Codes
.mybgcolor {background-color:#db4537; } .myforecolor {color:#db4537; } .mybordercolor {border:3px solid #db4537; }
#db4537 Text Font Color
<p style="color:#db4537">Text here</p>
This sample text font color is #db4537
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.
#db4537 Background Color
<div style="background-color:#db4537">
Div content here</div>
This div background color is #db4537
#db4537 Border Color
<div style="border:3px solid #db4537">
Div here</div>
This div border color is #db4537
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,69,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db4537; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db4537; -webkit-box-shadow: 1px 1px 3px 2px #db4537; box-shadow: 1px 1px 3px 2px #db4537; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,69,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 #db4537">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db4537; -webkit-box-shadow: 1px 1px 3px 2px #db4537; box-shadow: 1px 1px 3px 2px #db4537;">
Div content here</div>
This div box has shadow with color #db4537
Comments
No comments written yet.
Please login to write comment.