Color Hex Logo

#ff182d Color Hex

#FF182D
(255,24,45)
0 Favorites   0 Comments

Color spaces of #ff182d

RGB 2552445
HSL0.981.000.55
HSV355°91°100°
CMYK 0.000.910.82   0.00
XYZ42.040322.10274.5331
Yxy22.10270.61220.3218
Hunter Lab47.013577.344227.1926
CIE-Lab54.135878.650351.6065

#ff182d color RGB value is (255,24,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011000 00101101
Octal 377 30 55
Decimal 255 24 45
Hex FF 18 2D

RGB Percentages of Color #ff182d

%78.70
%7.41
%13.89

CMYK Percentages of Color #ff182d

%0
%91
%82
%0

Triadic Colors of #ff182d

#ff182d #2dff18 #182dff

Analogous Colors of #ff182d

#ff182d #ff7718 #ff18a1

Monochromatic Colors of #ff182d

#ff182d

Complementary Color

#ff182d #18ffea

#ff182d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff182d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff182d Color CSS Codes

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

#ff182d Text Font Color

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

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


#ff182d Background Color

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

This div background color is #ff182d


#ff182d Border Color

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

This div border color is #ff182d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff182d


Comments

No comments written yet.

Please login to write comment.