Color Hex Logo

#ff110e Color Hex

#FF110E
(255,17,14)
0 Favorites   0 Comments

Color spaces of #ff110e

RGB 2551714
HSL0.001.000.53
HSV95°100°
CMYK 0.000.930.95   0.00
XYZ41.519721.69262.4142
Yxy21.69260.63270.3305
Hunter Lab46.575377.617529.5295
CIE-Lab53.699378.952663.9844

#ff110e color RGB value is (255,17,14).

#ff110e hex color red value is 255, green value is 17 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff110e hue: 0.00 , saturation: 1.00 and the lightness value of ff110e is 0.53.

The process color (four color CMYK) of #ff110e color hex is 0.00, 0.93, 0.95, 0.00. Web safe color of #ff110e is #ff0000. Color #ff110e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00001110
Octal 377 21 16
Decimal 255 17 14
Hex FF 11 E

RGB Percentages of Color #ff110e

%89.16
%5.94
%4.90

CMYK Percentages of Color #ff110e

%0
%93
%95
%0

Triadic Colors of #ff110e

#ff110e #0eff11 #110eff

Analogous Colors of #ff110e

#ff110e #ff8a0e #ff0e84

Monochromatic Colors of #ff110e

#ff110e

Complementary Color

#ff110e #0efcff

#ff110e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff110e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff110e Color CSS Codes

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

#ff110e Text Font Color

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

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


#ff110e Background Color

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

This div background color is #ff110e


#ff110e Border Color

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

This div border color is #ff110e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,17,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff110e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff110e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff110e;
  box-shadow:         1px 1px 3px 2px #ff110e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,17,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff110e


Comments

No comments written yet.

Please login to write comment.