Color Hex Logo

#fd241e Color Hex

#FD241E
(253,36,30)
0 Favorites   0 Comments

Color spaces of #fd241e

RGB 2533630
HSL0.000.980.55
HSV88°99°
CMYK 0.000.860.88   0.01
XYZ41.373222.23813.3401
Yxy22.23810.61800.3322
Hunter Lab47.157374.080828.8107
CIE-Lab54.278776.008558.5622

#fd241e color RGB value is (253,36,30).

#fd241e hex color red value is 253, green value is 36 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fd241e hue: 0.00 , saturation: 0.98 and the lightness value of fd241e is 0.55.

The process color (four color CMYK) of #fd241e color hex is 0.00, 0.86, 0.88, 0.01. Web safe color of #fd241e is #ff3333. Color #fd241e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 00011110
Octal 375 44 36
Decimal 253 36 30
Hex FD 24 1E

RGB Percentages of Color #fd241e

%79.31
%11.29
%9.40

CMYK Percentages of Color #fd241e

%0
%86
%88
%1

Triadic Colors of #fd241e

#fd241e #1efd24 #241efd

Analogous Colors of #fd241e

#fd241e #fd941e #fd1e88

Monochromatic Colors of #fd241e

#fd241e

Complementary Color

#fd241e #1ef7fd

#fd241e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd241e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd241e Color CSS Codes

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

#fd241e Text Font Color

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

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


#fd241e Background Color

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

This div background color is #fd241e


#fd241e Border Color

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

This div border color is #fd241e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd241e

Related Colors


Comments

No comments written yet.

Please login to write comment.