Color Hex Logo

#f31838 Color Hex

#F31838
(243,24,56)
0 Favorites   0 Comments

Color spaces of #f31838

RGB 2432456
HSL0.980.900.52
HSV351°90°95°
CMYK 0.000.900.77   0.05
XYZ38.002619.99355.5975
Yxy19.99350.59760.3144
Hunter Lab44.714173.457923.8777
CIE-Lab51.829975.980742.5820

#f31838 color RGB value is (243,24,56).

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

The process color (four color CMYK) of #f31838 color hex is 0.00, 0.90, 0.77, 0.05. Web safe color of #f31838 is #ff0033. Color #f31838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011000 00111000
Octal 363 30 70
Decimal 243 24 56
Hex F3 18 38

RGB Percentages of Color #f31838

%75.23
%7.43
%17.34

CMYK Percentages of Color #f31838

%0
%90
%77
%5

Triadic Colors of #f31838

#f31838 #38f318 #1838f3

Analogous Colors of #f31838

#f31838 #f36618 #f318a6

Monochromatic Colors of #f31838

#f31838

Complementary Color

#f31838 #18f3d3

#f31838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31838 Color CSS Codes

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

#f31838 Text Font Color

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

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


#f31838 Background Color

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

This div background color is #f31838


#f31838 Border Color

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

This div border color is #f31838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31838


Comments

No comments written yet.

Please login to write comment.