Color Hex Logo

#e24b0f Color Hex

#E24B0F
(226,75,15)
0 Favorites   0 Comments

Color spaces of #e24b0f

RGB 2267515
HSL0.050.880.47
HSV17°93°89°
CMYK 0.000.670.93   0.11
XYZ33.966321.23542.7606
Yxy21.23540.58600.3664
Hunter Lab46.081950.926528.7055
CIE-Lab53.206256.516360.5660

#e24b0f color RGB value is (226,75,15).

#e24b0f hex color red value is 226, green value is 75 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e24b0f hue: 0.05 , saturation: 0.88 and the lightness value of e24b0f is 0.47.

The process color (four color CMYK) of #e24b0f color hex is 0.00, 0.67, 0.93, 0.11. Web safe color of #e24b0f is #cc3300. Color #e24b0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 00001111
Octal 342 113 17
Decimal 226 75 15
Hex E2 4B F

RGB Percentages of Color #e24b0f

%71.52
%23.73
%4.75

CMYK Percentages of Color #e24b0f

%0
%67
%93
%11

Triadic Colors of #e24b0f

#e24b0f #0fe24b #4b0fe2

Analogous Colors of #e24b0f

#e24b0f #e2b50f #e20f3d

Monochromatic Colors of #e24b0f

#e24b0f

Complementary Color

#e24b0f #0fa6e2

#e24b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24b0f Color CSS Codes

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

#e24b0f Text Font Color

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

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


#e24b0f Background Color

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

This div background color is #e24b0f


#e24b0f Border Color

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

This div border color is #e24b0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,75,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24b0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24b0f;
  -webkit-box-shadow: 1px 1px 3px 2px #e24b0f;
  box-shadow:         1px 1px 3px 2px #e24b0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24b0f


Comments

No comments written yet.

Please login to write comment.