Color Hex Logo

#ff271d Color Hex

#FF271D
(255,39,29)
0 Favorites   0 Comments

Color spaces of #ff271d

RGB 2553929
HSL0.011.000.56
HSV89°100°
CMYK 0.000.850.89   0.00
XYZ42.187322.79973.3397
Yxy22.79970.61740.3337
Hunter Lab47.749074.147829.2774
CIE-Lab54.865475.948959.5763

#ff271d color RGB value is (255,39,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100111 00011101
Octal 377 47 35
Decimal 255 39 29
Hex FF 27 1D

RGB Percentages of Color #ff271d

%78.95
%12.07
%8.98

CMYK Percentages of Color #ff271d

%0
%85
%89
%0

Triadic Colors of #ff271d

#ff271d #1dff27 #271dff

Analogous Colors of #ff271d

#ff271d #ff981d #ff1d84

Monochromatic Colors of #ff271d

#ff271d

Complementary Color

#ff271d #1df5ff

#ff271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff271d Color CSS Codes

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

#ff271d Text Font Color

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

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


#ff271d Background Color

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

This div background color is #ff271d


#ff271d Border Color

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

This div border color is #ff271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff271d

Related Colors


Comments

No comments written yet.

Please login to write comment.