color codes Logo

#e3310f color codes

#E3310F
(227,49,15)
0 Favorites   0 Comments

Color spaces of #e3310f

RGB 2274915
HSL0.030.880.47
HSV10°93°89°
CMYK 0.000.780.93   0.11
XYZ32.863118.56202.3027
Yxy18.56200.61170.3455
Hunter Lab43.083660.758926.9897
CIE-Lab50.170865.716158.7794

#e3310f color RGB value is (227,49,15).

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

The process color (four color CMYK) of #e3310f color code is 0.00, 0.78, 0.93, 0.11. Web safe color of #e3310f is #cc3300. Color #e3310f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 00001111
Octal 343 61 17
Decimal 227 49 15
Hex E3 31 F

RGB Percentages of Color #e3310f

%78.01
%16.84
%5.15

CMYK Percentages of Color #e3310f

%0
%78
%93
%11

Triadic Colors of #e3310f

#e3310f #0fe331 #310fe3

Analogous Colors of #e3310f

#e3310f #e39b0f #e30f57

Monochromatic Colors of #e3310f

#e3310f

Complementary Color

#e3310f #0fc1e3

#e3310f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3310f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3310f Color CSS Codes

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

#e3310f Text Font Color

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

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


#e3310f Background Color

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

This div background color is #e3310f


#e3310f Border Color

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

This div border color is #e3310f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3310f


Comments

No comments written yet.

Please login to write comment.