Color Hex Logo

#fd1633 Color Hex

#FD1633
(253,22,51)
0 Favorites   0 Comments

Color spaces of #fd1633

RGB 2532251
HSL0.980.980.54
HSV352°91°99°
CMYK 0.000.910.80   0.01
XYZ41.392521.69555.1380
Yxy21.69550.60670.3180
Hunter Lab46.578477.114026.0647
CIE-Lab53.702478.551447.9038

#fd1633 color RGB value is (253,22,51).

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

The process color (four color CMYK) of #fd1633 color hex is 0.00, 0.91, 0.80, 0.01. Web safe color of #fd1633 is #ff0033. Color #fd1633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010110 00110011
Octal 375 26 63
Decimal 253 22 51
Hex FD 16 33

RGB Percentages of Color #fd1633

%77.61
%6.75
%15.64

CMYK Percentages of Color #fd1633

%0
%91
%80
%1

Triadic Colors of #fd1633

#fd1633 #33fd16 #1633fd

Analogous Colors of #fd1633

#fd1633 #fd6d16 #fd16a7

Monochromatic Colors of #fd1633

#fd1633

Complementary Color

#fd1633 #16fde0

#fd1633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1633 Color CSS Codes

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

#fd1633 Text Font Color

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

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


#fd1633 Background Color

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

This div background color is #fd1633


#fd1633 Border Color

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

This div border color is #fd1633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1633


Comments

No comments written yet.

Please login to write comment.