color codes Logo

#f1491b color codes

#F1491B
(241,73,27)
0 Favorites   0 Comments

Color spaces of #f1491b

RGB 2417327
HSL0.040.880.53
HSV13°89°95°
CMYK 0.000.700.89   0.05
XYZ38.856023.54503.5336
Yxy23.54500.58930.3571
Hunter Lab48.523258.022229.6486
CIE-Lab55.629362.340659.7045

#f1491b color RGB value is (241,73,27).

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

The process color (four color CMYK) of #f1491b color code is 0.00, 0.70, 0.89, 0.05. Web safe color of #f1491b is #ff3333. Color #f1491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001001 00011011
Octal 361 111 33
Decimal 241 73 27
Hex F1 49 1B

RGB Percentages of Color #f1491b

%70.67
%21.41
%7.92

CMYK Percentages of Color #f1491b

%0
%70
%89
%5

Triadic Colors of #f1491b

#f1491b #1bf149 #491bf1

Analogous Colors of #f1491b

#f1491b #f1b41b #f11b58

Monochromatic Colors of #f1491b

#f1491b

Complementary Color

#f1491b #1bc3f1

#f1491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1491b Color CSS Codes

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

#f1491b Text Font Color

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

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


#f1491b Background Color

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

This div background color is #f1491b


#f1491b Border Color

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

This div border color is #f1491b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,73,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1491b


Comments

No comments written yet.

Please login to write comment.