Color Hex Logo

#f32535 Color Hex

#F32535
(243,37,53)
0 Favorites   0 Comments

Color spaces of #f32535

RGB 2433753
HSL0.990.900.55
HSV355°85°95°
CMYK 0.000.850.78   0.05
XYZ38.266320.63495.3342
Yxy20.63490.59570.3212
Hunter Lab45.425770.872424.8357
CIE-Lab52.547673.737245.0042

#f32535 color RGB value is (243,37,53).

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

The process color (four color CMYK) of #f32535 color hex is 0.00, 0.85, 0.78, 0.05. Web safe color of #f32535 is #ff3333. Color #f32535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100101 00110101
Octal 363 45 65
Decimal 243 37 53
Hex F3 25 35

RGB Percentages of Color #f32535

%72.97
%11.11
%15.92

CMYK Percentages of Color #f32535

%0
%85
%78
%5

Triadic Colors of #f32535

#f32535 #35f325 #2535f3

Analogous Colors of #f32535

#f32535 #f37c25 #f3259c

Monochromatic Colors of #f32535

#f32535

Complementary Color

#f32535 #25f3e3

#f32535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32535 Color CSS Codes

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

#f32535 Text Font Color

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

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


#f32535 Background Color

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

This div background color is #f32535


#f32535 Border Color

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

This div border color is #f32535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32535


Comments

No comments written yet.

Please login to write comment.