COLOR #741424

HEX: #741424
RGB: (116,20,36)

Color info

#741424 contains mainly red color. Web safe color of #741424 is #660033 (or #603).

RGB color model

#741424 color RGB value is (116,20,36).

  • red value is 116;
  • green value is 20;
  • blue value is 36.
RGB:
(116,20,36)
(45%,8%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 20 of 255 = 8%
B 36 of 255 = 14%

116
20
36

R + G + B ~ 22%. #741424 is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 20 + 36 = 172 (100%)
R 116 of 172 ~ 67.44%
G 20 of 172 ~ 11.63%
B 36 of 172 ~ 20.93%

%67.44
%11.63
%20.93

CMYK color model

#741424 color CMYK value is (0,83,69,55).

  • cyan value is 0.00%
  • magenta value is 82.76%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(0,83,69,55)
C0M83Y69K55 
(0%,83%,69%,55%)
(0.00/0.83/0.69/0.55)	

CMYK percentages

%0
%82.76
%68.97
%54.51

Codes

Color #741424 in popluar color models

741424
RGB1162036
HSL350°70.59%26.67%
HSB/HSV350°82.76%45.49%
CMYK0.00%82.76%68.97%
54.51%

Color #741424 in popluar number systems.

HEX741424
Decimal1162036
Binary111010010100100100
Octal1642444

Shades and tints

Shades of #741424

#741424
(116,20,36)
#6A1321
(106,19,33)
#60121E
(96,18,30)
#56111B
(86,17,27)
#4C1018
(76,16,24)
#420F15
(66,15,21)
#380E12
(56,14,18)
#2E0D0F
(46,13,15)
#240C0C
(36,12,12)
#1A0B09
(26,11,9)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #741424

#741424
(116,20,36)
#802937
(128,41,55)
#8C3E4A
(140,62,74)
#98535D
(152,83,93)
#A46870
(164,104,112)
#B07D83
(176,125,131)
#BC9296
(188,146,150)
#C8A7A9
(200,167,169)
#D4BCBC
(212,188,188)
#E0D1CF
(224,209,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741424 color. Also use rgb(116,20,36) instead hex code.

Text Font Color

.myTextColor { color: #741424; }

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

This text font color is #741424.


Background Color

.myBgColor { background-color: #741424; }

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

This div background color is #741424.


Border color

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

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

This div border color is #741424.


Opacity

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

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

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

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

This text has shadow with #741424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741424 on black background.


Color preview on white background

This text has color #741424 on white background.



Black color preview on #741424 background

This text has black color on #741424 background.


White color preview on #741424 background

This text has white color on #741424 background.