color details

Color Details
#E44D2E Color Hex

#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
Color spaces of #E44D2EValue
RGB228, 77, 46
HSL0.03, 0.77, 0.54
HSV10°, 80°, 89°
XYZ35.15, 22, 4.98
Base Numbers
Base Red Green Blue
Binary 11100100 1001101 101110
Octal 344 115 56
Decimal 228 77 46
Hex E4 4D 2E

RGB Percentages for Color #E44D2E

64.96%
21.94%
13.11%

CMYK Percentages of the Color #E44D2E

66.23%
79.82%
10.59%
CSS Codes for Color #E44D2E
.mybgColor {background-color: #E44D2E;}
.myforeColor {color: #E44D2E;}
.myborderColor {border:3px solid #E44D2E;}
Text Font Color #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,

Background Color #E44D2E

<div style="background-color:#E44D2E">Div content here</div>

The background color of this div is #E44D2E
Border Color #E44D2E

<div style="border:3px solid #E44D2E">Div here</div>

The border color of this div is #E44D2E
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228, 77, 46, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #E44D2E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #E44D2E
Scroll to Top