Color Hex Logo

#fd273c Color Hex

#FD273C
(253,39,60)
0 Favorites   0 Comments

Color spaces of #fd273c

RGB 2533960
HSL0.980.980.57
HSV354°85°99°
CMYK 0.000.850.76   0.01
XYZ42.049122.65996.4325
Yxy22.65990.59110.3185
Hunter Lab47.602474.371925.3099
CIE-Lab54.720376.157644.0377

#fd273c color RGB value is (253,39,60).

#fd273c hex color red value is 253, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fd273c hue: 0.98 , saturation: 0.98 and the lightness value of fd273c is 0.57.

The process color (four color CMYK) of #fd273c color hex is 0.00, 0.85, 0.76, 0.01. Web safe color of #fd273c is #ff3333. Color #fd273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 00111100
Octal 375 47 74
Decimal 253 39 60
Hex FD 27 3C

RGB Percentages of Color #fd273c

%71.88
%11.08
%17.05

CMYK Percentages of Color #fd273c

%0
%85
%76
%1

Triadic Colors of #fd273c

#fd273c #3cfd27 #273cfd

Analogous Colors of #fd273c

#fd273c #fd7d27 #fd27a7

Monochromatic Colors of #fd273c

#fd273c

Complementary Color

#fd273c #27fde8

#fd273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd273c Color CSS Codes

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

#fd273c Text Font Color

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

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


#fd273c Background Color

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

This div background color is #fd273c


#fd273c Border Color

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

This div border color is #fd273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd273c


Comments

No comments written yet.

Please login to write comment.