Color Hex Logo

#ed253b Color Hex

#ED253B
(237,37,59)
0 Favorites   0 Comments

Color spaces of #ed253b

RGB 2373759
HSL0.980.850.54
HSV353°84°93°
CMYK 0.000.840.75   0.07
XYZ36.376019.64346.0120
Yxy19.64340.58640.3167
Hunter Lab44.320968.940922.9821
CIE-Lab51.431672.365140.1033

#ed253b color RGB value is (237,37,59).

#ed253b hex color red value is 237, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ed253b hue: 0.98 , saturation: 0.85 and the lightness value of ed253b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 00111011
Octal 355 45 73
Decimal 237 37 59
Hex ED 25 3B

RGB Percentages of Color #ed253b

%71.17
%11.11
%17.72

CMYK Percentages of Color #ed253b

%0
%84
%75
%7

Triadic Colors of #ed253b

#ed253b #3bed25 #253bed

Analogous Colors of #ed253b

#ed253b #ed7325 #ed259f

Monochromatic Colors of #ed253b

#ed253b

Complementary Color

#ed253b #25edd7

#ed253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed253b Color CSS Codes

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

#ed253b Text Font Color

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

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


#ed253b Background Color

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

This div background color is #ed253b


#ed253b Border Color

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

This div border color is #ed253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed253b


Comments

No comments written yet.

Please login to write comment.