Color Hex Logo

#f1152d Color Hex

#F1152D
(241,21,45)
0 Favorites   0 Comments

Color spaces of #f1152d

RGB 2412145
HSL0.980.890.51
HSV353°91°95°
CMYK 0.000.910.81   0.05
XYZ37.017419.42664.2813
Yxy19.42660.60960.3199
Hunter Lab44.075672.782925.0938
CIE-Lab51.182675.559547.8228

#f1152d color RGB value is (241,21,45).

#f1152d hex color red value is 241, green value is 21 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f1152d hue: 0.98 , saturation: 0.89 and the lightness value of f1152d is 0.51.

The process color (four color CMYK) of #f1152d color hex is 0.00, 0.91, 0.81, 0.05. Web safe color of #f1152d is #ff0033. Color #f1152d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 00101101
Octal 361 25 55
Decimal 241 21 45
Hex F1 15 2D

RGB Percentages of Color #f1152d

%78.50
%6.84
%14.66

CMYK Percentages of Color #f1152d

%0
%91
%81
%5

Triadic Colors of #f1152d

#f1152d #2df115 #152df1

Analogous Colors of #f1152d

#f1152d #f16b15 #f1159b

Monochromatic Colors of #f1152d

#f1152d

Complementary Color

#f1152d #15f1d9

#f1152d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1152d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1152d Color CSS Codes

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

#f1152d Text Font Color

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

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


#f1152d Background Color

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

This div background color is #f1152d


#f1152d Border Color

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

This div border color is #f1152d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1152d


Comments

No comments written yet.

Please login to write comment.