Color Hex Logo

#ed350d Color Hex

#ED350D
(237,53,13)
0 Favorites   0 Comments

Color spaces of #ed350d

RGB 2375313
HSL0.030.900.49
HSV11°95°93°
CMYK 0.000.780.95   0.07
XYZ36.270820.57982.4414
Yxy20.57980.61170.3471
Hunter Lab45.365063.328028.5647
CIE-Lab52.486567.467861.6832

#ed350d color RGB value is (237,53,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 00001101
Octal 355 65 15
Decimal 237 53 13
Hex ED 35 D

RGB Percentages of Color #ed350d

%78.22
%17.49
%4.29

CMYK Percentages of Color #ed350d

%0
%78
%95
%7

Triadic Colors of #ed350d

#ed350d #0ded35 #350ded

Analogous Colors of #ed350d

#ed350d #eda50d #ed0d55

Monochromatic Colors of #ed350d

#ed350d

Complementary Color

#ed350d #0dc5ed

#ed350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed350d Color CSS Codes

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

#ed350d Text Font Color

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

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


#ed350d Background Color

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

This div background color is #ed350d


#ed350d Border Color

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

This div border color is #ed350d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed350d


Comments

No comments written yet.

Please login to write comment.