Color Hex Logo

#f13930 Color Hex

#F13930
(241,57,48)
0 Favorites   0 Comments

Color spaces of #f13930

RGB 2415748
HSL0.010.870.57
HSV80°95°
CMYK 0.000.760.80   0.05
XYZ38.272321.84044.9948
Yxy21.84040.58780.3355
Hunter Lab46.733764.397526.3768
CIE-Lab53.857368.111348.8485

#f13930 color RGB value is (241,57,48).

#f13930 hex color red value is 241, green value is 57 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f13930 hue: 0.01 , saturation: 0.87 and the lightness value of f13930 is 0.57.

The process color (four color CMYK) of #f13930 color hex is 0.00, 0.76, 0.80, 0.05. Web safe color of #f13930 is #ff3333. Color #f13930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111001 00110000
Octal 361 71 60
Decimal 241 57 48
Hex F1 39 30

RGB Percentages of Color #f13930

%69.65
%16.47
%13.87

CMYK Percentages of Color #f13930

%0
%76
%80
%5

Triadic Colors of #f13930

#f13930 #30f139 #3930f1

Analogous Colors of #f13930

#f13930 #f19a30 #f13088

Monochromatic Colors of #f13930

#f13930

Complementary Color

#f13930 #30e8f1

#f13930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13930 Color CSS Codes

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

#f13930 Text Font Color

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

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


#f13930 Background Color

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

This div background color is #f13930


#f13930 Border Color

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

This div border color is #f13930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13930


Comments

No comments written yet.

Please login to write comment.