Color spaces of #e71319
RGB | 231 | 19 | 25 |
---|---|---|---|
HSL | 1.00 | 0.85 | 0.49 |
HSV | 358° | 92° | 91° |
CMYK | 0.00 | 0.92 | 0.89 0.09 |
XYZ | 33.3633 | 17.5249 | 2.5439 |
Yxy | 17.5249 | 0.6244 | 0.3280 |
Hunter Lab | 41.8628 | 68.9991 | 25.7010 |
CIE-Lab | 48.9147 | 72.9017 | 54.7464 |
#e71319 color RGB value is (231,19,25).
#e71319 hex color red value is 231, green value is 19 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e71319 hue: 1.00 , saturation: 0.85 and the lightness value of e71319 is 0.49.
The process color (four color CMYK) of #e71319 color hex is 0.00, 0.92, 0.89, 0.09. Web safe color of #e71319 is #ff0000. Color #e71319 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00010011 | 00011001 |
Octal | 347 | 23 | 31 |
Decimal | 231 | 19 | 25 |
Hex | E7 | 13 | 19 |
Shades of #e71319
Tints of #e71319
RGB Percentages of Color #e71319
CMYK Percentages of Color #e71319
Complementary Color
#e71319 | #13e7e1 |
#e71319 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e71319 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e71319 Color CSS Codes
.mybgcolor {background-color:#e71319; } .myforecolor {color:#e71319; } .mybordercolor {border:3px solid #e71319; }
#e71319 Text Font Color
<p style="color:#e71319">Text here</p>
This sample text font color is #e71319
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.
#e71319 Background Color
<div style="background-color:#e71319">
Div content here</div>
This div background color is #e71319
#e71319 Border Color
<div style="border:3px solid #e71319">
Div here</div>
This div border color is #e71319
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,19,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e71319; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e71319; -webkit-box-shadow: 1px 1px 3px 2px #e71319; box-shadow: 1px 1px 3px 2px #e71319; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,19,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e71319">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e71319; -webkit-box-shadow: 1px 1px 3px 2px #e71319; box-shadow: 1px 1px 3px 2px #e71319;">
Div content here</div>
This div box has shadow with color #e71319
Comments
No comments written yet.
Please login to write comment.