Color Hex Logo

#fd273a Color Hex

#FD273A
(253,39,58)
0 Favorites   0 Comments

Color spaces of #fd273a

RGB 2533958
HSL0.990.980.57
HSV355°85°99°
CMYK 0.000.850.77   0.01
XYZ41.997322.63926.1593
Yxy22.63920.59320.3198
Hunter Lab47.580774.287725.6314
CIE-Lab54.698776.093945.1193

#fd273a color RGB value is (253,39,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 00111010
Octal 375 47 72
Decimal 253 39 58
Hex FD 27 3A

RGB Percentages of Color #fd273a

%72.29
%11.14
%16.57

CMYK Percentages of Color #fd273a

%0
%85
%77
%1

Triadic Colors of #fd273a

#fd273a #3afd27 #273afd

Analogous Colors of #fd273a

#fd273a #fd7f27 #fd27a5

Monochromatic Colors of #fd273a

#fd273a

Complementary Color

#fd273a #27fdea

#fd273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd273a Color CSS Codes

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

#fd273a Text Font Color

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

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


#fd273a Background Color

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

This div background color is #fd273a


#fd273a Border Color

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

This div border color is #fd273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd273a


Comments

No comments written yet.

Please login to write comment.