Color Hex Logo

#ed363b Color Hex

#ED363B
(237,54,59)
0 Favorites   0 Comments

Color spaces of #ed363b

RGB 2375459
HSL1.000.840.57
HSV358°77°93°
CMYK 0.000.770.75   0.07
XYZ37.033620.95866.2312
Yxy20.95860.57660.3263
Hunter Lab45.780664.279323.9764
CIE-Lab52.904268.192441.7276

#ed363b color RGB value is (237,54,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 00111011
Octal 355 66 73
Decimal 237 54 59
Hex ED 36 3B

RGB Percentages of Color #ed363b

%67.71
%15.43
%16.86

CMYK Percentages of Color #ed363b

%0
%77
%75
%7

Triadic Colors of #ed363b

#ed363b #3bed36 #363bed

Analogous Colors of #ed363b

#ed363b #ed8d36 #ed3697

Monochromatic Colors of #ed363b

#ed363b

Complementary Color

#ed363b #36ede8

#ed363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed363b Color CSS Codes

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

#ed363b Text Font Color

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

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


#ed363b Background Color

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

This div background color is #ed363b


#ed363b Border Color

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

This div border color is #ed363b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed363b


Comments

No comments written yet.

Please login to write comment.