Color Hex Logo

#ed310e Color Hex

#ED310E
(237,49,14)
0 Favorites   0 Comments

Color spaces of #ed310e

RGB 2374914
HSL0.030.890.49
HSV94°93°
CMYK 0.000.790.94   0.07
XYZ36.102620.23292.4180
Yxy20.23290.61450.3444
Hunter Lab44.981064.550728.2995
CIE-Lab52.099568.574461.1967

#ed310e color RGB value is (237,49,14).

#ed310e hex color red value is 237, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ed310e hue: 0.03 , saturation: 0.89 and the lightness value of ed310e is 0.49.

The process color (four color CMYK) of #ed310e color hex is 0.00, 0.79, 0.94, 0.07. Web safe color of #ed310e is #ff3300. Color #ed310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110001 00001110
Octal 355 61 16
Decimal 237 49 14
Hex ED 31 E

RGB Percentages of Color #ed310e

%79.00
%16.33
%4.67

CMYK Percentages of Color #ed310e

%0
%79
%94
%7

Triadic Colors of #ed310e

#ed310e #0eed31 #310eed

Analogous Colors of #ed310e

#ed310e #eda10e #ed0e5a

Monochromatic Colors of #ed310e

#ed310e

Complementary Color

#ed310e #0ecaed

#ed310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed310e Color CSS Codes

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

#ed310e Text Font Color

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

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


#ed310e Background Color

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

This div background color is #ed310e


#ed310e Border Color

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

This div border color is #ed310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed310e


Comments

No comments written yet.

Please login to write comment.