color codes Logo

#fd183f color codes

#FD183F
(253,24,63)
0 Favorites   0 Comments

Color spaces of #fd183f

RGB 2532463
HSL0.970.980.54
HSV350°91°99°
CMYK 0.000.910.75   0.01
XYZ41.731921.89486.7292
Yxy21.89480.59320.3112
Hunter Lab46.791977.311624.2277
CIE-Lab53.915278.667341.4699

#fd183f color RGB value is (253,24,63).

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

The process color (four color CMYK) of #fd183f color code is 0.00, 0.91, 0.75, 0.01. Web safe color of #fd183f is #ff0033. Color #fd183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011000 00111111
Octal 375 30 77
Decimal 253 24 63
Hex FD 18 3F

RGB Percentages of Color #fd183f

%74.41
%7.06
%18.53

CMYK Percentages of Color #fd183f

%0
%91
%75
%1

Triadic Colors of #fd183f

#fd183f #3ffd18 #183ffd

Analogous Colors of #fd183f

#fd183f #fd6418 #fd18b2

Monochromatic Colors of #fd183f

#fd183f

Complementary Color

#fd183f #18fdd6

#fd183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd183f Color CSS Codes

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

#fd183f Text Font Color

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

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


#fd183f Background Color

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

This div background color is #fd183f


#fd183f Border Color

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

This div border color is #fd183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd183f


Comments

No comments written yet.

Please login to write comment.