Color Hex Logo

#ff143f Color Hex

#FF143F
(255,20,63)
0 Favorites   0 Comments

Color spaces of #ff143f

RGB 2552063
HSL0.971.000.54
HSV349°92°100°
CMYK 0.000.920.75   0.00
XYZ42.387422.11926.7380
Yxy22.11920.59500.3105
Hunter Lab47.031178.571324.4274
CIE-Lab54.153279.620741.8459

#ff143f color RGB value is (255,20,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 00111111
Octal 377 24 77
Decimal 255 20 63
Hex FF 14 3F

RGB Percentages of Color #ff143f

%75.44
%5.92
%18.64

CMYK Percentages of Color #ff143f

%0
%92
%75
%0

Triadic Colors of #ff143f

#ff143f #3fff14 #143fff

Analogous Colors of #ff143f

#ff143f #ff5e14 #ff14b5

Monochromatic Colors of #ff143f

#ff143f

Complementary Color

#ff143f #14ffd4

#ff143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff143f Color CSS Codes

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

#ff143f Text Font Color

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

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


#ff143f Background Color

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

This div background color is #ff143f


#ff143f Border Color

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

This div border color is #ff143f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff143f

Related Colors


Comments

No comments written yet.

Please login to write comment.