Color Hex Logo

#fd231e Color Hex

#FD231E
(253,35,30)
0 Favorites   0 Comments

Color spaces of #fd231e

RGB 2533530
HSL0.000.980.55
HSV88°99°
CMYK 0.000.860.88   0.01
XYZ41.343422.17843.3301
Yxy22.17840.61840.3318
Hunter Lab47.093974.289328.7733
CIE-Lab54.215876.188858.5162

#fd231e color RGB value is (253,35,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100011 00011110
Octal 375 43 36
Decimal 253 35 30
Hex FD 23 1E

RGB Percentages of Color #fd231e

%79.56
%11.01
%9.43

CMYK Percentages of Color #fd231e

%0
%86
%88
%1

Triadic Colors of #fd231e

#fd231e #1efd23 #231efd

Analogous Colors of #fd231e

#fd231e #fd931e #fd1e89

Monochromatic Colors of #fd231e

#fd231e

Complementary Color

#fd231e #1ef8fd

#fd231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd231e Color CSS Codes

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

#fd231e Text Font Color

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

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


#fd231e Background Color

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

This div background color is #fd231e


#fd231e Border Color

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

This div border color is #fd231e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,35,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 #fd231e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd231e


Comments

No comments written yet.

Please login to write comment.