Color Hex Logo

#fd171a Color Hex

#FD171A
(253,23,26)
0 Favorites   0 Comments

Color spaces of #fd171a

RGB 2532326
HSL1.000.980.54
HSV359°91°99°
CMYK 0.000.910.90   0.01
XYZ41.000921.57002.9797
Yxy21.57000.62550.3291
Hunter Lab46.443576.305828.7066
CIE-Lab53.567877.932959.6745

#fd171a color RGB value is (253,23,26).

#fd171a hex color red value is 253, green value is 23 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fd171a hue: 1.00 , saturation: 0.98 and the lightness value of fd171a is 0.54.

The process color (four color CMYK) of #fd171a color hex is 0.00, 0.91, 0.90, 0.01. Web safe color of #fd171a is #ff0033. Color #fd171a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 00011010
Octal 375 27 32
Decimal 253 23 26
Hex FD 17 1A

RGB Percentages of Color #fd171a

%83.77
%7.62
%8.61

CMYK Percentages of Color #fd171a

%0
%91
%90
%1

Triadic Colors of #fd171a

#fd171a #1afd17 #171afd

Analogous Colors of #fd171a

#fd171a #fd8717 #fd178d

Monochromatic Colors of #fd171a

#fd171a

Complementary Color

#fd171a #17fdfa

#fd171a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd171a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd171a Color CSS Codes

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

#fd171a Text Font Color

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

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


#fd171a Background Color

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

This div background color is #fd171a


#fd171a Border Color

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

This div border color is #fd171a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,23,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd171a


Comments

No comments written yet.

Please login to write comment.