Color Hex Logo

#fd042a Color Hex

#FD042A
(253,4,42)
0 Favorites   0 Comments

Color spaces of #fd042a

RGB 253442
HSL0.970.980.50
HSV351°98°99°
CMYK 0.000.980.83   0.01
XYZ40.969321.13664.1109
Yxy21.13660.61870.3192
Hunter Lab45.974678.611226.8807
CIE-Lab53.098779.857852.0408

#fd042a color RGB value is (253,4,42).

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

The process color (four color CMYK) of #fd042a color hex is 0.00, 0.98, 0.83, 0.01. Web safe color of #fd042a is #ff0033. Color #fd042a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000100 00101010
Octal 375 4 52
Decimal 253 4 42
Hex FD 4 2A

RGB Percentages of Color #fd042a

%84.62
%1.34
%14.05

CMYK Percentages of Color #fd042a

%0
%98
%83
%1

Triadic Colors of #fd042a

#fd042a #2afd04 #042afd

Analogous Colors of #fd042a

#fd042a #fd5a04 #fd04a7

Monochromatic Colors of #fd042a

#fd042a

Complementary Color

#fd042a #04fdd7

#fd042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd042a Color CSS Codes

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

#fd042a Text Font Color

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

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


#fd042a Background Color

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

This div background color is #fd042a


#fd042a Border Color

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

This div border color is #fd042a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd042a


Comments

No comments written yet.

Please login to write comment.