Color Hex Logo

#f3131a Color Hex

#F3131A
(243,19,26)
0 Favorites   0 Comments

Color spaces of #f3131a

RGB 2431926
HSL0.990.900.51
HSV358°92°95°
CMYK 0.000.920.89   0.05
XYZ37.381519.59502.7893
Yxy19.59500.62550.3279
Hunter Lab44.266273.271927.2504
CIE-Lab51.376275.918557.2080

#f3131a color RGB value is (243,19,26).

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

The process color (four color CMYK) of #f3131a color hex is 0.00, 0.92, 0.89, 0.05. Web safe color of #f3131a is #ff0033. Color #f3131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010011 00011010
Octal 363 23 32
Decimal 243 19 26
Hex F3 13 1A

RGB Percentages of Color #f3131a

%84.38
%6.60
%9.03

CMYK Percentages of Color #f3131a

%0
%92
%89
%5

Triadic Colors of #f3131a

#f3131a #1af313 #131af3

Analogous Colors of #f3131a

#f3131a #f37c13 #f3138a

Monochromatic Colors of #f3131a

#f3131a

Complementary Color

#f3131a #13f3ec

#f3131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3131a Color CSS Codes

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

#f3131a Text Font Color

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

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


#f3131a Background Color

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

This div background color is #f3131a


#f3131a Border Color

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

This div border color is #f3131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3131a


Comments

No comments written yet.

Please login to write comment.