Color Hex Logo

#e2513d Color Hex

#E2513D
(226,81,61)
0 Favorites   0 Comments

Color spaces of #e2513d

RGB 2268161
HSL0.020.740.56
HSV73°89°
CMYK 0.000.640.73   0.11
XYZ35.148822.39056.8841
Yxy22.39050.54560.3476
Hunter Lab47.318649.784324.4973
CIE-Lab54.438955.273541.7707

#e2513d color RGB value is (226,81,61).

#e2513d hex color red value is 226, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e2513d hue: 0.02 , saturation: 0.74 and the lightness value of e2513d is 0.56.

The process color (four color CMYK) of #e2513d color hex is 0.00, 0.64, 0.73, 0.11. Web safe color of #e2513d is #cc6633. Color #e2513d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 00111101
Octal 342 121 75
Decimal 226 81 61
Hex E2 51 3D

RGB Percentages of Color #e2513d

%61.41
%22.01
%16.58

CMYK Percentages of Color #e2513d

%0
%64
%73
%11

Triadic Colors of #e2513d

#e2513d #3de251 #513de2

Analogous Colors of #e2513d

#e2513d #e2a43d #e23d7c

Monochromatic Colors of #e2513d

#e2513d

Complementary Color

#e2513d #3dcee2

#e2513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2513d Color CSS Codes

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

#e2513d Text Font Color

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

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


#e2513d Background Color

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

This div background color is #e2513d


#e2513d Border Color

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

This div border color is #e2513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2513d

#e2513d Color Palettes


Comments

No comments written yet.

Please login to write comment.