Color Hex Logo

#ff111a Color Hex

#FF111A
(255,17,26)
0 Favorites   0 Comments

Color spaces of #ff111a

RGB 2551726
HSL0.991.000.53
HSV358°93°100°
CMYK 0.000.930.90   0.00
XYZ41.626921.73552.9787
Yxy21.73550.62750.3276
Hunter Lab46.621377.790328.8468
CIE-Lab53.745279.081059.9872

#ff111a color RGB value is (255,17,26).

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

The process color (four color CMYK) of #ff111a color hex is 0.00, 0.93, 0.90, 0.00. Web safe color of #ff111a is #ff0033. Color #ff111a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00011010
Octal 377 21 32
Decimal 255 17 26
Hex FF 11 1A

RGB Percentages of Color #ff111a

%85.57
%5.70
%8.72

CMYK Percentages of Color #ff111a

%0
%93
%90
%0

Triadic Colors of #ff111a

#ff111a #1aff11 #111aff

Analogous Colors of #ff111a

#ff111a #ff7f11 #ff1191

Monochromatic Colors of #ff111a

#ff111a

Complementary Color

#ff111a #11fff6

#ff111a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff111a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff111a Color CSS Codes

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

#ff111a Text Font Color

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

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


#ff111a Background Color

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

This div background color is #ff111a


#ff111a Border Color

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

This div border color is #ff111a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff111a


Comments

No comments written yet.

Please login to write comment.