Color Hex Logo

#ea241b Color Hex

#EA241B
(234,36,27)
0 Favorites   0 Comments

Color spaces of #ea241b

RGB 2343627
HSL0.010.830.51
HSV88°92°
CMYK 0.000.850.88   0.08
XYZ34.760418.83332.8400
Yxy18.83330.61600.3337
Hunter Lab43.397467.029526.4981
CIE-Lab50.491670.960955.3278

#ea241b color RGB value is (234,36,27).

#ea241b hex color red value is 234, green value is 36 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ea241b hue: 0.01 , saturation: 0.83 and the lightness value of ea241b is 0.51.

The process color (four color CMYK) of #ea241b color hex is 0.00, 0.85, 0.88, 0.08. Web safe color of #ea241b is #ff3333. Color #ea241b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 00011011
Octal 352 44 33
Decimal 234 36 27
Hex EA 24 1B

RGB Percentages of Color #ea241b

%78.79
%12.12
%9.09

CMYK Percentages of Color #ea241b

%0
%85
%88
%8

Triadic Colors of #ea241b

#ea241b #1bea24 #241bea

Analogous Colors of #ea241b

#ea241b #ea8c1b #ea1b7a

Monochromatic Colors of #ea241b

#ea241b

Complementary Color

#ea241b #1be1ea

#ea241b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea241b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea241b Color CSS Codes

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

#ea241b Text Font Color

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

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


#ea241b Background Color

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

This div background color is #ea241b


#ea241b Border Color

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

This div border color is #ea241b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea241b


Comments

No comments written yet.

Please login to write comment.