Color Hex Logo

#ff151f Color Hex

#FF151F
(255,21,31)
0 Favorites   0 Comments

Color spaces of #ff151f

RGB 2552131
HSL0.991.000.54
HSV357°92°100°
CMYK 0.000.920.88   0.00
XYZ41.755521.89533.3218
Yxy21.89530.62350.3269
Hunter Lab46.792477.398928.5457
CIE-Lab53.915778.736658.0509

#ff151f color RGB value is (255,21,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 00011111
Octal 377 25 37
Decimal 255 21 31
Hex FF 15 1F

RGB Percentages of Color #ff151f

%83.06
%6.84
%10.10

CMYK Percentages of Color #ff151f

%0
%92
%88
%0

Triadic Colors of #ff151f

#ff151f #1fff15 #151fff

Analogous Colors of #ff151f

#ff151f #ff8015 #ff1594

Monochromatic Colors of #ff151f

#ff151f

Complementary Color

#ff151f #15fff5

#ff151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff151f Color CSS Codes

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

#ff151f Text Font Color

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

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


#ff151f Background Color

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

This div background color is #ff151f


#ff151f Border Color

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

This div border color is #ff151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff151f


Comments

No comments written yet.

Please login to write comment.