Color Hex Logo

#ff341f Color Hex

#FF341F
(255,52,31)
0 Favorites   0 Comments

Color spaces of #ff341f

RGB 2555231
HSL0.021.000.56
HSV88°100°
CMYK 0.000.800.88   0.00
XYZ42.715323.81493.6417
Yxy23.81490.60870.3394
Hunter Lab48.800570.840929.7359
CIE-Lab55.902073.065559.5306

#ff341f color RGB value is (255,52,31).

#ff341f hex color red value is 255, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ff341f hue: 0.02 , saturation: 1.00 and the lightness value of ff341f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110100 00011111
Octal 377 64 37
Decimal 255 52 31
Hex FF 34 1F

RGB Percentages of Color #ff341f

%75.44
%15.38
%9.17

CMYK Percentages of Color #ff341f

%0
%80
%88
%0

Triadic Colors of #ff341f

#ff341f #1fff34 #341fff

Analogous Colors of #ff341f

#ff341f #ffa41f #ff1f7a

Monochromatic Colors of #ff341f

#ff341f

Complementary Color

#ff341f #1feaff

#ff341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff341f Color CSS Codes

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

#ff341f Text Font Color

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

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


#ff341f Background Color

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

This div background color is #ff341f


#ff341f Border Color

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

This div border color is #ff341f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,52,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff341f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff341f;
  -webkit-box-shadow: 1px 1px 3px 2px #ff341f;
  box-shadow:         1px 1px 3px 2px #ff341f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,52,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff341f

Related Colors


Comments

No comments written yet.

Please login to write comment.