Color Hex Logo

#ff131f Color Hex

#FF131F
(255,19,31)
0 Favorites   0 Comments

Color spaces of #ff131f

RGB 2551931
HSL0.991.000.54
HSV357°93°100°
CMYK 0.000.930.88   0.00
XYZ41.720221.82473.3100
Yxy21.82470.62400.3264
Hunter Lab46.716977.653528.5010
CIE-Lab53.840578.953757.9953

#ff131f color RGB value is (255,19,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 00011111
Octal 377 23 37
Decimal 255 19 31
Hex FF 13 1F

RGB Percentages of Color #ff131f

%83.61
%6.23
%10.16

CMYK Percentages of Color #ff131f

%0
%93
%88
%0

Triadic Colors of #ff131f

#ff131f #1fff13 #131fff

Analogous Colors of #ff131f

#ff131f #ff7d13 #ff1395

Monochromatic Colors of #ff131f

#ff131f

Complementary Color

#ff131f #13fff3

#ff131f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff131f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff131f Color CSS Codes

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

#ff131f Text Font Color

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

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


#ff131f Background Color

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

This div background color is #ff131f


#ff131f Border Color

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

This div border color is #ff131f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff131f

Related Colors


Comments

No comments written yet.

Please login to write comment.