color codes Logo

#e34c1d color codes

#E34C1D
(227,76,29)
0 Favorites   0 Comments

Color spaces of #e34c1d

RGB 2277629
HSL0.040.780.50
HSV14°87°89°
CMYK 0.000.670.87   0.11
XYZ34.484821.58853.5118
Yxy21.58850.57870.3623
Hunter Lab46.463451.170328.0431
CIE-Lab53.587656.668456.3158

#e34c1d color RGB value is (227,76,29).

#e34c1d hex color red value is 227, green value is 76 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e34c1d hue: 0.04 , saturation: 0.78 and the lightness value of e34c1d is 0.50.

The process color (four color CMYK) of #e34c1d color code is 0.00, 0.67, 0.87, 0.11. Web safe color of #e34c1d is #cc3333. Color #e34c1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 00011101
Octal 343 114 35
Decimal 227 76 29
Hex E3 4C 1D

RGB Percentages of Color #e34c1d

%68.37
%22.89
%8.73

CMYK Percentages of Color #e34c1d

%0
%67
%87
%11

Triadic Colors of #e34c1d

#e34c1d #1de34c #4c1de3

Analogous Colors of #e34c1d

#e34c1d #e3af1d #e31d51

Monochromatic Colors of #e34c1d

#e34c1d

Complementary Color

#e34c1d #1db4e3

#e34c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34c1d Color CSS Codes

.mybgcolor {background-color:#e34c1d; } 
.myforecolor {color:#e34c1d; }
.mybordercolor {border:3px solid #e34c1d; }

#e34c1d Text Font Color

<p style="color:#e34c1d">Text here</p>

This sample text font color is #e34c1d
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.


#e34c1d Background Color

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

This div background color is #e34c1d


#e34c1d Border Color

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

This div border color is #e34c1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,76,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e34c1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e34c1d;
  -webkit-box-shadow: 1px 1px 3px 2px #e34c1d;
  box-shadow:         1px 1px 3px 2px #e34c1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,76,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e34c1d;
  -webkit-box-shadow: 1px 1px 3px 2px #e34c1d;
  box-shadow:         1px 1px 3px 2px #e34c1d;">
Div content here</div>

This div box has shadow with color #e34c1d


Comments

No comments written yet.

Please login to write comment.