Color Hex Logo

#fd141c Color Hex

#FD141C
(253,20,28)
0 Favorites   0 Comments

Color spaces of #fd141c

RGB 2532028
HSL0.990.980.54
HSV358°92°99°
CMYK 0.000.920.89   0.01
XYZ40.967821.46683.0829
Yxy21.46680.62530.3276
Hunter Lab46.332376.751328.4875
CIE-Lab53.456678.310258.7950

#fd141c color RGB value is (253,20,28).

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

The process color (four color CMYK) of #fd141c color hex is 0.00, 0.92, 0.89, 0.01. Web safe color of #fd141c is #ff0033. Color #fd141c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 00011100
Octal 375 24 34
Decimal 253 20 28
Hex FD 14 1C

RGB Percentages of Color #fd141c

%84.05
%6.64
%9.30

CMYK Percentages of Color #fd141c

%0
%92
%89
%1

Triadic Colors of #fd141c

#fd141c #1cfd14 #141cfd

Analogous Colors of #fd141c

#fd141c #fd8114 #fd1491

Monochromatic Colors of #fd141c

#fd141c

Complementary Color

#fd141c #14fdf5

#fd141c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd141c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd141c Color CSS Codes

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

#fd141c Text Font Color

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

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


#fd141c Background Color

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

This div background color is #fd141c


#fd141c Border Color

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

This div border color is #fd141c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd141c


Comments

No comments written yet.

Please login to write comment.