Color Hex Logo

#fd021d Color Hex

#FD021D
(253,2,29)
0 Favorites   0 Comments

Color spaces of #fd021d

RGB 253229
HSL0.980.980.50
HSV354°99°99°
CMYK 0.000.990.89   0.01
XYZ40.751521.01483.0708
Yxy21.01480.62850.3241
Hunter Lab45.841978.455628.1177
CIE-Lab52.965779.760558.0283

#fd021d color RGB value is (253,2,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000010 00011101
Octal 375 2 35
Decimal 253 2 29
Hex FD 2 1D

RGB Percentages of Color #fd021d

%89.08
%0.70
%10.21

CMYK Percentages of Color #fd021d

%0
%99
%89
%1

Triadic Colors of #fd021d

#fd021d #1dfd02 #021dfd

Analogous Colors of #fd021d

#fd021d #fd6502 #fd029b

Monochromatic Colors of #fd021d

#fd021d

Complementary Color

#fd021d #02fde2

#fd021d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd021d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd021d Color CSS Codes

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

#fd021d Text Font Color

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

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


#fd021d Background Color

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

This div background color is #fd021d


#fd021d Border Color

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

This div border color is #fd021d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd021d


Comments

No comments written yet.

Please login to write comment.