COLOR #74121C

HEX: #74121C RGB: (116,18,28)

Color info

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

RGB color model

#74121C color RGB value is (116,18,28).

RGB: (116,18,28) (45%, 7%, 11%)

RGB channels and saturation

R 116 of 255 = 45%
G 18 of 255 = 7%
B 28 of 255 = 11%

116
18
28

R + G + B ~ 21%. #74121C is dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 18 + 28 = 162 (100%)
R 116 of 162 ~ 71.6%
G 18 of 162 ~ 11.11%
B 28 of 162 ~ 17.28'%

%71.6
%11.11
%17.28

CMYK color model

#74121C color CMYK value is (0,84,76,55).

  • cyan value is 0.00%
  • magenta value is 84.48%
  • yellow value is 75.86%
  • key color value is 54.51%
CMYK: (0,84,76,55) C0M84Y76K55 (0%,84%,76%,55%) (0.00/0.84/0.76/0.55) 

CMYK percentages

%0
%84.48
%75.86
%54.51

Codes

Color #74121C in popluar color models

74 12 1C
RGB 116 18 28
HSL 354° 73.13% 26.27%
HSB/HSV 354° 84.48% 45.49%
CMYK 0.00% 84.48% 75.86%
54.51%

Color #74121C in popluar number systems.

HEX 74 12 1C
Decimal 116 18 28
Binary 1110100 10010 11100
Octal 164 22 34

Shades and tints

Shades of #74121C

#74121C
(116,18,28)
#6A111A
(106,17,26)
#601018
(96,16,24)
#560F16
(86,15,22)
#4C0E14
(76,14,20)
#420D12
(66,13,18)
#380C10
(56,12,16)
#2E0B0E
(46,11,14)
#240A0C
(36,10,12)
#1A090A
(26,9,10)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #74121C

#74121C
(116,18,28)
#802730
(128,39,48)
#8C3C44
(140,60,68)
#985158
(152,81,88)
#A4666C
(164,102,108)
#B07B80
(176,123,128)
#BC9094
(188,144,148)
#C8A5A8
(200,165,168)
#D4BABC
(212,186,188)
#E0CFD0
(224,207,208)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74121C color. Also use rgb(116,18,28) instead hex code.

Text Font Color

.myTextColor { color: #74121C; }

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

This text font color is #74121C.

Background Color

.myBgColor { background-color: #74121C; }

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

This div background color is #74121C.

Border color

.myBorderColor { border: 1px solid #74121C; }

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

This div border color is #74121C.

Opacity

.myOpacity80 { color: #74121C; opacity: 0.8; }

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

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

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

This text has shadow with #74121C color.


.textShadow {text-shadow: 3px 3px 1px #74121C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74121C; -webkit-box-shadow: 1px 1px 3px 2px #74121C; box-shadow:1px 1px 3px 2px #74121C;">
Div content here
</div>

This div box has shadow with color #74121C.

Preview

Color preview on black background

This text has color #74121C on black background.


Color preview on white background

This text has color #74121C on white background.


Black color preview on #74121C background

This text has black color on #74121C background.


White color preview on #74121C background

This text has white color on #74121C background.


Related colors

Complementary color

Complementary color for #hex is #8BEDE3.


I love getcolorcode.com

Triadic colors

1 #1C7412 and #121C74 with #74121C are triadic colors.

2 #1C1274 and #12741C with #74121C are triadic colors.