Color Hex Logo

#fd1700 Color Hex

#FD1700
(253,23,0)
0 Favorites   0 Comments

Color spaces of #fd1700

RGB 253230
HSL0.021.000.50
HSV100°99°
CMYK 0.000.911.00   0.01
XYZ40.814421.49541.9979
Yxy21.49540.63470.3343
Hunter Lab46.363176.001729.8992
CIE-Lab53.487577.705367.0545

#fd1700 color RGB value is (253,23,0).

#fd1700 hex color red value is 253, green value is 23 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fd1700 hue: 0.02 , saturation: 1.00 and the lightness value of fd1700 is 0.50.

The process color (four color CMYK) of #fd1700 color hex is 0.00, 0.91, 1.00, 0.01. Web safe color of #fd1700 is #ff0000. Color #fd1700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 00000000
Octal 375 27 0
Decimal 253 23 0
Hex FD 17 0

RGB Percentages of Color #fd1700

%91.67
%8.33
%0.00

CMYK Percentages of Color #fd1700

%0
%91
%100
%1

Triadic Colors of #fd1700

#fd1700 #00fd17 #1700fd

Analogous Colors of #fd1700

#fd1700 #fd9600 #fd0068

Monochromatic Colors of #fd1700

#fd1700

Complementary Color

#fd1700 #00e6fd

#fd1700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1700 Color CSS Codes

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

#fd1700 Text Font Color

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

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


#fd1700 Background Color

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

This div background color is #fd1700


#fd1700 Border Color

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

This div border color is #fd1700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1700


Comments

No comments written yet.

Please login to write comment.