Color Hex Logo

#f9211d Color Hex

#F9211D
(249,33,29)
0 Favorites   0 Comments

Color spaces of #f9211d

RGB 2493329
HSL0.000.950.55
HSV88°98°
CMYK 0.000.870.88   0.02
XYZ39.832521.31623.1774
Yxy21.31620.61920.3314
Hunter Lab46.169573.203528.2383
CIE-Lab53.293875.490357.8977

#f9211d color RGB value is (249,33,29).

#f9211d hex color red value is 249, green value is 33 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f9211d hue: 0.00 , saturation: 0.95 and the lightness value of f9211d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 00011101
Octal 371 41 35
Decimal 249 33 29
Hex F9 21 1D

RGB Percentages of Color #f9211d

%80.06
%10.61
%9.32

CMYK Percentages of Color #f9211d

%0
%87
%88
%2

Triadic Colors of #f9211d

#f9211d #1df921 #211df9

Analogous Colors of #f9211d

#f9211d #f98f1d #f91d87

Monochromatic Colors of #f9211d

#f9211d

Complementary Color

#f9211d #1df5f9

#f9211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9211d Color CSS Codes

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

#f9211d Text Font Color

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

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


#f9211d Background Color

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

This div background color is #f9211d


#f9211d Border Color

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

This div border color is #f9211d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,33,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 #f9211d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9211d


Comments

No comments written yet.

Please login to write comment.