Color Hex Logo

#ed3510 Color Hex

#ED3510
(237,53,16)
0 Favorites   0 Comments

Color spaces of #ed3510

RGB 2375316
HSL0.030.870.50
HSV10°93°93°
CMYK 0.000.780.93   0.07
XYZ36.291720.58812.5513
Yxy20.58810.61070.3464
Hunter Lab45.374163.365428.4281
CIE-Lab52.495767.497860.8652

#ed3510 color RGB value is (237,53,16).

#ed3510 hex color red value is 237, green value is 53 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ed3510 hue: 0.03 , saturation: 0.87 and the lightness value of ed3510 is 0.50.

The process color (four color CMYK) of #ed3510 color hex is 0.00, 0.78, 0.93, 0.07. Web safe color of #ed3510 is #ff3300. Color #ed3510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 00010000
Octal 355 65 20
Decimal 237 53 16
Hex ED 35 10

RGB Percentages of Color #ed3510

%77.45
%17.32
%5.23

CMYK Percentages of Color #ed3510

%0
%78
%93
%7

Triadic Colors of #ed3510

#ed3510 #10ed35 #3510ed

Analogous Colors of #ed3510

#ed3510 #eda410 #ed1059

Monochromatic Colors of #ed3510

#ed3510

Complementary Color

#ed3510 #10c8ed

#ed3510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3510 Color CSS Codes

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

#ed3510 Text Font Color

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

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


#ed3510 Background Color

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

This div background color is #ed3510


#ed3510 Border Color

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

This div border color is #ed3510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3510


Comments

No comments written yet.

Please login to write comment.