Color Hex Logo

#ff0101 Color Hex

#FF0101
(255,1,1)
2 Favorites   1 Comments

Color spaces of #ff0101

RGB 25511
HSL0.001.000.50
HSV100°100°
CMYK 0.001.001.00   0.00
XYZ41.256321.28391.9625
Yxy21.28390.63960.3300
Hunter Lab46.134578.890429.7720
CIE-Lab53.258880.047466.9737

#ff0101 color RGB value is (255,1,1).

#ff0101 hex color red value is 255, green value is 1 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ff0101 hue: 0.00 , saturation: 1.00 and the lightness value of ff0101 is 0.50.

The process color (four color CMYK) of #ff0101 color hex is 0.00, 1.00, 1.00, 0.00. Web safe color of #ff0101 is #ff0000. Color #ff0101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 00000001
Octal 377 1 1
Decimal 255 1 1
Hex FF 1 1

RGB Percentages of Color #ff0101

%99.22
%0.39
%0.39

CMYK Percentages of Color #ff0101

%0
%100
%100
%0

Triadic Colors of #ff0101

#ff0101 #01ff01 #0101ff

Analogous Colors of #ff0101

#ff0101 #ff8001 #ff0180

Monochromatic Colors of #ff0101

#ff0101

Complementary Color

#ff0101 #01ffff

#ff0101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0101 Color CSS Codes

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

#ff0101 Text Font Color

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

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


#ff0101 Background Color

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

This div background color is #ff0101


#ff0101 Border Color

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

This div border color is #ff0101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0101


Comments

25 Mar 2021, 15:21 Bit125

Imperfect red.

Please login to write comment.