COLOR #F30329

HEX: #F30329
RGB: (243,3,41)

Color info

#F30329 contains mainly red color. Web safe color of #F30329 is #FF0033 (or #F03).

RGB color model

#F30329 color RGB value is (243,3,41).

  • red value is 243;
  • green value is 3;
  • blue value is 41.
RGB:
(243,3,41)
(95%,1%,16%)

RGB channels and saturation

R 243 of 255 = 95%
G 3 of 255 = 1%
B 41 of 255 = 16%

243
3
41

R + G + B ~ 37%. #F30329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
243 + 3 + 41 = 287 (100%)
R 243 of 287 ~ 84.67%
G 3 of 287 ~ 1.05%
B 41 of 287 ~ 14.29%

%84.67
%14.29

CMYK color model

#F30329 color CMYK value is (0,99,83,5).

  • cyan value is 0.00%
  • magenta value is 98.77%
  • yellow value is 83.13%
  • key color value is 4.71%
CMYK:
(0,99,83,5)
C0M99Y83K5 
(0%,99%,83%,5%)
(0.00/0.99/0.83/0.05)	

CMYK percentages

%0
%98.77
%83.13
%4.71

Codes

Color #F30329 in popluar color models

F30329
RGB243341
HSL351°97.56%48.24%
HSB/HSV351°98.77%95.29%
CMYK0.00%98.77%83.13%
4.71%

Color #F30329 in popluar number systems.

HEXF30329
Decimal243341
Binary1111001111101001
Octal363351

Shades and tints

Shades of #F30329

#F30329
(243,3,41)
#DD0326
(221,3,38)
#C70323
(199,3,35)
#B10320
(177,3,32)
#9B031D
(155,3,29)
#85031A
(133,3,26)
#6F0317
(111,3,23)
#590314
(89,3,20)
#430311
(67,3,17)
#2D030E
(45,3,14)
#17030B
(23,3,11)
#000000
(0,0,0)

Tints of #F30329

#F30329
(243,3,41)
#F4193C
(244,25,60)
#F52F4F
(245,47,79)
#F64562
(246,69,98)
#F75B75
(247,91,117)
#F87188
(248,113,136)
#F9879B
(249,135,155)
#FA9DAE
(250,157,174)
#FBB3C1
(251,179,193)
#FCC9D4
(252,201,212)
#FDDFE7
(253,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F30329 color. Also use rgb(243,3,41) instead hex code.

Text Font Color

.myTextColor { color: #F30329; }

<p style="color:#F30329">This sample text font color is #F30329.</p>

This text font color is #F30329.


Background Color

.myBgColor { background-color: #F30329; }

<div style="background-color:#F30329">Inner text</div>

This div background color is #F30329.


Border color

.myBorderColor { border: 1px solid #F30329; }

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

This div border color is #F30329.


Opacity

.myOpacity80 { color: #F30329; opacity: 0.8; }

<p style="color:#F30329;opacity:0.8;">80%</p>

Text with #F30329 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F30329;}

<p style="text-shadow: 3px 3px 1px #F30329">Text here.</p>

This text has shadow with #F30329 color.

.textShadow {text-shadow: 3px 3px 1px #F30329, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F30329, 5px 5px 20px red">Text here.</p>

This text has shadow with #F30329 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F30329, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F30329, Direction=45, Strength=4)">Text</p>

This text has shadow with #F30329 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F30329;
  -webkit-box-shadow:	1px 1px 3px 2px #F30329;
  box-shadow:		1px 1px 3px 2px #F30329;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F30329;
-webkit-box-shadow: 1px 1px 3px 2px #F30329;
box-shadow:1px 1px 3px 2px #F30329;">
Div content here</div>
This div box has shadow with color #F30329.

Preview

Color preview on black background

This text has color #F30329 on black background.


Color preview on white background

This text has color #F30329 on white background.



Black color preview on #F30329 background

This text has black color on #F30329 background.


White color preview on #F30329 background

This text has white color on #F30329 background.