Color Hex Logo

#e4130b Color Hex

#E4130B
(228,19,11)
0 Favorites   0 Comments

Color spaces of #e4130b

RGB 2281911
HSL0.010.910.47
HSV95°89°
CMYK 0.000.920.95   0.11
XYZ32.288216.98391.8930
Yxy16.98390.63110.3319
Hunter Lab41.211567.730126.1247
CIE-Lab48.239771.981158.9466

#e4130b color RGB value is (228,19,11).

#e4130b hex color red value is 228, green value is 19 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e4130b hue: 0.01 , saturation: 0.91 and the lightness value of e4130b is 0.47.

The process color (four color CMYK) of #e4130b color hex is 0.00, 0.92, 0.95, 0.11. Web safe color of #e4130b is #cc0000. Color #e4130b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010011 00001011
Octal 344 23 13
Decimal 228 19 11
Hex E4 13 B

RGB Percentages of Color #e4130b

%88.37
%7.36
%4.26

CMYK Percentages of Color #e4130b

%0
%92
%95
%11

Triadic Colors of #e4130b

#e4130b #0be413 #130be4

Analogous Colors of #e4130b

#e4130b #e4800b #e40b70

Monochromatic Colors of #e4130b

#e4130b

Complementary Color

#e4130b #0bdce4

#e4130b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4130b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4130b Color CSS Codes

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

#e4130b Text Font Color

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

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


#e4130b Background Color

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

This div background color is #e4130b


#e4130b Border Color

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

This div border color is #e4130b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,19,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4130b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4130b;
  -webkit-box-shadow: 1px 1px 3px 2px #e4130b;
  box-shadow:         1px 1px 3px 2px #e4130b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4130b


Comments

No comments written yet.

Please login to write comment.