Color Hex Logo

#ed362b Color Hex

#ED362B
(237,54,43)
0 Favorites   0 Comments

Color spaces of #ed362b

RGB 2375443
HSL0.010.840.55
HSV82°93°
CMYK 0.000.770.82   0.07
XYZ36.680320.81734.3704
Yxy20.81730.59290.3365
Hunter Lab45.626063.656826.2589
CIE-Lab52.749067.696350.0548

#ed362b color RGB value is (237,54,43).

#ed362b hex color red value is 237, green value is 54 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ed362b hue: 0.01 , saturation: 0.84 and the lightness value of ed362b is 0.55.

The process color (four color CMYK) of #ed362b color hex is 0.00, 0.77, 0.82, 0.07. Web safe color of #ed362b is #ff3333. Color #ed362b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 00101011
Octal 355 66 53
Decimal 237 54 43
Hex ED 36 2B

RGB Percentages of Color #ed362b

%70.96
%16.17
%12.87

CMYK Percentages of Color #ed362b

%0
%77
%82
%7

Triadic Colors of #ed362b

#ed362b #2bed36 #362bed

Analogous Colors of #ed362b

#ed362b #ed972b #ed2b81

Monochromatic Colors of #ed362b

#ed362b

Complementary Color

#ed362b #2be2ed

#ed362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed362b Color CSS Codes

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

#ed362b Text Font Color

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

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


#ed362b Background Color

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

This div background color is #ed362b


#ed362b Border Color

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

This div border color is #ed362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed362b


Comments

No comments written yet.

Please login to write comment.