Color Hex Logo

#f13310 Color Hex

#F13310
(241,51,16)
0 Favorites   0 Comments

Color spaces of #f13310

RGB 2415116
HSL0.030.890.50
HSV93°95°
CMYK 0.000.790.93   0.05
XYZ37.553021.10582.5848
Yxy21.10580.61320.3446
Hunter Lab45.941065.512128.8229
CIE-Lab53.065169.198161.5975

#f13310 color RGB value is (241,51,16).

#f13310 hex color red value is 241, green value is 51 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f13310 hue: 0.03 , saturation: 0.89 and the lightness value of f13310 is 0.50.

The process color (four color CMYK) of #f13310 color hex is 0.00, 0.79, 0.93, 0.05. Web safe color of #f13310 is #ff3300. Color #f13310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110011 00010000
Octal 361 63 20
Decimal 241 51 16
Hex F1 33 10

RGB Percentages of Color #f13310

%78.25
%16.56
%5.19

CMYK Percentages of Color #f13310

%0
%79
%93
%5

Triadic Colors of #f13310

#f13310 #10f133 #3310f1

Analogous Colors of #f13310

#f13310 #f1a410 #f1105d

Monochromatic Colors of #f13310

#f13310

Complementary Color

#f13310 #10cef1

#f13310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13310 Color CSS Codes

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

#f13310 Text Font Color

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

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


#f13310 Background Color

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

This div background color is #f13310


#f13310 Border Color

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

This div border color is #f13310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13310


Comments

No comments written yet.

Please login to write comment.