Color spaces of #ec0611
RGB | 236 | 6 | 17 |
---|---|---|---|
HSL | 0.99 | 0.95 | 0.47 |
HSV | 357° | 97° | 93° |
CMYK | 0.00 | 0.97 | 0.93 0.07 |
XYZ | 34.7584 | 18.0036 | 2.1734 |
Yxy | 18.0036 | 0.6327 | 0.3277 |
Hunter Lab | 42.4306 | 71.9702 | 26.6645 |
CIE-Lab | 49.5005 | 75.2261 | 58.6789 |
#ec0611 color RGB value is (236,6,17).
#ec0611 hex color red value is 236, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ec0611 hue: 0.99 , saturation: 0.95 and the lightness value of ec0611 is 0.47.
The process color (four color CMYK) of #ec0611 color hex is 0.00, 0.97, 0.93, 0.07. Web safe color of #ec0611 is #ff0000. Color #ec0611 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00000110 | 00010001 |
Octal | 354 | 6 | 21 |
Decimal | 236 | 6 | 17 |
Hex | EC | 6 | 11 |
Shades of #ec0611
Tints of #ec0611
RGB Percentages of Color #ec0611
CMYK Percentages of Color #ec0611
Complementary Color
#ec0611 | #06ece1 |
#ec0611 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec0611 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec0611 Color CSS Codes
.mybgcolor {background-color:#ec0611; } .myforecolor {color:#ec0611; } .mybordercolor {border:3px solid #ec0611; }
#ec0611 Text Font Color
<p style="color:#ec0611">Text here</p>
This sample text font color is #ec0611
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.
#ec0611 Background Color
<div style="background-color:#ec0611">
Div content here</div>
This div background color is #ec0611
#ec0611 Border Color
<div style="border:3px solid #ec0611">
Div here</div>
This div border color is #ec0611
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,6,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec0611; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec0611; -webkit-box-shadow: 1px 1px 3px 2px #ec0611; box-shadow: 1px 1px 3px 2px #ec0611; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,6,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec0611">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec0611; -webkit-box-shadow: 1px 1px 3px 2px #ec0611; box-shadow: 1px 1px 3px 2px #ec0611;">
Div content here</div>
This div box has shadow with color #ec0611
Comments
No comments written yet.
Please login to write comment.