color codes Logo

#ff1f1e color codes

#FF1F1E
(255,31,30)
0 Favorites   0 Comments

Color spaces of #ff1f1e

RGB 2553130
HSL0.001.000.56
HSV88°100°
CMYK 0.000.880.88   0.00
XYZ41.964322.33373.3274
Yxy22.33370.62050.3303
Hunter Lab47.258575.800728.9065
CIE-Lab54.379377.371158.8151

#ff1f1e color RGB value is (255,31,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011111 00011110
Octal 377 37 36
Decimal 255 31 30
Hex FF 1F 1E

RGB Percentages of Color #ff1f1e

%80.70
%9.81
%9.49

CMYK Percentages of Color #ff1f1e

%0
%88
%88
%0

Triadic Colors of #ff1f1e

#ff1f1e #1eff1f #1f1eff

Analogous Colors of #ff1f1e

#ff1f1e #ff901e #ff1e8e

Monochromatic Colors of #ff1f1e

#ff1f1e

Complementary Color

#ff1f1e #1efeff

#ff1f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1f1e Color CSS Codes

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

#ff1f1e Text Font Color

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

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


#ff1f1e Background Color

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

This div background color is #ff1f1e


#ff1f1e Border Color

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

This div border color is #ff1f1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,31,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 #ff1f1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1f1e


Comments

No comments written yet.

Please login to write comment.