Color spaces of #e5010b
RGB | 229 | 1 | 11 |
---|---|---|---|
HSL | 0.99 | 0.99 | 0.45 |
HSV | 357° | 100° | 90° |
CMYK | 0.00 | 1.00 | 0.95 0.10 |
XYZ | 32.3844 | 16.7039 | 1.8339 |
Yxy | 16.7039 | 0.6360 | 0.3280 |
Hunter Lab | 40.8704 | 69.9145 | 25.9489 |
CIE-Lab | 47.8848 | 73.8574 | 58.8795 |
#e5010b color RGB value is (229,1,11).
#e5010b hex color red value is 229, green value is 1 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e5010b hue: 0.99 , saturation: 0.99 and the lightness value of e5010b is 0.45.
The process color (four color CMYK) of #e5010b color hex is 0.00, 1.00, 0.95, 0.10. Web safe color of #e5010b is #cc0000. Color #e5010b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00000001 | 00001011 |
Octal | 345 | 1 | 13 |
Decimal | 229 | 1 | 11 |
Hex | E5 | 1 | B |
Shades of #e5010b
Tints of #e5010b
RGB Percentages of Color #e5010b
CMYK Percentages of Color #e5010b
Complementary Color
#e5010b | #01e5db |
#e5010b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5010b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5010b Color CSS Codes
.mybgcolor {background-color:#e5010b; } .myforecolor {color:#e5010b; } .mybordercolor {border:3px solid #e5010b; }
#e5010b Text Font Color
<p style="color:#e5010b">Text here</p>
This sample text font color is #e5010b
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.
#e5010b Background Color
<div style="background-color:#e5010b">
Div content here</div>
This div background color is #e5010b
#e5010b Border Color
<div style="border:3px solid #e5010b">
Div here</div>
This div border color is #e5010b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,1,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5010b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5010b; -webkit-box-shadow: 1px 1px 3px 2px #e5010b; box-shadow: 1px 1px 3px 2px #e5010b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,1,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5010b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5010b; -webkit-box-shadow: 1px 1px 3px 2px #e5010b; box-shadow: 1px 1px 3px 2px #e5010b;">
Div content here</div>
This div box has shadow with color #e5010b
Comments
No comments written yet.
Please login to write comment.