Color Hex Logo

#ed232b Color Hex

#ED232B
(237,35,43)
0 Favorites   0 Comments

Color spaces of #ed232b

RGB 2373543
HSL0.990.850.53
HSV358°85°93°
CMYK 0.000.850.82   0.07
XYZ35.962119.38104.1310
Yxy19.38100.60470.3259
Hunter Lab44.023968.770925.2532
CIE-Lab51.130072.283048.5374

#ed232b color RGB value is (237,35,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 00101011
Octal 355 43 53
Decimal 237 35 43
Hex ED 23 2B

RGB Percentages of Color #ed232b

%75.24
%11.11
%13.65

CMYK Percentages of Color #ed232b

%0
%85
%82
%7

Triadic Colors of #ed232b

#ed232b #2bed23 #232bed

Analogous Colors of #ed232b

#ed232b #ed8023 #ed2390

Monochromatic Colors of #ed232b

#ed232b

Complementary Color

#ed232b #23ede5

#ed232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed232b Color CSS Codes

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

#ed232b Text Font Color

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

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


#ed232b Background Color

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

This div background color is #ed232b


#ed232b Border Color

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

This div border color is #ed232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed232b


Comments

No comments written yet.

Please login to write comment.