Color Hex Logo

#ff272c Color Hex

#FF272C
(255,39,44)
0 Favorites   0 Comments

Color spaces of #ff272c

RGB 2553944
HSL1.001.000.58
HSV359°85°100°
CMYK 0.000.850.83   0.00
XYZ42.420122.89294.5659
Yxy22.89290.60710.3276
Hunter Lab47.846574.524327.8346
CIE-Lab54.961876.233552.8639

#ff272c color RGB value is (255,39,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100111 00101100
Octal 377 47 54
Decimal 255 39 44
Hex FF 27 2C

RGB Percentages of Color #ff272c

%75.44
%11.54
%13.02

CMYK Percentages of Color #ff272c

%0
%85
%83
%0

Triadic Colors of #ff272c

#ff272c #2cff27 #272cff

Analogous Colors of #ff272c

#ff272c #ff8e27 #ff2798

Monochromatic Colors of #ff272c

#ff272c

Complementary Color

#ff272c #27fffa

#ff272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff272c Color CSS Codes

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

#ff272c Text Font Color

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

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


#ff272c Background Color

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

This div background color is #ff272c


#ff272c Border Color

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

This div border color is #ff272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff272c

Related Colors


Comments

No comments written yet.

Please login to write comment.