Color Hex Logo

#f3301c Color Hex

#F3301C
(243,48,28)
0 Favorites   0 Comments

Color spaces of #f3301c

RGB 2434828
HSL0.020.900.53
HSV88°95°
CMYK 0.000.800.88   0.05
XYZ38.228721.25243.1859
Yxy21.25240.61000.3391
Hunter Lab46.100367.345628.1728
CIE-Lab53.224670.697957.7235

#f3301c color RGB value is (243,48,28).

#f3301c hex color red value is 243, green value is 48 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f3301c hue: 0.02 , saturation: 0.90 and the lightness value of f3301c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110000 00011100
Octal 363 60 34
Decimal 243 48 28
Hex F3 30 1C

RGB Percentages of Color #f3301c

%76.18
%15.05
%8.78

CMYK Percentages of Color #f3301c

%0
%80
%88
%5

Triadic Colors of #f3301c

#f3301c #1cf330 #301cf3

Analogous Colors of #f3301c

#f3301c #f39c1c #f31c74

Monochromatic Colors of #f3301c

#f3301c

Complementary Color

#f3301c #1cdff3

#f3301c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3301c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3301c Color CSS Codes

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

#f3301c Text Font Color

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

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


#f3301c Background Color

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

This div background color is #f3301c


#f3301c Border Color

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

This div border color is #f3301c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3301c


Comments

No comments written yet.

Please login to write comment.