color codes Logo

#f1492d color codes

#F1492D
(241,73,45)
0 Favorites   0 Comments

Color spaces of #f1492d

RGB 2417345
HSL0.020.880.56
HSV81°95°
CMYK 0.000.700.81   0.05
XYZ39.131823.65534.9861
Yxy23.65530.57740.3490
Hunter Lab48.636758.502127.9675
CIE-Lab55.741062.735152.1380

#f1492d color RGB value is (241,73,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001001 00101101
Octal 361 111 55
Decimal 241 73 45
Hex F1 49 2D

RGB Percentages of Color #f1492d

%67.13
%20.33
%12.53

CMYK Percentages of Color #f1492d

%0
%70
%81
%5

Triadic Colors of #f1492d

#f1492d #2df149 #492df1

Analogous Colors of #f1492d

#f1492d #f1ab2d #f12d73

Monochromatic Colors of #f1492d

#f1492d

Complementary Color

#f1492d #2dd5f1

#f1492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1492d Color CSS Codes

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

#f1492d Text Font Color

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

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


#f1492d Background Color

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

This div background color is #f1492d


#f1492d Border Color

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

This div border color is #f1492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1492d


Comments

No comments written yet.

Please login to write comment.