Color spaces of #e7292d
RGB | 231 | 41 | 45 |
---|---|---|---|
HSL | 1.00 | 0.80 | 0.53 |
HSV | 359° | 82° | 91° |
CMYK | 0.00 | 0.82 | 0.81 0.09 |
XYZ | 34.2216 | 18.7643 | 4.3008 |
Yxy | 18.7643 | 0.5974 | 0.3276 |
Hunter Lab | 43.3178 | 65.2112 | 24.4358 |
CIE-Lab | 50.4103 | 69.4543 | 46.3881 |
#e7292d color RGB value is (231,41,45).
#e7292d hex color red value is 231, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e7292d hue: 1.00 , saturation: 0.80 and the lightness value of e7292d is 0.53.
The process color (four color CMYK) of #e7292d color hex is 0.00, 0.82, 0.81, 0.09. Web safe color of #e7292d is #ff3333. Color #e7292d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101001 | 00101101 |
Octal | 347 | 51 | 55 |
Decimal | 231 | 41 | 45 |
Hex | E7 | 29 | 2D |
Shades of #e7292d
Tints of #e7292d
RGB Percentages of Color #e7292d
CMYK Percentages of Color #e7292d
Complementary Color
#e7292d | #29e7e3 |
#e7292d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7292d Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7292d Color CSS Codes
.mybgcolor {background-color:#e7292d; } .myforecolor {color:#e7292d; } .mybordercolor {border:3px solid #e7292d; }
#e7292d Text Font Color
<p style="color:#e7292d">Text here</p>
This sample text font color is #e7292d
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.
#e7292d Background Color
<div style="background-color:#e7292d">
Div content here</div>
This div background color is #e7292d
#e7292d Border Color
<div style="border:3px solid #e7292d">
Div here</div>
This div border color is #e7292d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,41,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7292d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7292d; -webkit-box-shadow: 1px 1px 3px 2px #e7292d; box-shadow: 1px 1px 3px 2px #e7292d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,41,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7292d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7292d; -webkit-box-shadow: 1px 1px 3px 2px #e7292d; box-shadow: 1px 1px 3px 2px #e7292d;">
Div content here</div>
This div box has shadow with color #e7292d
Comments
No comments written yet.
Please login to write comment.