Color Hex Logo

#fd133b Color Hex

#FD133B
(253,19,59)
0 Favorites   0 Comments

Color spaces of #fd133b

RGB 2531959
HSL0.970.980.53
HSV350°92°99°
CMYK 0.000.920.77   0.01
XYZ41.530321.66426.1304
Yxy21.66420.59910.3125
Hunter Lab46.544877.815824.7723
CIE-Lab53.668979.116143.4639

#fd133b color RGB value is (253,19,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00111011
Octal 375 23 73
Decimal 253 19 59
Hex FD 13 3B

RGB Percentages of Color #fd133b

%76.44
%5.74
%17.82

CMYK Percentages of Color #fd133b

%0
%92
%77
%1

Triadic Colors of #fd133b

#fd133b #3bfd13 #133bfd

Analogous Colors of #fd133b

#fd133b #fd6013 #fd13b0

Monochromatic Colors of #fd133b

#fd133b

Complementary Color

#fd133b #13fdd5

#fd133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd133b Color CSS Codes

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

#fd133b Text Font Color

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

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


#fd133b Background Color

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

This div background color is #fd133b


#fd133b Border Color

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

This div border color is #fd133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd133b


Comments

No comments written yet.

Please login to write comment.