Color Hex Logo

#ed282a Color Hex

#ED282A
(237,40,42)
0 Favorites   0 Comments

Color spaces of #ed282a

RGB 2374042
HSL1.000.850.54
HSV359°83°93°
CMYK 0.000.830.82   0.07
XYZ36.101819.68934.0881
Yxy19.68930.60290.3288
Hunter Lab44.372667.576425.5984
CIE-Lab51.484171.224449.3813

#ed282a color RGB value is (237,40,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 00101010
Octal 355 50 52
Decimal 237 40 42
Hex ED 28 2A

RGB Percentages of Color #ed282a

%74.29
%12.54
%13.17

CMYK Percentages of Color #ed282a

%0
%83
%82
%7

Triadic Colors of #ed282a

#ed282a #2aed28 #282aed

Analogous Colors of #ed282a

#ed282a #ed8928 #ed288d

Monochromatic Colors of #ed282a

#ed282a

Complementary Color

#ed282a #28edeb

#ed282a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed282a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed282a Color CSS Codes

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

#ed282a Text Font Color

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

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


#ed282a Background Color

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

This div background color is #ed282a


#ed282a Border Color

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

This div border color is #ed282a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed282a


Comments

No comments written yet.

Please login to write comment.