Color Hex Logo

#fd1740 Color Hex

#FD1740
(253,23,64)
1 Favorites   0 Comments

Color spaces of #fd1740

RGB 2532364
HSL0.970.980.54
HSV349°91°99°
CMYK 0.000.910.75   0.01
XYZ41.739821.86566.8710
Yxy21.86560.59230.3103
Hunter Lab46.760777.502624.0204
CIE-Lab53.884178.825340.8648

#fd1740 color RGB value is (253,23,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 01000000
Octal 375 27 100
Decimal 253 23 64
Hex FD 17 40

RGB Percentages of Color #fd1740

%74.41
%6.76
%18.82

CMYK Percentages of Color #fd1740

%0
%91
%75
%1

Triadic Colors of #fd1740

#fd1740 #40fd17 #1740fd

Analogous Colors of #fd1740

#fd1740 #fd6117 #fd17b3

Monochromatic Colors of #fd1740

#fd1740

Complementary Color

#fd1740 #17fdd4

#fd1740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1740 Color CSS Codes

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

#fd1740 Text Font Color

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

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


#fd1740 Background Color

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

This div background color is #fd1740


#fd1740 Border Color

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

This div border color is #fd1740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1740


Comments

No comments written yet.

Please login to write comment.