Color Hex Logo

#f1441f Color Hex

#F1441F
(241,68,31)
0 Favorites   0 Comments

Color spaces of #f1441f

RGB 2416831
HSL0.030.880.53
HSV11°87°95°
CMYK 0.000.720.87   0.05
XYZ38.590122.93393.6891
Yxy22.93390.59180.3517
Hunter Lab47.889460.032128.9552
CIE-Lab55.004264.186857.7043

#f1441f color RGB value is (241,68,31).

#f1441f hex color red value is 241, green value is 68 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f1441f hue: 0.03 , saturation: 0.88 and the lightness value of f1441f is 0.53.

The process color (four color CMYK) of #f1441f color hex is 0.00, 0.72, 0.87, 0.05. Web safe color of #f1441f is #ff3333. Color #f1441f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000100 00011111
Octal 361 104 37
Decimal 241 68 31
Hex F1 44 1F

RGB Percentages of Color #f1441f

%70.88
%20.00
%9.12

CMYK Percentages of Color #f1441f

%0
%72
%87
%5

Triadic Colors of #f1441f

#f1441f #1ff144 #441ff1

Analogous Colors of #f1441f

#f1441f #f1ad1f #f11f63

Monochromatic Colors of #f1441f

#f1441f

Complementary Color

#f1441f #1fccf1

#f1441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1441f Color CSS Codes

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

#f1441f Text Font Color

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

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


#f1441f Background Color

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

This div background color is #f1441f


#f1441f Border Color

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

This div border color is #f1441f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1441f


Comments

No comments written yet.

Please login to write comment.