Color Hex Logo

#f1521d Color Hex

#F1521D
(241,82,29)
0 Favorites   0 Comments

Color spaces of #f1521d

RGB 2418229
HSL0.040.880.53
HSV15°88°95°
CMYK 0.000.660.88   0.05
XYZ39.514724.82413.8713
Yxy24.82410.57930.3639
Hunter Lab49.823854.374830.2698
CIE-Lab56.903658.933159.9308

#f1521d color RGB value is (241,82,29).

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

The process color (four color CMYK) of #f1521d color hex is 0.00, 0.66, 0.88, 0.05. Web safe color of #f1521d is #ff6633. Color #f1521d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 00011101
Octal 361 122 35
Decimal 241 82 29
Hex F1 52 1D

RGB Percentages of Color #f1521d

%68.47
%23.30
%8.24

CMYK Percentages of Color #f1521d

%0
%66
%88
%5

Triadic Colors of #f1521d

#f1521d #1df152 #521df1

Analogous Colors of #f1521d

#f1521d #f1bc1d #f11d52

Monochromatic Colors of #f1521d

#f1521d

Complementary Color

#f1521d #1dbcf1

#f1521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1521d Color CSS Codes

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

#f1521d Text Font Color

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

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


#f1521d Background Color

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

This div background color is #f1521d


#f1521d Border Color

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

This div border color is #f1521d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1521d


Comments

No comments written yet.

Please login to write comment.