Color spaces of #ed511c
RGB | 237 | 81 | 28 |
---|---|---|---|
HSL | 0.04 | 0.85 | 0.52 |
HSV | 15° | 88° | 93° |
CMYK | 0.00 | 0.66 | 0.88 0.07 |
XYZ | 38.0771 | 23.9732 | 3.7190 |
Yxy | 23.9732 | 0.5789 | 0.3645 |
Hunter Lab | 48.9624 | 53.1316 | 29.7703 |
CIE-Lab | 56.0610 | 57.9838 | 59.3519 |
#ed511c color RGB value is (237,81,28).
#ed511c hex color red value is 237, green value is 81 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ed511c hue: 0.04 , saturation: 0.85 and the lightness value of ed511c is 0.52.
The process color (four color CMYK) of #ed511c color hex is 0.00, 0.66, 0.88, 0.07. Web safe color of #ed511c is #ff6633. Color #ed511c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01010001 | 00011100 |
Octal | 355 | 121 | 34 |
Decimal | 237 | 81 | 28 |
Hex | ED | 51 | 1C |
Shades of #ed511c
Tints of #ed511c
RGB Percentages of Color #ed511c
CMYK Percentages of Color #ed511c
Complementary Color
#ed511c | #1cb8ed |
#ed511c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed511c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed511c Color CSS Codes
.mybgcolor {background-color:#ed511c; } .myforecolor {color:#ed511c; } .mybordercolor {border:3px solid #ed511c; }
#ed511c Text Font Color
<p style="color:#ed511c">Text here</p>
This sample text font color is #ed511c
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.
#ed511c Background Color
<div style="background-color:#ed511c">
Div content here</div>
This div background color is #ed511c
#ed511c Border Color
<div style="border:3px solid #ed511c">
Div here</div>
This div border color is #ed511c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,81,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed511c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed511c; -webkit-box-shadow: 1px 1px 3px 2px #ed511c; box-shadow: 1px 1px 3px 2px #ed511c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,81,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed511c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed511c; -webkit-box-shadow: 1px 1px 3px 2px #ed511c; box-shadow: 1px 1px 3px 2px #ed511c;">
Div content here</div>
This div box has shadow with color #ed511c
Comments
No comments written yet.
Please login to write comment.