Color spaces of #ed292f
RGB | 237 | 41 | 47 |
---|---|---|---|
HSL | 0.99 | 0.84 | 0.55 |
HSV | 358° | 83° | 93° |
CMYK | 0.00 | 0.83 | 0.80 0.07 |
XYZ | 36.2311 | 19.7956 | 4.6007 |
Yxy | 19.7956 | 0.5976 | 0.3265 |
Hunter Lab | 44.4922 | 67.4954 | 25.0137 |
CIE-Lab | 51.6053 | 71.1337 | 46.9007 |
#ed292f color RGB value is (237,41,47).
#ed292f hex color red value is 237, green value is 41 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ed292f hue: 0.99 , saturation: 0.84 and the lightness value of ed292f is 0.55.
The process color (four color CMYK) of #ed292f color hex is 0.00, 0.83, 0.80, 0.07. Web safe color of #ed292f is #ff3333. Color #ed292f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00101001 | 00101111 |
Octal | 355 | 51 | 57 |
Decimal | 237 | 41 | 47 |
Hex | ED | 29 | 2F |
Shades of #ed292f
Tints of #ed292f
RGB Percentages of Color #ed292f
CMYK Percentages of Color #ed292f
Complementary Color
#ed292f | #29ede7 |
#ed292f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed292f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed292f Color CSS Codes
.mybgcolor {background-color:#ed292f; } .myforecolor {color:#ed292f; } .mybordercolor {border:3px solid #ed292f; }
#ed292f Text Font Color
<p style="color:#ed292f">Text here</p>
This sample text font color is #ed292f
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.
#ed292f Background Color
<div style="background-color:#ed292f">
Div content here</div>
This div background color is #ed292f
#ed292f Border Color
<div style="border:3px solid #ed292f">
Div here</div>
This div border color is #ed292f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,41,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed292f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed292f; -webkit-box-shadow: 1px 1px 3px 2px #ed292f; box-shadow: 1px 1px 3px 2px #ed292f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,41,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 #ed292f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed292f; -webkit-box-shadow: 1px 1px 3px 2px #ed292f; box-shadow: 1px 1px 3px 2px #ed292f;">
Div content here</div>
This div box has shadow with color #ed292f
Comments
No comments written yet.
Please login to write comment.