Color Hex Logo

#ff072d Color Hex

#FF072D
(255,7,45)
0 Favorites   0 Comments

Color spaces of #ff072d

RGB 255745
HSL0.971.000.51
HSV351°97°100°
CMYK 0.000.970.82   0.00
XYZ41.789621.60144.4496
Yxy21.60140.61600.3184
Hunter Lab46.477379.161226.8579
CIE-Lab53.601580.194551.1135

#ff072d color RGB value is (255,7,45).

#ff072d hex color red value is 255, green value is 7 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ff072d hue: 0.97 , saturation: 1.00 and the lightness value of ff072d is 0.51.

The process color (four color CMYK) of #ff072d color hex is 0.00, 0.97, 0.82, 0.00. Web safe color of #ff072d is #ff0033. Color #ff072d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 00101101
Octal 377 7 55
Decimal 255 7 45
Hex FF 7 2D

RGB Percentages of Color #ff072d

%83.06
%2.28
%14.66

CMYK Percentages of Color #ff072d

%0
%97
%82
%0

Triadic Colors of #ff072d

#ff072d #2dff07 #072dff

Analogous Colors of #ff072d

#ff072d #ff5d07 #ff07a9

Monochromatic Colors of #ff072d

#ff072d

Complementary Color

#ff072d #07ffd9

#ff072d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff072d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff072d Color CSS Codes

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

#ff072d Text Font Color

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

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


#ff072d Background Color

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

This div background color is #ff072d


#ff072d Border Color

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

This div border color is #ff072d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff072d

Related Colors


Comments

No comments written yet.

Please login to write comment.