COLOR #74152A

HEX: #74152A
RGB: (116,21,42)

Color info

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

RGB color model

#74152A color RGB value is (116,21,42).

  • red value is 116;
  • green value is 21;
  • blue value is 42.
RGB:
(116,21,42)
(45%,8%,16%)

RGB channels and saturation

R 116 of 255 = 45%
G 21 of 255 = 8%
B 42 of 255 = 16%

116
21
42

R + G + B ~ 23%. #74152A is dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 21 + 42 = 179 (100%)
R 116 of 179 ~ 64.8%
G 21 of 179 ~ 11.73%
B 42 of 179 ~ 23.46%

%64.8
%11.73
%23.46

CMYK color model

#74152A color CMYK value is (0,82,64,55).

  • cyan value is 0.00%
  • magenta value is 81.90%
  • yellow value is 63.79%
  • key color value is 54.51%
CMYK:
(0,82,64,55)
C0M82Y64K55 
(0%,82%,64%,55%)
(0.00/0.82/0.64/0.55)	

CMYK percentages

%0
%81.9
%63.79
%54.51

Codes

Color #74152A in popluar color models

74152A
RGB1162142
HSL347°69.34%26.86%
HSB/HSV347°81.90%45.49%
CMYK0.00%81.90%63.79%
54.51%

Color #74152A in popluar number systems.

HEX74152A
Decimal1162142
Binary111010010101101010
Octal1642552

Shades and tints

Shades of #74152A

#74152A
(116,21,42)
#6A1427
(106,20,39)
#601324
(96,19,36)
#561221
(86,18,33)
#4C111E
(76,17,30)
#42101B
(66,16,27)
#380F18
(56,15,24)
#2E0E15
(46,14,21)
#240D12
(36,13,18)
#1A0C0F
(26,12,15)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #74152A

#74152A
(116,21,42)
#802A3D
(128,42,61)
#8C3F50
(140,63,80)
#985463
(152,84,99)
#A46976
(164,105,118)
#B07E89
(176,126,137)
#BC939C
(188,147,156)
#C8A8AF
(200,168,175)
#D4BDC2
(212,189,194)
#E0D2D5
(224,210,213)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74152A color. Also use rgb(116,21,42) instead hex code.

Text Font Color

.myTextColor { color: #74152A; }

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

This text font color is #74152A.


Background Color

.myBgColor { background-color: #74152A; }

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

This div background color is #74152A.


Border color

.myBorderColor { border: 1px solid #74152A; }

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

This div border color is #74152A.


Opacity

.myOpacity80 { color: #74152A; opacity: 0.8; }

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

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

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

This text has shadow with #74152A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74152A on black background.


Color preview on white background

This text has color #74152A on white background.



Black color preview on #74152A background

This text has black color on #74152A background.


White color preview on #74152A background

This text has white color on #74152A background.