Color Hex Logo

#ed341f Color Hex

#ED341F
(237,52,31)
0 Favorites   0 Comments

Color spaces of #ed341f

RGB 2375231
HSL0.020.850.53
HSV87°93°
CMYK 0.000.780.87   0.07
XYZ36.400420.55943.3462
Yxy20.55940.60360.3409
Hunter Lab45.342563.948327.3642
CIE-Lab52.463967.996855.3951

#ed341f color RGB value is (237,52,31).

#ed341f hex color red value is 237, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ed341f hue: 0.02 , saturation: 0.85 and the lightness value of ed341f is 0.53.

The process color (four color CMYK) of #ed341f color hex is 0.00, 0.78, 0.87, 0.07. Web safe color of #ed341f is #ff3333. Color #ed341f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 00011111
Octal 355 64 37
Decimal 237 52 31
Hex ED 34 1F

RGB Percentages of Color #ed341f

%74.06
%16.25
%9.69

CMYK Percentages of Color #ed341f

%0
%78
%87
%7

Triadic Colors of #ed341f

#ed341f #1fed34 #341fed

Analogous Colors of #ed341f

#ed341f #ed9b1f #ed1f71

Monochromatic Colors of #ed341f

#ed341f

Complementary Color

#ed341f #1fd8ed

#ed341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed341f Color CSS Codes

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

#ed341f Text Font Color

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

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


#ed341f Background Color

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

This div background color is #ed341f


#ed341f Border Color

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

This div border color is #ed341f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,52,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed341f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed341f;
  -webkit-box-shadow: 1px 1px 3px 2px #ed341f;
  box-shadow:         1px 1px 3px 2px #ed341f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,52,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed341f


Comments

No comments written yet.

Please login to write comment.