Color Hex Logo

#e7412d Color Hex

#E7412D
(231,65,45)
0 Favorites   0 Comments

Color spaces of #e7412d

RGB 2316545
HSL0.020.790.54
HSV81°91°
CMYK 0.000.720.81   0.09
XYZ35.318920.95904.6666
Yxy20.95900.57950.3439
Hunter Lab45.781057.591526.0031
CIE-Lab52.904662.464948.8098

#e7412d color RGB value is (231,65,45).

#e7412d hex color red value is 231, green value is 65 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e7412d hue: 0.02 , saturation: 0.79 and the lightness value of e7412d is 0.54.

The process color (four color CMYK) of #e7412d color hex is 0.00, 0.72, 0.81, 0.09. Web safe color of #e7412d is #ff3333. Color #e7412d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000001 00101101
Octal 347 101 55
Decimal 231 65 45
Hex E7 41 2D

RGB Percentages of Color #e7412d

%67.74
%19.06
%13.20

CMYK Percentages of Color #e7412d

%0
%72
%81
%9

Triadic Colors of #e7412d

#e7412d #2de741 #412de7

Analogous Colors of #e7412d

#e7412d #e79e2d #e72d76

Monochromatic Colors of #e7412d

#e7412d

Complementary Color

#e7412d #2dd3e7

#e7412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7412d Color CSS Codes

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

#e7412d Text Font Color

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

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


#e7412d Background Color

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

This div background color is #e7412d


#e7412d Border Color

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

This div border color is #e7412d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,65,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7412d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7412d;
  -webkit-box-shadow: 1px 1px 3px 2px #e7412d;
  box-shadow:         1px 1px 3px 2px #e7412d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,65,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7412d


Comments

No comments written yet.

Please login to write comment.