Color Hex Logo

#ff361e Color Hex

#FF361E
(255,54,30)
0 Favorites   0 Comments

Color spaces of #ff361e

RGB 2555430
HSL0.021.000.56
HSV88°100°
CMYK 0.000.790.88   0.00
XYZ42.793523.99213.6038
Yxy23.99210.60800.3408
Hunter Lab48.981770.230729.9250
CIE-Lab56.079972.532360.0616

#ff361e color RGB value is (255,54,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110110 00011110
Octal 377 66 36
Decimal 255 54 30
Hex FF 36 1E

RGB Percentages of Color #ff361e

%75.22
%15.93
%8.85

CMYK Percentages of Color #ff361e

%0
%79
%88
%0

Triadic Colors of #ff361e

#ff361e #1eff36 #361eff

Analogous Colors of #ff361e

#ff361e #ffa71e #ff1e77

Monochromatic Colors of #ff361e

#ff361e

Complementary Color

#ff361e #1ee7ff

#ff361e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff361e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff361e Color CSS Codes

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

#ff361e Text Font Color

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

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


#ff361e Background Color

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

This div background color is #ff361e


#ff361e Border Color

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

This div border color is #ff361e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff361e


Comments

No comments written yet.

Please login to write comment.