Color Hex Logo

#f3151f Color Hex

#F3151F
(243,21,31)
0 Favorites   0 Comments

Color spaces of #f3151f

RGB 2432131
HSL0.990.900.52
HSV357°91°95°
CMYK 0.000.910.87   0.05
XYZ37.477619.68993.1216
Yxy19.68990.62160.3266
Hunter Lab44.373373.107526.8903
CIE-Lab51.484875.764055.1412

#f3151f color RGB value is (243,21,31).

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

The process color (four color CMYK) of #f3151f color hex is 0.00, 0.91, 0.87, 0.05. Web safe color of #f3151f is #ff0033. Color #f3151f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 00011111
Octal 363 25 37
Decimal 243 21 31
Hex F3 15 1F

RGB Percentages of Color #f3151f

%82.37
%7.12
%10.51

CMYK Percentages of Color #f3151f

%0
%91
%87
%5

Triadic Colors of #f3151f

#f3151f #1ff315 #151ff3

Analogous Colors of #f3151f

#f3151f #f37a15 #f3158e

Monochromatic Colors of #f3151f

#f3151f

Complementary Color

#f3151f #15f3e9

#f3151f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3151f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3151f Color CSS Codes

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

#f3151f Text Font Color

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

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


#f3151f Background Color

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

This div background color is #f3151f


#f3151f Border Color

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

This div border color is #f3151f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3151f


Comments

No comments written yet.

Please login to write comment.