Color Hex Logo

#ff131e Color Hex

#FF131E
(255,19,30)
0 Favorites   0 Comments

Color spaces of #ff131e

RGB 2551930
HSL0.991.000.54
HSV357°93°100°
CMYK 0.000.930.88   0.00
XYZ41.707221.81953.2417
Yxy21.81950.62470.3268
Hunter Lab46.711377.632628.5833
CIE-Lab53.835078.938258.4181

#ff131e color RGB value is (255,19,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 00011110
Octal 377 23 36
Decimal 255 19 30
Hex FF 13 1E

RGB Percentages of Color #ff131e

%83.88
%6.25
%9.87

CMYK Percentages of Color #ff131e

%0
%93
%88
%0

Triadic Colors of #ff131e

#ff131e #1eff13 #131eff

Analogous Colors of #ff131e

#ff131e #ff7e13 #ff1394

Monochromatic Colors of #ff131e

#ff131e

Complementary Color

#ff131e #13fff4

#ff131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff131e Color CSS Codes

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

#ff131e Text Font Color

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

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


#ff131e Background Color

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

This div background color is #ff131e


#ff131e Border Color

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

This div border color is #ff131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff131e


Comments

No comments written yet.

Please login to write comment.