Color Hex Logo

#fd221f Color Hex

#FD221F
(253,34,31)
0 Favorites   0 Comments

Color spaces of #fd221f

RGB 2533431
HSL0.000.980.56
HSV88°99°
CMYK 0.000.870.88   0.01
XYZ41.327422.12563.3888
Yxy22.12560.61830.3310
Hunter Lab47.037974.513628.6550
CIE-Lab54.160076.380358.0547

#fd221f color RGB value is (253,34,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100010 00011111
Octal 375 42 37
Decimal 253 34 31
Hex FD 22 1F

RGB Percentages of Color #fd221f

%79.56
%10.69
%9.75

CMYK Percentages of Color #fd221f

%0
%87
%88
%1

Triadic Colors of #fd221f

#fd221f #1ffd22 #221ffd

Analogous Colors of #fd221f

#fd221f #fd911f #fd1f8b

Monochromatic Colors of #fd221f

#fd221f

Complementary Color

#fd221f #1ffafd

#fd221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd221f Color CSS Codes

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

#fd221f Text Font Color

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

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


#fd221f Background Color

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

This div background color is #fd221f


#fd221f Border Color

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

This div border color is #fd221f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd221f


Comments

No comments written yet.

Please login to write comment.