Color Hex Logo

#fd103b Color Hex

#FD103B
(253,16,59)
0 Favorites   0 Comments

Color spaces of #fd103b

RGB 2531659
HSL0.970.980.53
HSV349°94°99°
CMYK 0.000.940.77   0.01
XYZ41.482721.56906.1145
Yxy21.56900.59980.3118
Hunter Lab46.442478.163124.7037
CIE-Lab53.566779.411643.3541

#fd103b color RGB value is (253,16,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010000 00111011
Octal 375 20 73
Decimal 253 16 59
Hex FD 10 3B

RGB Percentages of Color #fd103b

%77.13
%4.88
%17.99

CMYK Percentages of Color #fd103b

%0
%94
%77
%1

Triadic Colors of #fd103b

#fd103b #3bfd10 #103bfd

Analogous Colors of #fd103b

#fd103b #fd5c10 #fd10b2

Monochromatic Colors of #fd103b

#fd103b

Complementary Color

#fd103b #10fdd2

#fd103b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd103b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd103b Color CSS Codes

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

#fd103b Text Font Color

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

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


#fd103b Background Color

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

This div background color is #fd103b


#fd103b Border Color

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

This div border color is #fd103b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd103b

Related Colors


Comments

No comments written yet.

Please login to write comment.