Color spaces of #e20222
RGB | 226 | 2 | 34 |
---|---|---|---|
HSL | 0.98 | 0.98 | 0.45 |
HSV | 351° | 99° | 89° |
CMYK | 0.00 | 0.99 | 0.85 0.11 |
XYZ | 31.6745 | 16.3277 | 2.9955 |
Yxy | 16.3277 | 0.6211 | 0.3202 |
Hunter Lab | 40.4075 | 69.2086 | 23.8900 |
CIE-Lab | 47.4015 | 73.3697 | 48.9367 |
#e20222 color RGB value is (226,2,34).
#e20222 hex color red value is 226, green value is 2 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e20222 hue: 0.98 , saturation: 0.98 and the lightness value of e20222 is 0.45.
The process color (four color CMYK) of #e20222 color hex is 0.00, 0.99, 0.85, 0.11. Web safe color of #e20222 is #cc0033. Color #e20222 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00000010 | 00100010 |
Octal | 342 | 2 | 42 |
Decimal | 226 | 2 | 34 |
Hex | E2 | 2 | 22 |
Shades of #e20222
Tints of #e20222
RGB Percentages of Color #e20222
CMYK Percentages of Color #e20222
Complementary Color
#e20222 | #02e2c2 |
#e20222 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e20222 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e20222 Color CSS Codes
.mybgcolor {background-color:#e20222; } .myforecolor {color:#e20222; } .mybordercolor {border:3px solid #e20222; }
#e20222 Text Font Color
<p style="color:#e20222">Text here</p>
This sample text font color is #e20222
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.
#e20222 Background Color
<div style="background-color:#e20222">
Div content here</div>
This div background color is #e20222
#e20222 Border Color
<div style="border:3px solid #e20222">
Div here</div>
This div border color is #e20222
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,2,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e20222; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e20222; -webkit-box-shadow: 1px 1px 3px 2px #e20222; box-shadow: 1px 1px 3px 2px #e20222; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,2,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e20222">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e20222; -webkit-box-shadow: 1px 1px 3px 2px #e20222; box-shadow: 1px 1px 3px 2px #e20222;">
Div content here</div>
This div box has shadow with color #e20222
Comments
No comments written yet.
Please login to write comment.