color codes Logo

#ed232d color codes

#ED232D
(237,35,45)
0 Favorites   0 Comments

Color spaces of #ed232d

RGB 2373545
HSL0.990.850.53
HSV357°85°93°
CMYK 0.000.850.81   0.07
XYZ35.999719.39614.3290
Yxy19.39610.60280.3248
Hunter Lab44.041068.836525.0008
CIE-Lab51.147472.333847.5105

#ed232d color RGB value is (237,35,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 00101101
Octal 355 43 55
Decimal 237 35 45
Hex ED 23 2D

RGB Percentages of Color #ed232d

%74.76
%11.04
%14.20

CMYK Percentages of Color #ed232d

%0
%85
%81
%7

Triadic Colors of #ed232d

#ed232d #2ded23 #232ded

Analogous Colors of #ed232d

#ed232d #ed7e23 #ed2392

Monochromatic Colors of #ed232d

#ed232d

Complementary Color

#ed232d #23ede3

#ed232d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed232d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed232d Color CSS Codes

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

#ed232d Text Font Color

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

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


#ed232d Background Color

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

This div background color is #ed232d


#ed232d Border Color

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

This div border color is #ed232d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed232d


Comments

No comments written yet.

Please login to write comment.