Color Hex Logo

#e72d20 Color Hex

#E72D20
(231,45,32)
0 Favorites   0 Comments

Color spaces of #e72d20

RGB 2314532
HSL0.010.810.52
HSV86°91°
CMYK 0.000.810.86   0.09
XYZ34.154118.97003.2280
Yxy18.97000.60610.3366
Hunter Lab43.554663.753526.0940
CIE-Lab50.652168.178053.0178

#e72d20 color RGB value is (231,45,32).

#e72d20 hex color red value is 231, green value is 45 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e72d20 hue: 0.01 , saturation: 0.81 and the lightness value of e72d20 is 0.52.

The process color (four color CMYK) of #e72d20 color hex is 0.00, 0.81, 0.86, 0.09. Web safe color of #e72d20 is #ff3333. Color #e72d20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101101 00100000
Octal 347 55 40
Decimal 231 45 32
Hex E7 2D 20

RGB Percentages of Color #e72d20

%75.00
%14.61
%10.39

CMYK Percentages of Color #e72d20

%0
%81
%86
%9

Triadic Colors of #e72d20

#e72d20 #20e72d #2d20e7

Analogous Colors of #e72d20

#e72d20 #e79120 #e72077

Monochromatic Colors of #e72d20

#e72d20

Complementary Color

#e72d20 #20dae7

#e72d20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72d20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72d20 Color CSS Codes

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

#e72d20 Text Font Color

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

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


#e72d20 Background Color

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

This div background color is #e72d20


#e72d20 Border Color

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

This div border color is #e72d20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72d20


Comments

No comments written yet.

Please login to write comment.