Color Hex Logo

#fd031a Color Hex

#FD031A
(253,3,26)
0 Favorites   0 Comments

Color spaces of #fd031a

RGB 253326
HSL0.980.980.50
HSV354°99°99°
CMYK 0.000.990.90   0.01
XYZ40.727021.02242.8884
Yxy21.02240.63010.3252
Hunter Lab45.850278.317028.3601
CIE-Lab52.974079.649159.2727

#fd031a color RGB value is (253,3,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 00011010
Octal 375 3 32
Decimal 253 3 26
Hex FD 3 1A

RGB Percentages of Color #fd031a

%89.72
%1.06
%9.22

CMYK Percentages of Color #fd031a

%0
%99
%90
%1

Triadic Colors of #fd031a

#fd031a #1afd03 #031afd

Analogous Colors of #fd031a

#fd031a #fd6903 #fd0397

Monochromatic Colors of #fd031a

#fd031a

Complementary Color

#fd031a #03fde6

#fd031a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd031a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd031a Color CSS Codes

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

#fd031a Text Font Color

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

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


#fd031a Background Color

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

This div background color is #fd031a


#fd031a Border Color

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

This div border color is #fd031a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd031a


Comments

No comments written yet.

Please login to write comment.