#E44D2E color RGB value is (14, 68, 210).
#E44D2E hex color red value is 14, green value is 68, and blue value is 210.
Cylindrical-coordinate representations (HSL) of color #E44D2E
hue: 223.47,
saturation: 0.88 and lightness: 0.44.
The process color (four-color CMYK) of #E44D2E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E44D2E is #ff9999. Color #E44D2E contains mainly RED.
Color spaces of #E44D2E | Value |
---|---|
RGB | 228, 77, 46 |
HSL | 0.03, 0.77, 0.54 |
HSV | 10°, 80°, 89° |
XYZ | 35.15, 22, 4.98 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 1001101 | 101110 |
Octal | 344 | 115 | 56 |
Decimal | 228 | 77 | 46 |
Hex | E4 | 4D | 2E |
Shades of #E44D2E
Tints of #E44D2E
.mybgColor {background-color: #E44D2E;} .myforeColor {color: #E44D2E;} .myborderColor {border:3px solid #E44D2E;}
<p style="color:#E44D2E">Text here</p>
This sample text is styled with the font color #E44D2E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#E44D2E">Div content here</div>
<div style="border:3px solid #E44D2E">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228, 77, 46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E44D2E; } .divShadow { -moz-box-shadow: 1px 1px 3px #E44D2E; -webkit-box-shadow: 1px 1px 3px #E44D2E; box-shadow: 1px 1px 3px #E44D2E; }
<p style="text-shadow: 4px 4px 2px rgba(228, 77, 46, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E44D2E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E44D2E;
-webkit-box-shadow: 1px 1px 3px #E44D2E;
box-shadow: 1px 1px 3px #E44D2E;">Div content here</div>