Color spaces of #e34720
RGB | 227 | 71 | 32 |
---|---|---|---|
HSL | 0.03 | 0.78 | 0.51 |
HSV | 12° | 86° | 89° |
CMYK | 0.00 | 0.69 | 0.86 0.11 |
XYZ | 34.1925 | 20.9417 | 3.6065 |
Yxy | 20.9417 | 0.5821 | 0.3565 |
Hunter Lab | 45.7621 | 53.2878 | 27.3608 |
CIE-Lab | 52.8856 | 58.6839 | 54.5382 |
#e34720 color RGB value is (227,71,32).
#e34720 hex color red value is 227, green value is 71 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e34720 hue: 0.03 , saturation: 0.78 and the lightness value of e34720 is 0.51.
The process color (four color CMYK) of #e34720 color hex is 0.00, 0.69, 0.86, 0.11. Web safe color of #e34720 is #cc3333. Color #e34720 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01000111 | 00100000 |
Octal | 343 | 107 | 40 |
Decimal | 227 | 71 | 32 |
Hex | E3 | 47 | 20 |
Shades of #e34720
Tints of #e34720
RGB Percentages of Color #e34720
CMYK Percentages of Color #e34720
Complementary Color
#e34720 | #20bce3 |
#e34720 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e34720 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e34720 Color CSS Codes
.mybgcolor {background-color:#e34720; } .myforecolor {color:#e34720; } .mybordercolor {border:3px solid #e34720; }
#e34720 Text Font Color
<p style="color:#e34720">Text here</p>
This sample text font color is #e34720
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.
#e34720 Background Color
<div style="background-color:#e34720">
Div content here</div>
This div background color is #e34720
#e34720 Border Color
<div style="border:3px solid #e34720">
Div here</div>
This div border color is #e34720
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,71,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e34720; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e34720; -webkit-box-shadow: 1px 1px 3px 2px #e34720; box-shadow: 1px 1px 3px 2px #e34720; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,71,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e34720">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e34720; -webkit-box-shadow: 1px 1px 3px 2px #e34720; box-shadow: 1px 1px 3px 2px #e34720;">
Div content here</div>
This div box has shadow with color #e34720
Comments
No comments written yet.
Please login to write comment.