Color Hex Logo

#ff253e Color Hex

#FF253E
(255,37,62)
0 Favorites   0 Comments

Color spaces of #ff253e

RGB 2553762
HSL0.981.000.57
HSV353°85°100°
CMYK 0.000.850.76   0.00
XYZ42.771122.93096.7293
Yxy22.93090.59050.3166
Hunter Lab47.886275.632125.1885
CIE-Lab55.001177.115443.3418

#ff253e color RGB value is (255,37,62).

#ff253e hex color red value is 255, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ff253e hue: 0.98 , saturation: 1.00 and the lightness value of ff253e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 00111110
Octal 377 45 76
Decimal 255 37 62
Hex FF 25 3E

RGB Percentages of Color #ff253e

%72.03
%10.45
%17.51

CMYK Percentages of Color #ff253e

%0
%85
%76
%0

Triadic Colors of #ff253e

#ff253e #3eff25 #253eff

Analogous Colors of #ff253e

#ff253e #ff7925 #ff25ab

Monochromatic Colors of #ff253e

#ff253e

Complementary Color

#ff253e #25ffe6

#ff253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff253e Color CSS Codes

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

#ff253e Text Font Color

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

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


#ff253e Background Color

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

This div background color is #ff253e


#ff253e Border Color

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

This div border color is #ff253e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,37,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff253e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff253e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff253e;
  box-shadow:         1px 1px 3px 2px #ff253e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,37,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff253e


Comments

No comments written yet.

Please login to write comment.