Color Hex Logo

#ff251d Color Hex

#FF251D
(255,37,29)
0 Favorites   0 Comments

Color spaces of #ff251d

RGB 2553729
HSL0.011.000.56
HSV89°100°
CMYK 0.000.850.89   0.00
XYZ42.123322.67183.3184
Yxy22.67180.61840.3329
Hunter Lab47.614974.586829.1984
CIE-Lab54.732776.328259.4807

#ff251d color RGB value is (255,37,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 00011101
Octal 377 45 35
Decimal 255 37 29
Hex FF 25 1D

RGB Percentages of Color #ff251d

%79.44
%11.53
%9.03

CMYK Percentages of Color #ff251d

%0
%85
%89
%0

Triadic Colors of #ff251d

#ff251d #1dff25 #251dff

Analogous Colors of #ff251d

#ff251d #ff961d #ff1d86

Monochromatic Colors of #ff251d

#ff251d

Complementary Color

#ff251d #1df7ff

#ff251d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff251d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff251d Color CSS Codes

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

#ff251d Text Font Color

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

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


#ff251d Background Color

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

This div background color is #ff251d


#ff251d Border Color

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

This div border color is #ff251d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff251d

Related Colors


Comments

No comments written yet.

Please login to write comment.