Color spaces of #ea242c
RGB | 234 | 36 | 44 |
---|---|---|---|
HSL | 0.99 | 0.83 | 0.53 |
HSV | 358° | 85° | 92° |
CMYK | 0.00 | 0.85 | 0.81 0.08 |
XYZ | 35.0172 | 18.9360 | 4.1923 |
Yxy | 18.9360 | 0.6022 | 0.3257 |
Hunter Lab | 43.5155 | 67.4879 | 24.7488 |
CIE-Lab | 50.6122 | 71.3192 | 47.3139 |
#ea242c color RGB value is (234,36,44).
#ea242c hex color red value is 234, green value is 36 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ea242c hue: 0.99 , saturation: 0.83 and the lightness value of ea242c is 0.53.
The process color (four color CMYK) of #ea242c color hex is 0.00, 0.85, 0.81, 0.08. Web safe color of #ea242c is #ff3333. Color #ea242c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00100100 | 00101100 |
Octal | 352 | 44 | 54 |
Decimal | 234 | 36 | 44 |
Hex | EA | 24 | 2C |
Shades of #ea242c
Tints of #ea242c
RGB Percentages of Color #ea242c
CMYK Percentages of Color #ea242c
Complementary Color
#ea242c | #24eae2 |
#ea242c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea242c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea242c Color CSS Codes
.mybgcolor {background-color:#ea242c; } .myforecolor {color:#ea242c; } .mybordercolor {border:3px solid #ea242c; }
#ea242c Text Font Color
<p style="color:#ea242c">Text here</p>
This sample text font color is #ea242c
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.
#ea242c Background Color
<div style="background-color:#ea242c">
Div content here</div>
This div background color is #ea242c
#ea242c Border Color
<div style="border:3px solid #ea242c">
Div here</div>
This div border color is #ea242c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,36,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea242c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea242c; -webkit-box-shadow: 1px 1px 3px 2px #ea242c; box-shadow: 1px 1px 3px 2px #ea242c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,36,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea242c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea242c; -webkit-box-shadow: 1px 1px 3px 2px #ea242c; box-shadow: 1px 1px 3px 2px #ea242c;">
Div content here</div>
This div box has shadow with color #ea242c
Comments
No comments written yet.
Please login to write comment.