color codes Logo

#ed2e3b color codes

#ED2E3B
(237,46,59)
0 Favorites   0 Comments

Color spaces of #ed2e3b

RGB 2374659
HSL0.990.840.55
HSV356°81°93°
CMYK 0.000.810.75   0.07
XYZ36.691520.27436.1171
Yxy20.27430.58160.3214
Hunter Lab45.027066.658523.4641
CIE-Lab52.145970.332640.8936

#ed2e3b color RGB value is (237,46,59).

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

The process color (four color CMYK) of #ed2e3b color code is 0.00, 0.81, 0.75, 0.07. Web safe color of #ed2e3b is #ff3333. Color #ed2e3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101110 00111011
Octal 355 56 73
Decimal 237 46 59
Hex ED 2E 3B

RGB Percentages of Color #ed2e3b

%69.30
%13.45
%17.25

CMYK Percentages of Color #ed2e3b

%0
%81
%75
%7

Triadic Colors of #ed2e3b

#ed2e3b #3bed2e #2e3bed

Analogous Colors of #ed2e3b

#ed2e3b #ed812e #ed2e9b

Monochromatic Colors of #ed2e3b

#ed2e3b

Complementary Color

#ed2e3b #2eede0

#ed2e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2e3b Color CSS Codes

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

#ed2e3b Text Font Color

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

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


#ed2e3b Background Color

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

This div background color is #ed2e3b


#ed2e3b Border Color

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

This div border color is #ed2e3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2e3b


Comments

No comments written yet.

Please login to write comment.