Color Hex Logo

#ea150d Color Hex

#EA150D
(234,21,13)
0 Favorites   0 Comments

Color spaces of #ea150d

RGB 2342113
HSL0.010.890.48
HSV94°92°
CMYK 0.000.910.94   0.08
XYZ34.272518.05782.0599
Yxy18.05780.63010.3320
Hunter Lab42.494569.597926.8721
CIE-Lab49.566173.269259.7535

#ea150d color RGB value is (234,21,13).

#ea150d hex color red value is 234, green value is 21 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea150d hue: 0.01 , saturation: 0.89 and the lightness value of ea150d is 0.48.

The process color (four color CMYK) of #ea150d color hex is 0.00, 0.91, 0.94, 0.08. Web safe color of #ea150d is #ff0000. Color #ea150d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 00001101
Octal 352 25 15
Decimal 234 21 13
Hex EA 15 D

RGB Percentages of Color #ea150d

%87.31
%7.84
%4.85

CMYK Percentages of Color #ea150d

%0
%91
%94
%8

Triadic Colors of #ea150d

#ea150d #0dea15 #150dea

Analogous Colors of #ea150d

#ea150d #ea840d #ea0d74

Monochromatic Colors of #ea150d

#ea150d

Complementary Color

#ea150d #0de2ea

#ea150d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea150d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea150d Color CSS Codes

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

#ea150d Text Font Color

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

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


#ea150d Background Color

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

This div background color is #ea150d


#ea150d Border Color

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

This div border color is #ea150d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea150d


Comments

No comments written yet.

Please login to write comment.