Color Hex Logo

#f10319 Color Hex

#F10319
(241,3,25)
0 Favorites   0 Comments

Color spaces of #f10319

RGB 241325
HSL0.980.980.48
HSV354°99°95°
CMYK 0.000.990.90   0.05
XYZ36.483718.83612.6325
Yxy18.83610.62950.3250
Hunter Lab43.400674.100926.7841
CIE-Lab50.494976.760656.8147

#f10319 color RGB value is (241,3,25).

#f10319 hex color red value is 241, green value is 3 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f10319 hue: 0.98 , saturation: 0.98 and the lightness value of f10319 is 0.48.

The process color (four color CMYK) of #f10319 color hex is 0.00, 0.99, 0.90, 0.05. Web safe color of #f10319 is #ff0000. Color #f10319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000011 00011001
Octal 361 3 31
Decimal 241 3 25
Hex F1 3 19

RGB Percentages of Color #f10319

%89.59
%1.12
%9.29

CMYK Percentages of Color #f10319

%0
%99
%90
%5

Triadic Colors of #f10319

#f10319 #19f103 #0319f1

Analogous Colors of #f10319

#f10319 #f16403 #f10390

Monochromatic Colors of #f10319

#f10319

Complementary Color

#f10319 #03f1db

#f10319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10319 Color CSS Codes

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

#f10319 Text Font Color

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

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


#f10319 Background Color

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

This div background color is #f10319


#f10319 Border Color

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

This div border color is #f10319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10319


Comments

No comments written yet.

Please login to write comment.