Color Hex Logo

#fd333f Color Hex

#FD333F
(253,51,63)
0 Favorites   0 Comments

Color spaces of #fd333f

RGB 2535163
HSL0.990.980.60
HSV356°80°99°
CMYK 0.000.800.75   0.01
XYZ42.589023.60927.0150
Yxy23.60920.58170.3225
Hunter Lab48.589371.425725.4526
CIE-Lab55.694473.582643.4335

#fd333f color RGB value is (253,51,63).

#fd333f hex color red value is 253, green value is 51 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fd333f hue: 0.99 , saturation: 0.98 and the lightness value of fd333f is 0.60.

The process color (four color CMYK) of #fd333f color hex is 0.00, 0.80, 0.75, 0.01. Web safe color of #fd333f is #ff3333. Color #fd333f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 00111111
Octal 375 63 77
Decimal 253 51 63
Hex FD 33 3F

RGB Percentages of Color #fd333f

%68.94
%13.90
%17.17

CMYK Percentages of Color #fd333f

%0
%80
%75
%1

Triadic Colors of #fd333f

#fd333f #3ffd33 #333ffd

Analogous Colors of #fd333f

#fd333f #fd8c33 #fd33a4

Monochromatic Colors of #fd333f

#fd333f

Complementary Color

#fd333f #33fdf1

#fd333f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd333f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd333f Color CSS Codes

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

#fd333f Text Font Color

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

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


#fd333f Background Color

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

This div background color is #fd333f


#fd333f Border Color

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

This div border color is #fd333f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd333f


Comments

No comments written yet.

Please login to write comment.