Color Hex Logo

#ed162a Color Hex

#ED162A
(237,22,42)
0 Favorites   0 Comments

Color spaces of #ed162a

RGB 2372242
HSL0.980.860.51
HSV354°91°93°
CMYK 0.000.910.82   0.07
XYZ35.629918.74553.9308
Yxy18.74550.61110.3215
Hunter Lab43.296171.126024.9244
CIE-Lab50.388174.363848.3619

#ed162a color RGB value is (237,22,42).

#ed162a hex color red value is 237, green value is 22 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ed162a hue: 0.98 , saturation: 0.86 and the lightness value of ed162a is 0.51.

The process color (four color CMYK) of #ed162a color hex is 0.00, 0.91, 0.82, 0.07. Web safe color of #ed162a is #ff0033. Color #ed162a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 00101010
Octal 355 26 52
Decimal 237 22 42
Hex ED 16 2A

RGB Percentages of Color #ed162a

%78.74
%7.31
%13.95

CMYK Percentages of Color #ed162a

%0
%91
%82
%7

Triadic Colors of #ed162a

#ed162a #2aed16 #162aed

Analogous Colors of #ed162a

#ed162a #ed6e16 #ed1696

Monochromatic Colors of #ed162a

#ed162a

Complementary Color

#ed162a #16edd9

#ed162a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed162a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed162a Color CSS Codes

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

#ed162a Text Font Color

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

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


#ed162a Background Color

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

This div background color is #ed162a


#ed162a Border Color

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

This div border color is #ed162a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed162a


Comments

No comments written yet.

Please login to write comment.