Color spaces of #eb131d
RGB | 235 | 19 | 29 |
---|---|---|---|
HSL | 0.99 | 0.85 | 0.50 |
HSV | 357° | 92° | 92° |
CMYK | 0.00 | 0.92 | 0.88 0.08 |
XYZ | 34.7156 | 18.2166 | 2.8488 |
Yxy | 18.2166 | 0.6224 | 0.3266 |
Hunter Lab | 42.6809 | 70.4959 | 25.9192 |
CIE-Lab | 49.7578 | 73.9703 | 54.0013 |
#eb131d color RGB value is (235,19,29).
#eb131d hex color red value is 235, green value is 19 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb131d hue: 0.99 , saturation: 0.85 and the lightness value of eb131d is 0.50.
The process color (four color CMYK) of #eb131d color hex is 0.00, 0.92, 0.88, 0.08. Web safe color of #eb131d is #ff0033. Color #eb131d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00010011 | 00011101 |
Octal | 353 | 23 | 35 |
Decimal | 235 | 19 | 29 |
Hex | EB | 13 | 1D |
Shades of #eb131d
Tints of #eb131d
RGB Percentages of Color #eb131d
CMYK Percentages of Color #eb131d
Complementary Color
#eb131d | #13ebe1 |
#eb131d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb131d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb131d Color CSS Codes
.mybgcolor {background-color:#eb131d; } .myforecolor {color:#eb131d; } .mybordercolor {border:3px solid #eb131d; }
#eb131d Text Font Color
<p style="color:#eb131d">Text here</p>
This sample text font color is #eb131d
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.
#eb131d Background Color
<div style="background-color:#eb131d">
Div content here</div>
This div background color is #eb131d
#eb131d Border Color
<div style="border:3px solid #eb131d">
Div here</div>
This div border color is #eb131d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,19,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb131d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb131d; -webkit-box-shadow: 1px 1px 3px 2px #eb131d; box-shadow: 1px 1px 3px 2px #eb131d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,19,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb131d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb131d; -webkit-box-shadow: 1px 1px 3px 2px #eb131d; box-shadow: 1px 1px 3px 2px #eb131d;">
Div content here</div>
This div box has shadow with color #eb131d
Comments
No comments written yet.
Please login to write comment.