Color Hex Logo

#e72501 Color Hex

#E72501
(231,37,1)
0 Favorites   0 Comments

Color spaces of #e72501

RGB 231371
HSL0.030.990.45
HSV100°91°
CMYK 0.000.841.00   0.09
XYZ33.622018.31431.7916
Yxy18.31430.62580.3409
Hunter Lab42.795265.346727.4745
CIE-Lab49.875169.671462.7084

#e72501 color RGB value is (231,37,1).

#e72501 hex color red value is 231, green value is 37 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e72501 hue: 0.03 , saturation: 0.99 and the lightness value of e72501 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 00000001
Octal 347 45 1
Decimal 231 37 1
Hex E7 25 1

RGB Percentages of Color #e72501

%85.87
%13.75
%0.37

CMYK Percentages of Color #e72501

%0
%84
%100
%9

Triadic Colors of #e72501

#e72501 #01e725 #2501e7

Analogous Colors of #e72501

#e72501 #e79801 #e70150

Monochromatic Colors of #e72501

#e72501

Complementary Color

#e72501 #01c3e7

#e72501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72501 Color CSS Codes

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

#e72501 Text Font Color

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

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


#e72501 Background Color

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

This div background color is #e72501


#e72501 Border Color

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

This div border color is #e72501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72501


Comments

No comments written yet.

Please login to write comment.