Color Hex Logo

#e3140b Color Hex

#E3140B
(227,20,11)
0 Favorites   0 Comments

Color spaces of #e3140b

RGB 2272011
HSL0.010.910.47
HSV95°89°
CMYK 0.000.910.95   0.11
XYZ31.989116.85541.8840
Yxy16.85540.63060.3323
Hunter Lab41.055367.235126.0180
CIE-Lab48.077371.600658.7488

#e3140b color RGB value is (227,20,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 00001011
Octal 343 24 13
Decimal 227 20 11
Hex E3 14 B

RGB Percentages of Color #e3140b

%87.98
%7.75
%4.26

CMYK Percentages of Color #e3140b

%0
%91
%95
%11

Triadic Colors of #e3140b

#e3140b #0be314 #140be3

Analogous Colors of #e3140b

#e3140b #e3800b #e30b6e

Monochromatic Colors of #e3140b

#e3140b

Complementary Color

#e3140b #0bdae3

#e3140b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3140b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3140b Color CSS Codes

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

#e3140b Text Font Color

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

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


#e3140b Background Color

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

This div background color is #e3140b


#e3140b Border Color

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

This div border color is #e3140b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,20,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 #e3140b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3140b


Comments

No comments written yet.

Please login to write comment.