Color Hex Logo

#ff332a Color Hex

#FF332A
(255,51,42)
0 Favorites   0 Comments

Color spaces of #ff332a

RGB 2555142
HSL0.011.000.58
HSV84°100°
CMYK 0.000.800.84   0.00
XYZ42.841723.79484.5253
Yxy23.79480.60200.3344
Hunter Lab48.779971.405528.6456
CIE-Lab55.881873.530154.6565

#ff332a color RGB value is (255,51,42).

#ff332a hex color red value is 255, green value is 51 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ff332a hue: 0.01 , saturation: 1.00 and the lightness value of ff332a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110011 00101010
Octal 377 63 52
Decimal 255 51 42
Hex FF 33 2A

RGB Percentages of Color #ff332a

%73.28
%14.66
%12.07

CMYK Percentages of Color #ff332a

%0
%80
%84
%0

Triadic Colors of #ff332a

#ff332a #2aff33 #332aff

Analogous Colors of #ff332a

#ff332a #ff9e2a #ff2a8c

Monochromatic Colors of #ff332a

#ff332a

Complementary Color

#ff332a #2af6ff

#ff332a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff332a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff332a Color CSS Codes

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

#ff332a Text Font Color

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

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


#ff332a Background Color

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

This div background color is #ff332a


#ff332a Border Color

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

This div border color is #ff332a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,51,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff332a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff332a;
  -webkit-box-shadow: 1px 1px 3px 2px #ff332a;
  box-shadow:         1px 1px 3px 2px #ff332a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,51,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff332a

Related Colors


Comments

No comments written yet.

Please login to write comment.