Color spaces of #ef110d
RGB | 239 | 17 | 13 |
---|---|---|---|
HSL | 0.00 | 0.90 | 0.49 |
HSV | 1° | 95° | 94° |
CMYK | 0.00 | 0.93 | 0.95 0.06 |
XYZ | 35.8697 | 18.7807 | 2.1153 |
Yxy | 18.7807 | 0.6319 | 0.3308 |
Hunter Lab | 43.3367 | 71.9048 | 27.4417 |
CIE-Lab | 50.4296 | 74.9918 | 60.7687 |
#ef110d color RGB value is (239,17,13).
#ef110d hex color red value is 239, green value is 17 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef110d hue: 0.00 , saturation: 0.90 and the lightness value of ef110d is 0.49.
The process color (four color CMYK) of #ef110d color hex is 0.00, 0.93, 0.95, 0.06. Web safe color of #ef110d is #ff0000. Color #ef110d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00010001 | 00001101 |
Octal | 357 | 21 | 15 |
Decimal | 239 | 17 | 13 |
Hex | EF | 11 | D |
Shades of #ef110d
Tints of #ef110d
RGB Percentages of Color #ef110d
CMYK Percentages of Color #ef110d
Complementary Color
#ef110d | #0debef |
#ef110d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef110d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef110d Color CSS Codes
.mybgcolor {background-color:#ef110d; } .myforecolor {color:#ef110d; } .mybordercolor {border:3px solid #ef110d; }
#ef110d Text Font Color
<p style="color:#ef110d">Text here</p>
This sample text font color is #ef110d
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.
#ef110d Background Color
<div style="background-color:#ef110d">
Div content here</div>
This div background color is #ef110d
#ef110d Border Color
<div style="border:3px solid #ef110d">
Div here</div>
This div border color is #ef110d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,17,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef110d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef110d; -webkit-box-shadow: 1px 1px 3px 2px #ef110d; box-shadow: 1px 1px 3px 2px #ef110d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,17,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 #ef110d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef110d; -webkit-box-shadow: 1px 1px 3px 2px #ef110d; box-shadow: 1px 1px 3px 2px #ef110d;">
Div content here</div>
This div box has shadow with color #ef110d
Comments
No comments written yet.
Please login to write comment.