Color Hex Logo

#ff253d Color Hex

#FF253D
(255,37,61)
0 Favorites   0 Comments

Color spaces of #ff253d

RGB 2553761
HSL0.981.000.57
HSV353°85°100°
CMYK 0.000.850.76   0.00
XYZ42.743922.92016.5860
Yxy22.92010.59160.3172
Hunter Lab47.874975.587925.3561
CIE-Lab54.989977.082243.8879

#ff253d color RGB value is (255,37,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 00111101
Octal 377 45 75
Decimal 255 37 61
Hex FF 25 3D

RGB Percentages of Color #ff253d

%72.24
%10.48
%17.28

CMYK Percentages of Color #ff253d

%0
%85
%76
%0

Triadic Colors of #ff253d

#ff253d #3dff25 #253dff

Analogous Colors of #ff253d

#ff253d #ff7a25 #ff25aa

Monochromatic Colors of #ff253d

#ff253d

Complementary Color

#ff253d #25ffe7

#ff253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff253d Color CSS Codes

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

#ff253d Text Font Color

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

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


#ff253d Background Color

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

This div background color is #ff253d


#ff253d Border Color

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

This div border color is #ff253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff253d

Related Colors


Comments

No comments written yet.

Please login to write comment.