Color Hex Logo

#fd091f Color Hex

#FD091F
(253,9,31)
0 Favorites   0 Comments

Color spaces of #fd091f

RGB 253931
HSL0.980.980.51
HSV355°96°99°
CMYK 0.000.960.88   0.01
XYZ40.853021.17693.2307
Yxy21.17690.62600.3245
Hunter Lab46.018477.932028.0504
CIE-Lab53.142679.310957.2945

#fd091f color RGB value is (253,9,31).

#fd091f hex color red value is 253, green value is 9 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fd091f hue: 0.98 , saturation: 0.98 and the lightness value of fd091f is 0.51.

The process color (four color CMYK) of #fd091f color hex is 0.00, 0.96, 0.88, 0.01. Web safe color of #fd091f is #ff0033. Color #fd091f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001001 00011111
Octal 375 11 37
Decimal 253 9 31
Hex FD 9 1F

RGB Percentages of Color #fd091f

%86.35
%3.07
%10.58

CMYK Percentages of Color #fd091f

%0
%96
%88
%1

Triadic Colors of #fd091f

#fd091f #1ffd09 #091ffd

Analogous Colors of #fd091f

#fd091f #fd6d09 #fd0999

Monochromatic Colors of #fd091f

#fd091f

Complementary Color

#fd091f #09fde7

#fd091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd091f Color CSS Codes

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

#fd091f Text Font Color

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

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


#fd091f Background Color

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

This div background color is #fd091f


#fd091f Border Color

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

This div border color is #fd091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd091f


Comments

No comments written yet.

Please login to write comment.