Color spaces of #e3031e
RGB | 227 | 3 | 30 |
---|---|---|---|
HSL | 0.98 | 0.97 | 0.45 |
HSV | 353° | 99° | 89° |
CMYK | 0.00 | 0.99 | 0.87 0.11 |
XYZ | 31.9455 | 16.4898 | 2.7274 |
Yxy | 16.4898 | 0.6244 | 0.3223 |
Hunter Lab | 40.6076 | 69.3603 | 24.4431 |
CIE-Lab | 47.6106 | 73.4541 | 51.1551 |
#e3031e color RGB value is (227,3,30).
#e3031e hex color red value is 227, green value is 3 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e3031e hue: 0.98 , saturation: 0.97 and the lightness value of e3031e is 0.45.
The process color (four color CMYK) of #e3031e color hex is 0.00, 0.99, 0.87, 0.11. Web safe color of #e3031e is #cc0033. Color #e3031e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00000011 | 00011110 |
Octal | 343 | 3 | 36 |
Decimal | 227 | 3 | 30 |
Hex | E3 | 3 | 1E |
Shades of #e3031e
Tints of #e3031e
RGB Percentages of Color #e3031e
CMYK Percentages of Color #e3031e
Complementary Color
#e3031e | #03e3c8 |
#e3031e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3031e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3031e Color CSS Codes
.mybgcolor {background-color:#e3031e; } .myforecolor {color:#e3031e; } .mybordercolor {border:3px solid #e3031e; }
#e3031e Text Font Color
<p style="color:#e3031e">Text here</p>
This sample text font color is #e3031e
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.
#e3031e Background Color
<div style="background-color:#e3031e">
Div content here</div>
This div background color is #e3031e
#e3031e Border Color
<div style="border:3px solid #e3031e">
Div here</div>
This div border color is #e3031e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,3,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3031e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3031e; -webkit-box-shadow: 1px 1px 3px 2px #e3031e; box-shadow: 1px 1px 3px 2px #e3031e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,3,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 #e3031e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3031e; -webkit-box-shadow: 1px 1px 3px 2px #e3031e; box-shadow: 1px 1px 3px 2px #e3031e;">
Div content here</div>
This div box has shadow with color #e3031e
Comments
No comments written yet.
Please login to write comment.