Color Hex Logo

#f0302c Color Hex

#F0302C
(240,48,44)
0 Favorites   0 Comments

Color spaces of #f0302c

RGB 2404844
HSL0.000.870.56
HSV82°94°
CMYK 0.000.800.82   0.06
XYZ37.446820.82104.4281
Yxy20.82100.59730.3321
Hunter Lab45.630066.635526.1873
CIE-Lab52.753070.197049.7618

#f0302c color RGB value is (240,48,44).

#f0302c hex color red value is 240, green value is 48 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f0302c hue: 0.00 , saturation: 0.87 and the lightness value of f0302c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 00101100
Octal 360 60 54
Decimal 240 48 44
Hex F0 30 2C

RGB Percentages of Color #f0302c

%72.29
%14.46
%13.25

CMYK Percentages of Color #f0302c

%0
%80
%82
%6

Triadic Colors of #f0302c

#f0302c #2cf030 #302cf0

Analogous Colors of #f0302c

#f0302c #f0922c #f02c8a

Monochromatic Colors of #f0302c

#f0302c

Complementary Color

#f0302c #2cecf0

#f0302c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0302c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0302c Color CSS Codes

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

#f0302c Text Font Color

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

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


#f0302c Background Color

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

This div background color is #f0302c


#f0302c Border Color

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

This div border color is #f0302c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,48,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0302c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0302c;
  -webkit-box-shadow: 1px 1px 3px 2px #f0302c;
  box-shadow:         1px 1px 3px 2px #f0302c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,48,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0302c


Comments

No comments written yet.

Please login to write comment.