Color spaces of #ed192f
RGB | 237 | 25 | 47 |
---|---|---|---|
HSL | 0.98 | 0.85 | 0.51 |
HSV | 354° | 89° | 93° |
CMYK | 0.00 | 0.89 | 0.80 0.07 |
XYZ | 35.7858 | 18.9050 | 4.4522 |
Yxy | 18.9050 | 0.6051 | 0.3196 |
Hunter Lab | 43.4799 | 70.8233 | 24.3648 |
CIE-Lab | 50.5759 | 74.0796 | 45.8835 |
#ed192f color RGB value is (237,25,47).
#ed192f hex color red value is 237, green value is 25 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ed192f hue: 0.98 , saturation: 0.85 and the lightness value of ed192f is 0.51.
The process color (four color CMYK) of #ed192f color hex is 0.00, 0.89, 0.80, 0.07. Web safe color of #ed192f is #ff0033. Color #ed192f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00011001 | 00101111 |
Octal | 355 | 31 | 57 |
Decimal | 237 | 25 | 47 |
Hex | ED | 19 | 2F |
Shades of #ed192f
Tints of #ed192f
RGB Percentages of Color #ed192f
CMYK Percentages of Color #ed192f
Complementary Color
#ed192f | #19edd7 |
#ed192f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed192f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed192f Color CSS Codes
.mybgcolor {background-color:#ed192f; } .myforecolor {color:#ed192f; } .mybordercolor {border:3px solid #ed192f; }
#ed192f Text Font Color
<p style="color:#ed192f">Text here</p>
This sample text font color is #ed192f
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.
#ed192f Background Color
<div style="background-color:#ed192f">
Div content here</div>
This div background color is #ed192f
#ed192f Border Color
<div style="border:3px solid #ed192f">
Div here</div>
This div border color is #ed192f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,25,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed192f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed192f; -webkit-box-shadow: 1px 1px 3px 2px #ed192f; box-shadow: 1px 1px 3px 2px #ed192f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,25,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed192f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed192f; -webkit-box-shadow: 1px 1px 3px 2px #ed192f; box-shadow: 1px 1px 3px 2px #ed192f;">
Div content here</div>
This div box has shadow with color #ed192f
Comments
No comments written yet.
Please login to write comment.