Color Hex Logo

#e3402d Color Hex

#E3402D
(227,64,45)
0 Favorites   0 Comments

Color spaces of #e3402d

RGB 2276445
HSL0.020.760.53
HSV80°89°
CMYK 0.000.720.80   0.11
XYZ33.985620.18714.5879
Yxy20.18710.57840.3435
Hunter Lab44.930156.391825.3968
CIE-Lab52.048161.575247.7288

#e3402d color RGB value is (227,64,45).

#e3402d hex color red value is 227, green value is 64 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e3402d hue: 0.02 , saturation: 0.76 and the lightness value of e3402d is 0.53.

The process color (four color CMYK) of #e3402d color hex is 0.00, 0.72, 0.80, 0.11. Web safe color of #e3402d is #cc3333. Color #e3402d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 00101101
Octal 343 100 55
Decimal 227 64 45
Hex E3 40 2D

RGB Percentages of Color #e3402d

%67.56
%19.05
%13.39

CMYK Percentages of Color #e3402d

%0
%72
%80
%11

Triadic Colors of #e3402d

#e3402d #2de340 #402de3

Analogous Colors of #e3402d

#e3402d #e39b2d #e32d75

Monochromatic Colors of #e3402d

#e3402d

Complementary Color

#e3402d #2dd0e3

#e3402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3402d Color CSS Codes

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

#e3402d Text Font Color

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

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


#e3402d Background Color

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

This div background color is #e3402d


#e3402d Border Color

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

This div border color is #e3402d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,64,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 #e3402d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3402d


Comments

No comments written yet.

Please login to write comment.