Color spaces of #e3341e
RGB | 227 | 52 | 30 |
---|---|---|---|
HSL | 0.02 | 0.78 | 0.50 |
HSV | 7° | 87° | 89° |
CMYK | 0.00 | 0.77 | 0.87 0.11 |
XYZ | 33.1409 | 18.8806 | 3.1259 |
Yxy | 18.8806 | 0.6010 | 0.3424 |
Hunter Lab | 43.4518 | 60.1021 | 26.1510 |
CIE-Lab | 50.5472 | 65.0796 | 53.4966 |
#e3341e color RGB value is (227,52,30).
#e3341e hex color red value is 227, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e3341e hue: 0.02 , saturation: 0.78 and the lightness value of e3341e is 0.50.
The process color (four color CMYK) of #e3341e color hex is 0.00, 0.77, 0.87, 0.11. Web safe color of #e3341e is #cc3333. Color #e3341e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00110100 | 00011110 |
Octal | 343 | 64 | 36 |
Decimal | 227 | 52 | 30 |
Hex | E3 | 34 | 1E |
Shades of #e3341e
Tints of #e3341e
RGB Percentages of Color #e3341e
CMYK Percentages of Color #e3341e
Complementary Color
#e3341e | #1ecde3 |
#e3341e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3341e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3341e Color CSS Codes
.mybgcolor {background-color:#e3341e; } .myforecolor {color:#e3341e; } .mybordercolor {border:3px solid #e3341e; }
#e3341e Text Font Color
<p style="color:#e3341e">Text here</p>
This sample text font color is #e3341e
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.
#e3341e Background Color
<div style="background-color:#e3341e">
Div content here</div>
This div background color is #e3341e
#e3341e Border Color
<div style="border:3px solid #e3341e">
Div here</div>
This div border color is #e3341e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,52,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3341e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3341e; -webkit-box-shadow: 1px 1px 3px 2px #e3341e; box-shadow: 1px 1px 3px 2px #e3341e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,52,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3341e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3341e; -webkit-box-shadow: 1px 1px 3px 2px #e3341e; box-shadow: 1px 1px 3px 2px #e3341e;">
Div content here</div>
This div box has shadow with color #e3341e
Comments
No comments written yet.
Please login to write comment.