COLOR #F61B1A

HEX: #F61B1A
RGB: (246,27,26)

Color info

#F61B1A contains mainly red color. Web safe color of #F61B1A is #FF3300 (or #F30).

RGB color model

#F61B1A color RGB value is (246,27,26).

  • red value is 246;
  • green value is 27;
  • blue value is 26.
RGB:
(246,27,26)
(96%,11%,10%)

RGB channels and saturation

R 246 of 255 = 96%
G 27 of 255 = 11%
B 26 of 255 = 10%

246
27
26

R + G + B ~ 39%. #F61B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
246 + 27 + 26 = 299 (100%)
R 246 of 299 ~ 82.27%
G 27 of 299 ~ 9.03%
B 26 of 299 ~ 8.7%

%82.27

CMYK color model

#F61B1A color CMYK value is (0,89,89,4).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 89.43%
  • key color value is 3.53%
CMYK:
(0,89,89,4)
C0M89Y89K4 
(0%,89%,89%,4%)
(0.00/0.89/0.89/0.04)	

CMYK percentages

%0
%89.02
%89.43
%3.53

Codes

Color #F61B1A in popluar color models

F61B1A
RGB2462726
HSL92.44%53.33%
HSB/HSV89.43%96.47%
CMYK0.00%89.02%89.43%
3.53%

Color #F61B1A in popluar number systems.

HEXF61B1A
Decimal2462726
Binary111101101101111010
Octal3663332

Shades and tints

Shades of #F61B1A

#F61B1A
(246,27,26)
#E01918
(224,25,24)
#CA1716
(202,23,22)
#B41514
(180,21,20)
#9E1312
(158,19,18)
#881110
(136,17,16)
#720F0E
(114,15,14)
#5C0D0C
(92,13,12)
#460B0A
(70,11,10)
#300908
(48,9,8)
#1A0706
(26,7,6)
#000000
(0,0,0)

Tints of #F61B1A

#F61B1A
(246,27,26)
#F62F2E
(246,47,46)
#F64342
(246,67,66)
#F65756
(246,87,86)
#F66B6A
(246,107,106)
#F67F7E
(246,127,126)
#F69392
(246,147,146)
#F6A7A6
(246,167,166)
#F6BBBA
(246,187,186)
#F6CFCE
(246,207,206)
#F6E3E2
(246,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F61B1A color. Also use rgb(246,27,26) instead hex code.

Text Font Color

.myTextColor { color: #F61B1A; }

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

This text font color is #F61B1A.


Background Color

.myBgColor { background-color: #F61B1A; }

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

This div background color is #F61B1A.


Border color

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

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

This div border color is #F61B1A.


Opacity

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

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

Text with #F61B1A 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 #F61B1A;}

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

This text has shadow with #F61B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F61B1A on black background.


Color preview on white background

This text has color #F61B1A on white background.



Black color preview on #F61B1A background

This text has black color on #F61B1A background.


White color preview on #F61B1A background

This text has white color on #F61B1A background.