Color Hex Logo

#f43135 Color Hex

#F43135
(244,49,53)
0 Favorites   0 Comments

Color spaces of #f43135

RGB 2444953
HSL1.000.900.57
HSV359°80°96°
CMYK 0.000.800.78   0.04
XYZ39.049121.68685.4960
Yxy21.68680.58960.3274
Hunter Lab46.569168.179925.6011
CIE-Lab53.693171.300146.2467

#f43135 color RGB value is (244,49,53).

#f43135 hex color red value is 244, green value is 49 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f43135 hue: 1.00 , saturation: 0.90 and the lightness value of f43135 is 0.57.

The process color (four color CMYK) of #f43135 color hex is 0.00, 0.80, 0.78, 0.04. Web safe color of #f43135 is #ff3333. Color #f43135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 00110101
Octal 364 61 65
Decimal 244 49 53
Hex F4 31 35

RGB Percentages of Color #f43135

%70.52
%14.16
%15.32

CMYK Percentages of Color #f43135

%0
%80
%78
%4

Triadic Colors of #f43135

#f43135 #35f431 #3135f4

Analogous Colors of #f43135

#f43135 #f48f31 #f43197

Monochromatic Colors of #f43135

#f43135

Complementary Color

#f43135 #31f4f0

#f43135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43135 Color CSS Codes

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

#f43135 Text Font Color

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

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


#f43135 Background Color

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

This div background color is #f43135


#f43135 Border Color

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

This div border color is #f43135


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,49,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f43135; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f43135;
  -webkit-box-shadow: 1px 1px 3px 2px #f43135;
  box-shadow:         1px 1px 3px 2px #f43135; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,49,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43135


Comments

No comments written yet.

Please login to write comment.