Color Hex Logo

#fb233d Color Hex

#FB233D
(251,35,61)
0 Favorites   0 Comments

Color spaces of #fb233d

RGB 2513561
HSL0.980.960.56
HSV353°86°98°
CMYK 0.000.860.76   0.02
XYZ41.227022.04826.4977
Yxy22.04820.59090.3160
Hunter Lab46.955574.551124.6643
CIE-Lab54.078176.426342.6682

#fb233d color RGB value is (251,35,61).

#fb233d hex color red value is 251, green value is 35 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fb233d hue: 0.98 , saturation: 0.96 and the lightness value of fb233d is 0.56.

The process color (four color CMYK) of #fb233d color hex is 0.00, 0.86, 0.76, 0.02. Web safe color of #fb233d is #ff3333. Color #fb233d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 00111101
Octal 373 43 75
Decimal 251 35 61
Hex FB 23 3D

RGB Percentages of Color #fb233d

%72.33
%10.09
%17.58

CMYK Percentages of Color #fb233d

%0
%86
%76
%2

Triadic Colors of #fb233d

#fb233d #3dfb23 #233dfb

Analogous Colors of #fb233d

#fb233d #fb7523 #fb23a9

Monochromatic Colors of #fb233d

#fb233d

Complementary Color

#fb233d #23fbe1

#fb233d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb233d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb233d Color CSS Codes

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

#fb233d Text Font Color

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

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


#fb233d Background Color

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

This div background color is #fb233d


#fb233d Border Color

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

This div border color is #fb233d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,35,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb233d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb233d;
  -webkit-box-shadow: 1px 1px 3px 2px #fb233d;
  box-shadow:         1px 1px 3px 2px #fb233d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,35,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb233d


Comments

No comments written yet.

Please login to write comment.