Html Css Color HEX #74100E Falu Red

📋 copy color: '#74100E'

red 116 ◦ green 16 ◦ blue 14

#74100E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #74100E

Tints of Falu Red #74100E

RGB

 RED value IS 116 (45.7% from 255) = 79.45%

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 79.45%
G = 10.96%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74100E (or 0x74100E) is known color: Falu Red. HEX triplet: 74, 10 and 0E. RGB value is (116,16,14). Sum of RGB (Red+Green+Blue) = 116+16+14=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74100E is #8BEFF1. Grayscale: #2D2D2D. Windows color (decimal): -9170930 or 921716. OLE color: 921716.

HSL color Cylindrical-coordinate representation of color #74100E: hue angle of 1.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74100E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 14 -
CMYK 0 0.86 0.88 0.55
HSL 1.18º 0.78% 0.25% -
HSV(B) 1.18º 0.88% 0.45% -
XYZ 7.47 4.12 0.82 -
YUV 45.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 116 16 14 0 0.86 0.88 0.55 1.18 0.78 0.25
Hex 74 10 E 0 56 58 37 1 4E 19
Octal 164 20 16 0 126 130 67 1 116 31
Binary 1110100 10000 1110 0 1010110 1011000 110111 1 1001110 11001

Color Harmonies of #74100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74100E

Black with #74100E

Text Example


Text Example

White with #74100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74100E; }

 p { color: rgb(116,16,14); }

 H1.HeaderClassName
 {
   color: #74100E;
 }
 .AnyTagClassName
 {
   color: #74100E;
 }
</style>

background-color css

<style>
 a { background-color: #74100E; }

 a { background-color: rgb(116,16,14); }

 div.DivClassName
 {
   background-color: #74100E;
 }
 .BgClassName
 {
   background-color: #74100E;
 }
</style>

border-color css

<style>
 span { border-color: #74100E; }

 span { border-color: rgb(116,16,14); }

 td.TdClassName
 {
   border-color: #74100E;
 }
 .TagClassName
 {
   border-color: #74100E;
 }
</style>