Color Hex Logo

#fd263a Color Hex

#FD263A
(253,38,58)
0 Favorites   0 Comments

Color spaces of #fd263a

RGB 2533858
HSL0.980.980.57
HSV354°85°99°
CMYK 0.000.850.77   0.01
XYZ41.964822.57446.1485
Yxy22.57440.59370.3194
Hunter Lab47.512574.510825.5862
CIE-Lab54.631276.286745.0478

#fd263a color RGB value is (253,38,58).

#fd263a hex color red value is 253, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fd263a hue: 0.98 , saturation: 0.98 and the lightness value of fd263a is 0.57.

The process color (four color CMYK) of #fd263a color hex is 0.00, 0.85, 0.77, 0.01. Web safe color of #fd263a is #ff3333. Color #fd263a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100110 00111010
Octal 375 46 72
Decimal 253 38 58
Hex FD 26 3A

RGB Percentages of Color #fd263a

%72.49
%10.89
%16.62

CMYK Percentages of Color #fd263a

%0
%85
%77
%1

Triadic Colors of #fd263a

#fd263a #3afd26 #263afd

Analogous Colors of #fd263a

#fd263a #fd7e26 #fd26a6

Monochromatic Colors of #fd263a

#fd263a

Complementary Color

#fd263a #26fde9

#fd263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd263a Color CSS Codes

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

#fd263a Text Font Color

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

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


#fd263a Background Color

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

This div background color is #fd263a


#fd263a Border Color

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

This div border color is #fd263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd263a


Comments

No comments written yet.

Please login to write comment.