Color Hex Logo

#fd302b Color Hex

#FD302B
(253,48,43)
0 Favorites   0 Comments

Color spaces of #fd302b

RGB 2534843
HSL0.000.980.58
HSV83°99°
CMYK 0.000.810.83   0.01
XYZ42.001023.17104.5442
Yxy23.17100.60250.3324
Hunter Lab48.136371.510628.0982
CIE-Lab55.248073.737453.4676

#fd302b color RGB value is (253,48,43).

#fd302b hex color red value is 253, green value is 48 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fd302b hue: 0.00 , saturation: 0.98 and the lightness value of fd302b is 0.58.

The process color (four color CMYK) of #fd302b color hex is 0.00, 0.81, 0.83, 0.01. Web safe color of #fd302b is #ff3333. Color #fd302b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 00101011
Octal 375 60 53
Decimal 253 48 43
Hex FD 30 2B

RGB Percentages of Color #fd302b

%73.55
%13.95
%12.50

CMYK Percentages of Color #fd302b

%0
%81
%83
%1

Triadic Colors of #fd302b

#fd302b #2bfd30 #302bfd

Analogous Colors of #fd302b

#fd302b #fd992b #fd2b8f

Monochromatic Colors of #fd302b

#fd302b

Complementary Color

#fd302b #2bf8fd

#fd302b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd302b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd302b Color CSS Codes

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

#fd302b Text Font Color

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

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


#fd302b Background Color

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

This div background color is #fd302b


#fd302b Border Color

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

This div border color is #fd302b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd302b


Comments

No comments written yet.

Please login to write comment.