Color Hex Logo

#fb241d Color Hex

#FB241D
(251,36,29)
0 Favorites   0 Comments

Color spaces of #fb241d

RGB 2513629
HSL0.010.970.55
HSV88°98°
CMYK 0.000.860.88   0.02
XYZ40.636321.85973.2400
Yxy21.85970.61820.3325
Hunter Lab46.754473.322228.6194
CIE-Lab53.877875.473258.5028

#fb241d color RGB value is (251,36,29).

#fb241d hex color red value is 251, green value is 36 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fb241d hue: 0.01 , saturation: 0.97 and the lightness value of fb241d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100100 00011101
Octal 373 44 35
Decimal 251 36 29
Hex FB 24 1D

RGB Percentages of Color #fb241d

%79.43
%11.39
%9.18

CMYK Percentages of Color #fb241d

%0
%86
%88
%2

Triadic Colors of #fb241d

#fb241d #1dfb24 #241dfb

Analogous Colors of #fb241d

#fb241d #fb931d #fb1d85

Monochromatic Colors of #fb241d

#fb241d

Complementary Color

#fb241d #1df4fb

#fb241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb241d Color CSS Codes

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

#fb241d Text Font Color

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

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


#fb241d Background Color

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

This div background color is #fb241d


#fb241d Border Color

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

This div border color is #fb241d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb241d


Comments

No comments written yet.

Please login to write comment.