Color Hex Logo

#ff142a Color Hex

#FF142A
(255,20,42)
0 Favorites   0 Comments

Color spaces of #ff142a

RGB 2552042
HSL0.981.000.54
HSV354°92°100°
CMYK 0.000.920.84   0.00
XYZ41.908121.92754.2141
Yxy21.92750.61580.3222
Hunter Lab46.826877.803427.4431
CIE-Lab53.950079.051452.9518

#ff142a color RGB value is (255,20,42).

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

The process color (four color CMYK) of #ff142a color hex is 0.00, 0.92, 0.84, 0.00. Web safe color of #ff142a is #ff0033. Color #ff142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 00101010
Octal 377 24 52
Decimal 255 20 42
Hex FF 14 2A

RGB Percentages of Color #ff142a

%80.44
%6.31
%13.25

CMYK Percentages of Color #ff142a

%0
%92
%84
%0

Triadic Colors of #ff142a

#ff142a #2aff14 #142aff

Analogous Colors of #ff142a

#ff142a #ff7414 #ff14a0

Monochromatic Colors of #ff142a

#ff142a

Complementary Color

#ff142a #14ffe9

#ff142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff142a Color CSS Codes

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

#ff142a Text Font Color

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

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


#ff142a Background Color

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

This div background color is #ff142a


#ff142a Border Color

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

This div border color is #ff142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff142a


Comments

No comments written yet.

Please login to write comment.