Color Hex Logo

#f3321f Color Hex

#F3321F
(243,50,31)
0 Favorites   0 Comments

Color spaces of #f3321f

RGB 2435031
HSL0.010.900.54
HSV87°95°
CMYK 0.000.790.87   0.05
XYZ38.350121.43483.4124
Yxy21.43480.60680.3392
Hunter Lab46.297766.837028.0384
CIE-Lab53.422170.236956.6368

#f3321f color RGB value is (243,50,31).

#f3321f hex color red value is 243, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f3321f hue: 0.01 , saturation: 0.90 and the lightness value of f3321f is 0.54.

The process color (four color CMYK) of #f3321f color hex is 0.00, 0.79, 0.87, 0.05. Web safe color of #f3321f is #ff3333. Color #f3321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110010 00011111
Octal 363 62 37
Decimal 243 50 31
Hex F3 32 1F

RGB Percentages of Color #f3321f

%75.00
%15.43
%9.57

CMYK Percentages of Color #f3321f

%0
%79
%87
%5

Triadic Colors of #f3321f

#f3321f #1ff332 #321ff3

Analogous Colors of #f3321f

#f3321f #f39c1f #f31f76

Monochromatic Colors of #f3321f

#f3321f

Complementary Color

#f3321f #1fe0f3

#f3321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3321f Color CSS Codes

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

#f3321f Text Font Color

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

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


#f3321f Background Color

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

This div background color is #f3321f


#f3321f Border Color

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

This div border color is #f3321f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,50,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3321f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3321f;
  -webkit-box-shadow: 1px 1px 3px 2px #f3321f;
  box-shadow:         1px 1px 3px 2px #f3321f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,50,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3321f


Comments

No comments written yet.

Please login to write comment.