Color spaces of #e13120
RGB | 225 | 49 | 32 |
---|---|---|---|
HSL | 0.01 | 0.76 | 0.50 |
HSV | 5° | 86° | 88° |
CMYK | 0.00 | 0.78 | 0.86 0.12 |
XYZ | 32.4104 | 18.3085 | 3.1922 |
Yxy | 18.3085 | 0.6012 | 0.3396 |
Hunter Lab | 42.7884 | 60.3263 | 25.5286 |
CIE-Lab | 49.8682 | 65.4016 | 51.8959 |
#e13120 color RGB value is (225,49,32).
#e13120 hex color red value is 225, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e13120 hue: 0.01 , saturation: 0.76 and the lightness value of e13120 is 0.50.
The process color (four color CMYK) of #e13120 color hex is 0.00, 0.78, 0.86, 0.12. Web safe color of #e13120 is #cc3333. Color #e13120 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00110001 | 00100000 |
Octal | 341 | 61 | 40 |
Decimal | 225 | 49 | 32 |
Hex | E1 | 31 | 20 |
Shades of #e13120
Tints of #e13120
RGB Percentages of Color #e13120
CMYK Percentages of Color #e13120
Complementary Color
#e13120 | #20d0e1 |
#e13120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e13120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e13120 Color CSS Codes
.mybgcolor {background-color:#e13120; } .myforecolor {color:#e13120; } .mybordercolor {border:3px solid #e13120; }
#e13120 Text Font Color
<p style="color:#e13120">Text here</p>
This sample text font color is #e13120
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.
#e13120 Background Color
<div style="background-color:#e13120">
Div content here</div>
This div background color is #e13120
#e13120 Border Color
<div style="border:3px solid #e13120">
Div here</div>
This div border color is #e13120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,49,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e13120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e13120; -webkit-box-shadow: 1px 1px 3px 2px #e13120; box-shadow: 1px 1px 3px 2px #e13120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,49,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e13120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e13120; -webkit-box-shadow: 1px 1px 3px 2px #e13120; box-shadow: 1px 1px 3px 2px #e13120;">
Div content here</div>
This div box has shadow with color #e13120
Comments
No comments written yet.
Please login to write comment.