Color Hex Logo

#ff042a Color Hex

#FF042A
(255,4,42)
0 Favorites   0 Comments

Color spaces of #ff042a

RGB 255442
HSL0.971.000.51
HSV351°98°100°
CMYK 0.000.980.84   0.00
XYZ41.701321.51404.1452
Yxy21.51400.61910.3194
Hunter Lab46.383279.311827.1696
CIE-Lab53.507580.331752.5596

#ff042a color RGB value is (255,4,42).

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

The process color (four color CMYK) of #ff042a color hex is 0.00, 0.98, 0.84, 0.00. Web safe color of #ff042a is #ff0033. Color #ff042a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 00101010
Octal 377 4 52
Decimal 255 4 42
Hex FF 4 2A

RGB Percentages of Color #ff042a

%84.72
%1.33
%13.95

CMYK Percentages of Color #ff042a

%0
%98
%84
%0

Triadic Colors of #ff042a

#ff042a #2aff04 #042aff

Analogous Colors of #ff042a

#ff042a #ff5c04 #ff04a8

Monochromatic Colors of #ff042a

#ff042a

Complementary Color

#ff042a #04ffd9

#ff042a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff042a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff042a Color CSS Codes

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

#ff042a Text Font Color

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

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


#ff042a Background Color

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

This div background color is #ff042a


#ff042a Border Color

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

This div border color is #ff042a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff042a


Comments

No comments written yet.

Please login to write comment.