Color Hex Logo

#fd101a Color Hex

#FD101A
(253,16,26)
0 Favorites   0 Comments

Color spaces of #fd101a

RGB 2531626
HSL0.990.980.53
HSV357°94°99°
CMYK 0.000.940.90   0.01
XYZ40.879821.32782.9394
Yxy21.32780.62750.3274
Hunter Lab46.182077.187628.5537
CIE-Lab53.306478.687159.4968

#fd101a color RGB value is (253,16,26).

#fd101a hex color red value is 253, green value is 16 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fd101a hue: 0.99 , saturation: 0.98 and the lightness value of fd101a is 0.53.

The process color (four color CMYK) of #fd101a color hex is 0.00, 0.94, 0.90, 0.01. Web safe color of #fd101a is #ff0033. Color #fd101a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010000 00011010
Octal 375 20 32
Decimal 253 16 26
Hex FD 10 1A

RGB Percentages of Color #fd101a

%85.76
%5.42
%8.81

CMYK Percentages of Color #fd101a

%0
%94
%90
%1

Triadic Colors of #fd101a

#fd101a #1afd10 #101afd

Analogous Colors of #fd101a

#fd101a #fd7d10 #fd1091

Monochromatic Colors of #fd101a

#fd101a

Complementary Color

#fd101a #10fdf3

#fd101a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd101a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd101a Color CSS Codes

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

#fd101a Text Font Color

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

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


#fd101a Background Color

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

This div background color is #fd101a


#fd101a Border Color

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

This div border color is #fd101a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd101a


Comments

No comments written yet.

Please login to write comment.