Color Hex Logo

#e7250e Color Hex

#E7250E
(231,37,14)
0 Favorites   0 Comments

Color spaces of #e7250e

RGB 2313714
HSL0.020.890.48
HSV94°91°
CMYK 0.000.840.94   0.09
XYZ33.695818.34382.1802
Yxy18.34380.62150.3383
Hunter Lab42.829765.481126.9627
CIE-Lab49.910569.777559.3293

#e7250e color RGB value is (231,37,14).

#e7250e hex color red value is 231, green value is 37 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e7250e hue: 0.02 , saturation: 0.89 and the lightness value of e7250e is 0.48.

The process color (four color CMYK) of #e7250e color hex is 0.00, 0.84, 0.94, 0.09. Web safe color of #e7250e is #ff3300. Color #e7250e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 00001110
Octal 347 45 16
Decimal 231 37 14
Hex E7 25 E

RGB Percentages of Color #e7250e

%81.91
%13.12
%4.96

CMYK Percentages of Color #e7250e

%0
%84
%94
%9

Triadic Colors of #e7250e

#e7250e #0ee725 #250ee7

Analogous Colors of #e7250e

#e7250e #e7920e #e70e64

Monochromatic Colors of #e7250e

#e7250e

Complementary Color

#e7250e #0ed0e7

#e7250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7250e Color CSS Codes

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

#e7250e Text Font Color

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

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


#e7250e Background Color

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

This div background color is #e7250e


#e7250e Border Color

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

This div border color is #e7250e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,37,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7250e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7250e;
  -webkit-box-shadow: 1px 1px 3px 2px #e7250e;
  box-shadow:         1px 1px 3px 2px #e7250e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,37,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7250e


Comments

No comments written yet.

Please login to write comment.