Color Hex Logo

#ed3838 Color Hex

#ED3838
(237,56,56)
0 Favorites   0 Comments

Color spaces of #ed3838

RGB 2375656
HSL0.000.830.57
HSV76°93°
CMYK 0.000.760.76   0.07
XYZ37.053021.11845.8647
Yxy21.11840.57860.3298
Hunter Lab45.954863.502524.6018
CIE-Lab53.078867.503243.5704

#ed3838 color RGB value is (237,56,56).

#ed3838 hex color red value is 237, green value is 56 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ed3838 hue: 0.00 , saturation: 0.83 and the lightness value of ed3838 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 00111000
Octal 355 70 70
Decimal 237 56 56
Hex ED 38 38

RGB Percentages of Color #ed3838

%67.91
%16.05
%16.05

CMYK Percentages of Color #ed3838

%0
%76
%76
%7

Triadic Colors of #ed3838

#ed3838 #38ed38 #3838ed

Analogous Colors of #ed3838

#ed3838 #ed9338 #ed3893

Monochromatic Colors of #ed3838

#ed3838

Complementary Color

#ed3838 #38eded

#ed3838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3838 Color CSS Codes

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

#ed3838 Text Font Color

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

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


#ed3838 Background Color

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

This div background color is #ed3838


#ed3838 Border Color

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

This div border color is #ed3838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3838


Comments

No comments written yet.

Please login to write comment.