Color Hex Logo

#e6271f Color Hex

#E6271F
(230,39,31)
0 Favorites   0 Comments

Color spaces of #e6271f

RGB 2303931
HSL0.010.800.51
HSV87°90°
CMYK 0.000.830.87   0.10
XYZ33.606018.37303.0714
Yxy18.37300.61050.3337
Hunter Lab42.863764.935925.7562
CIE-Lab49.945469.312252.8170

#e6271f color RGB value is (230,39,31).

#e6271f hex color red value is 230, green value is 39 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e6271f hue: 0.01 , saturation: 0.80 and the lightness value of e6271f is 0.51.

The process color (four color CMYK) of #e6271f color hex is 0.00, 0.83, 0.87, 0.10. Web safe color of #e6271f is #ff3333. Color #e6271f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100111 00011111
Octal 346 47 37
Decimal 230 39 31
Hex E6 27 1F

RGB Percentages of Color #e6271f

%76.67
%13.00
%10.33

CMYK Percentages of Color #e6271f

%0
%83
%87
%10

Triadic Colors of #e6271f

#e6271f #1fe627 #271fe6

Analogous Colors of #e6271f

#e6271f #e68b1f #e61f7b

Monochromatic Colors of #e6271f

#e6271f

Complementary Color

#e6271f #1fdee6

#e6271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6271f Color CSS Codes

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

#e6271f Text Font Color

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

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


#e6271f Background Color

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

This div background color is #e6271f


#e6271f Border Color

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

This div border color is #e6271f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,39,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6271f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6271f;
  -webkit-box-shadow: 1px 1px 3px 2px #e6271f;
  box-shadow:         1px 1px 3px 2px #e6271f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,39,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6271f


Comments

No comments written yet.

Please login to write comment.