Color Hex Logo

#fd021a Color Hex

#FD021A
(253,2,26)
0 Favorites   0 Comments

Color spaces of #fd021a

RGB 253226
HSL0.980.980.50
HSV354°99°99°
CMYK 0.000.990.90   0.01
XYZ40.716221.00062.8848
Yxy21.00060.63030.3251
Hunter Lab45.826478.398828.3461
CIE-Lab52.950279.718659.2564

#fd021a color RGB value is (253,2,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 00011010
Octal 375 2 32
Decimal 253 2 26
Hex FD 2 1A

RGB Percentages of Color #fd021a

%90.04
%0.71
%9.25

CMYK Percentages of Color #fd021a

%0
%99
%90
%1

Triadic Colors of #fd021a

#fd021a #1afd02 #021afd

Analogous Colors of #fd021a

#fd021a #fd6802 #fd0298

Monochromatic Colors of #fd021a

#fd021a

Complementary Color

#fd021a #02fde5

#fd021a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd021a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd021a Color CSS Codes

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

#fd021a Text Font Color

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

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


#fd021a Background Color

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

This div background color is #fd021a


#fd021a Border Color

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

This div border color is #fd021a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd021a


Comments

No comments written yet.

Please login to write comment.