Color spaces of #e12215
RGB | 225 | 34 | 21 |
---|---|---|---|
HSL | 0.01 | 0.83 | 0.48 |
HSV | 4° | 91° | 88° |
CMYK | 0.00 | 0.85 | 0.91 0.12 |
XYZ | 31.7587 | 17.2057 | 2.3566 |
Yxy | 17.2057 | 0.6188 | 0.3353 |
Hunter Lab | 41.4798 | 64.0778 | 25.6674 |
CIE-Lab | 48.5182 | 68.8634 | 55.5019 |
#e12215 color RGB value is (225,34,21).
#e12215 hex color red value is 225, green value is 34 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e12215 hue: 0.01 , saturation: 0.83 and the lightness value of e12215 is 0.48.
The process color (four color CMYK) of #e12215 color hex is 0.00, 0.85, 0.91, 0.12. Web safe color of #e12215 is #cc3300. Color #e12215 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00100010 | 00010101 |
Octal | 341 | 42 | 25 |
Decimal | 225 | 34 | 21 |
Hex | E1 | 22 | 15 |
Shades of #e12215
Tints of #e12215
RGB Percentages of Color #e12215
CMYK Percentages of Color #e12215
Complementary Color
#e12215 | #15d4e1 |
#e12215 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e12215 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e12215 Color CSS Codes
.mybgcolor {background-color:#e12215; } .myforecolor {color:#e12215; } .mybordercolor {border:3px solid #e12215; }
#e12215 Text Font Color
<p style="color:#e12215">Text here</p>
This sample text font color is #e12215
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.
#e12215 Background Color
<div style="background-color:#e12215">
Div content here</div>
This div background color is #e12215
#e12215 Border Color
<div style="border:3px solid #e12215">
Div here</div>
This div border color is #e12215
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,34,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e12215; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e12215; -webkit-box-shadow: 1px 1px 3px 2px #e12215; box-shadow: 1px 1px 3px 2px #e12215; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,34,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e12215">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e12215; -webkit-box-shadow: 1px 1px 3px 2px #e12215; box-shadow: 1px 1px 3px 2px #e12215;">
Div content here</div>
This div box has shadow with color #e12215
#e12215 Color Palettes
Comments
No comments written yet.
Please login to write comment.