Color Hex Logo

#9f0101 Color Hex

#9F0101
(159,1,1)
1 Favorites   1 Comments

Color spaces of #9f0101

RGB 15911
HSL0.000.990.31
HSV99°62°
CMYK 0.000.990.99   0.38
XYZ14.31447.39480.7016
Yxy7.39480.63870.3300
Hunter Lab27.193446.372717.5057
CIE-Lab32.689356.152746.3256

#9f0101 color RGB value is (159,1,1).

#9f0101 hex color red value is 159, green value is 1 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #9f0101 hue: 0.00 , saturation: 0.99 and the lightness value of 9f0101 is 0.31.

The process color (four color CMYK) of #9f0101 color hex is 0.00, 0.99, 0.99, 0.38. Web safe color of #9f0101 is #990000. Color #9f0101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00000001 00000001
Octal 237 1 1
Decimal 159 1 1
Hex 9F 1 1

RGB Percentages of Color #9f0101

%98.76
%0.62
%0.62

CMYK Percentages of Color #9f0101

%0
%99
%99
%38

Triadic Colors of #9f0101

#9f0101 #019f01 #01019f

Analogous Colors of #9f0101

#9f0101 #9f5001 #9f0150

Monochromatic Colors of #9f0101

#9f0101

Complementary Color

#9f0101 #019f9f

#9f0101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f0101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f0101 Color CSS Codes

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

#9f0101 Text Font Color

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

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


#9f0101 Background Color

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

This div background color is #9f0101


#9f0101 Border Color

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

This div border color is #9f0101


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,1,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f0101; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f0101;
  -webkit-box-shadow: 1px 1px 3px 2px #9f0101;
  box-shadow:         1px 1px 3px 2px #9f0101; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f0101

#9f0101 Color Palettes


Comments

17 Jan 2018, 4:35 Gagan

Excellent color pallets

Please login to write comment.