Color Hex Logo

#e13501 Color Hex

#E13501
(225,53,1)
0 Favorites   0 Comments

Color spaces of #e13501

RGB 225531
HSL0.040.990.44
HSV14°100°88°
CMYK 0.000.761.00   0.12
XYZ32.329918.55591.9064
Yxy18.55590.61240.3515
Hunter Lab43.076658.584227.5296
CIE-Lab50.163563.839162.1415

#e13501 color RGB value is (225,53,1).

#e13501 hex color red value is 225, green value is 53 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e13501 hue: 0.04 , saturation: 0.99 and the lightness value of e13501 is 0.44.

The process color (four color CMYK) of #e13501 color hex is 0.00, 0.76, 1.00, 0.12. Web safe color of #e13501 is #cc3300. Color #e13501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 00000001
Octal 341 65 1
Decimal 225 53 1
Hex E1 35 1

RGB Percentages of Color #e13501

%80.65
%19.00
%0.36

CMYK Percentages of Color #e13501

%0
%76
%100
%12

Triadic Colors of #e13501

#e13501 #01e135 #3501e1

Analogous Colors of #e13501

#e13501 #e1a501 #e1013d

Monochromatic Colors of #e13501

#e13501

Complementary Color

#e13501 #01ade1

#e13501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13501 Color CSS Codes

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

#e13501 Text Font Color

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

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


#e13501 Background Color

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

This div background color is #e13501


#e13501 Border Color

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

This div border color is #e13501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13501


Comments

No comments written yet.

Please login to write comment.