Color Hex Logo

#fd272e Color Hex

#FD272E
(253,39,46)
1 Favorites   0 Comments

Color spaces of #fd272e

RGB 2533946
HSL0.990.980.57
HSV358°85°99°
CMYK 0.000.850.82   0.01
XYZ41.726722.53094.7344
Yxy22.53090.60480.3266
Hunter Lab47.466773.847727.3130
CIE-Lab54.585875.760951.3712

#fd272e color RGB value is (253,39,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 00101110
Octal 375 47 56
Decimal 253 39 46
Hex FD 27 2E

RGB Percentages of Color #fd272e

%74.85
%11.54
%13.61

CMYK Percentages of Color #fd272e

%0
%85
%82
%1

Triadic Colors of #fd272e

#fd272e #2efd27 #272efd

Analogous Colors of #fd272e

#fd272e #fd8b27 #fd2799

Monochromatic Colors of #fd272e

#fd272e

Complementary Color

#fd272e #27fdf6

#fd272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd272e Color CSS Codes

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

#fd272e Text Font Color

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

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


#fd272e Background Color

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

This div background color is #fd272e


#fd272e Border Color

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

This div border color is #fd272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd272e

Related Colors

#fd272e Color Palettes


Comments

No comments written yet.

Please login to write comment.