Color Hex Logo

#ea171c Color Hex

#EA171C
(234,23,28)
0 Favorites   0 Comments

Color spaces of #ea171c

RGB 2342328
HSL1.000.830.50
HSV359°90°92°
CMYK 0.000.900.88   0.08
XYZ34.447718.18912.7939
Yxy18.18910.62150.3281
Hunter Lab42.648769.540825.9700
CIE-Lab49.724773.191254.3281

#ea171c color RGB value is (234,23,28).

#ea171c hex color red value is 234, green value is 23 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ea171c hue: 1.00 , saturation: 0.83 and the lightness value of ea171c is 0.50.

The process color (four color CMYK) of #ea171c color hex is 0.00, 0.90, 0.88, 0.08. Web safe color of #ea171c is #ff0033. Color #ea171c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010111 00011100
Octal 352 27 34
Decimal 234 23 28
Hex EA 17 1C

RGB Percentages of Color #ea171c

%82.11
%8.07
%9.82

CMYK Percentages of Color #ea171c

%0
%90
%88
%8

Triadic Colors of #ea171c

#ea171c #1cea17 #171cea

Analogous Colors of #ea171c

#ea171c #ea7c17 #ea1786

Monochromatic Colors of #ea171c

#ea171c

Complementary Color

#ea171c #17eae5

#ea171c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea171c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea171c Color CSS Codes

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

#ea171c Text Font Color

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

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


#ea171c Background Color

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

This div background color is #ea171c


#ea171c Border Color

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

This div border color is #ea171c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea171c


Comments

No comments written yet.

Please login to write comment.