Color Hex Logo

#f41315 Color Hex

#F41315
(244,19,21)
0 Favorites   0 Comments

Color spaces of #f41315

RGB 2441921
HSL1.000.910.52
HSV359°92°96°
CMYK 0.000.920.91   0.04
XYZ37.676519.75302.5364
Yxy19.75300.62830.3294
Hunter Lab44.444373.541027.7274
CIE-Lab51.556876.101159.3580

#f41315 color RGB value is (244,19,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 00010101
Octal 364 23 25
Decimal 244 19 21
Hex F4 13 15

RGB Percentages of Color #f41315

%85.92
%6.69
%7.39

CMYK Percentages of Color #f41315

%0
%92
%91
%4

Triadic Colors of #f41315

#f41315 #15f413 #1315f4

Analogous Colors of #f41315

#f41315 #f48213 #f41386

Monochromatic Colors of #f41315

#f41315

Complementary Color

#f41315 #13f4f2

#f41315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41315 Color CSS Codes

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

#f41315 Text Font Color

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

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


#f41315 Background Color

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

This div background color is #f41315


#f41315 Border Color

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

This div border color is #f41315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41315


Comments

No comments written yet.

Please login to write comment.