Color Hex Logo

#f11315 Color Hex

#F11315
(241,19,21)
0 Favorites   0 Comments

Color spaces of #f11315

RGB 2411921
HSL1.000.890.51
HSV359°92°95°
CMYK 0.000.920.91   0.05
XYZ36.643919.22072.4881
Yxy19.22070.62800.3294
Hunter Lab43.841472.472927.3242
CIE-Lab50.944475.354058.6671

#f11315 color RGB value is (241,19,21).

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

The process color (four color CMYK) of #f11315 color hex is 0.00, 0.92, 0.91, 0.05. Web safe color of #f11315 is #ff0000. Color #f11315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010011 00010101
Octal 361 23 25
Decimal 241 19 21
Hex F1 13 15

RGB Percentages of Color #f11315

%85.77
%6.76
%7.47

CMYK Percentages of Color #f11315

%0
%92
%91
%5

Triadic Colors of #f11315

#f11315 #15f113 #1315f1

Analogous Colors of #f11315

#f11315 #f18013 #f11384

Monochromatic Colors of #f11315

#f11315

Complementary Color

#f11315 #13f1ef

#f11315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11315 Color CSS Codes

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

#f11315 Text Font Color

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

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


#f11315 Background Color

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

This div background color is #f11315


#f11315 Border Color

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

This div border color is #f11315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11315


Comments

No comments written yet.

Please login to write comment.