Color Hex Logo

#fd1233 Color Hex

#FD1233
(253,18,51)
0 Favorites   0 Comments

Color spaces of #fd1233

RGB 2531851
HSL0.980.980.53
HSV352°93°99°
CMYK 0.000.930.80   0.01
XYZ41.321921.55435.1145
Yxy21.55430.60780.3170
Hunter Lab46.426677.627025.9671
CIE-Lab53.550978.989047.7529

#fd1233 color RGB value is (253,18,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 00110011
Octal 375 22 63
Decimal 253 18 51
Hex FD 12 33

RGB Percentages of Color #fd1233

%78.57
%5.59
%15.84

CMYK Percentages of Color #fd1233

%0
%93
%80
%1

Triadic Colors of #fd1233

#fd1233 #33fd12 #1233fd

Analogous Colors of #fd1233

#fd1233 #fd6712 #fd12a9

Monochromatic Colors of #fd1233

#fd1233

Complementary Color

#fd1233 #12fddc

#fd1233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1233 Color CSS Codes

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

#fd1233 Text Font Color

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

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


#fd1233 Background Color

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

This div background color is #fd1233


#fd1233 Border Color

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

This div border color is #fd1233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1233

Related Colors


Comments

No comments written yet.

Please login to write comment.