Color spaces of #e2130e
RGB | 226 | 19 | 14 |
---|---|---|---|
HSL | 0.00 | 0.88 | 0.47 |
HSV | 1° | 94° | 89° |
CMYK | 0.00 | 0.92 | 0.94 0.11 |
XYZ | 31.6762 | 16.6662 | 1.9628 |
Yxy | 16.6662 | 0.6297 | 0.3313 |
Hunter Lab | 40.8243 | 67.0586 | 25.7264 |
CIE-Lab | 47.8367 | 71.5002 | 57.6225 |
#e2130e color RGB value is (226,19,14).
#e2130e hex color red value is 226, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e2130e hue: 0.00 , saturation: 0.88 and the lightness value of e2130e is 0.47.
The process color (four color CMYK) of #e2130e color hex is 0.00, 0.92, 0.94, 0.11. Web safe color of #e2130e is #cc0000. Color #e2130e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00010011 | 00001110 |
Octal | 342 | 23 | 16 |
Decimal | 226 | 19 | 14 |
Hex | E2 | 13 | E |
Shades of #e2130e
Tints of #e2130e
RGB Percentages of Color #e2130e
CMYK Percentages of Color #e2130e
Complementary Color
#e2130e | #0edde2 |
#e2130e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2130e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2130e Color CSS Codes
.mybgcolor {background-color:#e2130e; } .myforecolor {color:#e2130e; } .mybordercolor {border:3px solid #e2130e; }
#e2130e Text Font Color
<p style="color:#e2130e">Text here</p>
This sample text font color is #e2130e
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.
#e2130e Background Color
<div style="background-color:#e2130e">
Div content here</div>
This div background color is #e2130e
#e2130e Border Color
<div style="border:3px solid #e2130e">
Div here</div>
This div border color is #e2130e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,19,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2130e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2130e; -webkit-box-shadow: 1px 1px 3px 2px #e2130e; box-shadow: 1px 1px 3px 2px #e2130e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,19,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2130e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2130e; -webkit-box-shadow: 1px 1px 3px 2px #e2130e; box-shadow: 1px 1px 3px 2px #e2130e;">
Div content here</div>
This div box has shadow with color #e2130e
Comments
No comments written yet.
Please login to write comment.