Color spaces of #ea140d
RGB | 234 | 20 | 13 |
---|---|---|---|
HSL | 0.01 | 0.89 | 0.48 |
HSV | 2° | 94° | 92° |
CMYK | 0.00 | 0.91 | 0.94 0.08 |
XYZ | 34.2545 | 18.0218 | 2.0539 |
Yxy | 18.0218 | 0.6305 | 0.3317 |
Hunter Lab | 42.4521 | 69.7401 | 26.8479 |
CIE-Lab | 49.5225 | 73.3948 | 59.7301 |
#ea140d color RGB value is (234,20,13).
#ea140d hex color red value is 234, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea140d hue: 0.01 , saturation: 0.89 and the lightness value of ea140d is 0.48.
The process color (four color CMYK) of #ea140d color hex is 0.00, 0.91, 0.94, 0.08. Web safe color of #ea140d is #ff0000. Color #ea140d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00010100 | 00001101 |
Octal | 352 | 24 | 15 |
Decimal | 234 | 20 | 13 |
Hex | EA | 14 | D |
Shades of #ea140d
Tints of #ea140d
RGB Percentages of Color #ea140d
CMYK Percentages of Color #ea140d
Complementary Color
#ea140d | #0de3ea |
#ea140d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea140d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea140d Color CSS Codes
.mybgcolor {background-color:#ea140d; } .myforecolor {color:#ea140d; } .mybordercolor {border:3px solid #ea140d; }
#ea140d Text Font Color
<p style="color:#ea140d">Text here</p>
This sample text font color is #ea140d
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.
#ea140d Background Color
<div style="background-color:#ea140d">
Div content here</div>
This div background color is #ea140d
#ea140d Border Color
<div style="border:3px solid #ea140d">
Div here</div>
This div border color is #ea140d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,20,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea140d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea140d; -webkit-box-shadow: 1px 1px 3px 2px #ea140d; box-shadow: 1px 1px 3px 2px #ea140d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,20,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea140d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea140d; -webkit-box-shadow: 1px 1px 3px 2px #ea140d; box-shadow: 1px 1px 3px 2px #ea140d;">
Div content here</div>
This div box has shadow with color #ea140d
Comments
No comments written yet.
Please login to write comment.