Color Hex Logo

#f9211c Color Hex

#F9211C
(249,33,28)
0 Favorites   0 Comments

Color spaces of #f9211c

RGB 2493328
HSL0.000.950.54
HSV89°98°
CMYK 0.000.870.89   0.02
XYZ39.820421.31133.1133
Yxy21.31130.61980.3317
Hunter Lab46.164273.183728.3164
CIE-Lab53.288575.475358.3054

#f9211c color RGB value is (249,33,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 00011100
Octal 371 41 34
Decimal 249 33 28
Hex F9 21 1C

RGB Percentages of Color #f9211c

%80.32
%10.65
%9.03

CMYK Percentages of Color #f9211c

%0
%87
%89
%2

Triadic Colors of #f9211c

#f9211c #1cf921 #211cf9

Analogous Colors of #f9211c

#f9211c #f9901c #f91c86

Monochromatic Colors of #f9211c

#f9211c

Complementary Color

#f9211c #1cf4f9

#f9211c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9211c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9211c Color CSS Codes

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

#f9211c Text Font Color

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

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


#f9211c Background Color

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

This div background color is #f9211c


#f9211c Border Color

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

This div border color is #f9211c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,33,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9211c


Comments

No comments written yet.

Please login to write comment.