Html Css Color HEX #74240E Falu Red

📋 copy color: '#74240E'

red 116 ◦ green 36 ◦ blue 14

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

Shades of Falu Red #74240E

Tints of Falu Red #74240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

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

R = 69.88%
G = 21.69%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74240E (or 0x74240E) is known color: Falu Red. HEX triplet: 74, 24 and 0E. RGB value is (116,36,14). Sum of RGB (Red+Green+Blue) = 116+36+14=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74240E is #8BDBF1. Grayscale: #393939. Windows color (decimal): -9165810 or 926836. OLE color: 926836.

HSL color Cylindrical-coordinate representation of color #74240E: hue angle of 12.94º 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 #74240E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 14 -
CMYK 0 0.69 0.88 0.55
HSL 12.94º 0.78% 0.25% -
HSV(B) 12.94º 0.88% 0.45% -
XYZ 7.91 5.01 0.96 -
YUV 57.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 116 36 14 0 0.69 0.88 0.55 12.94 0.78 0.25
Hex 74 24 E 0 45 58 37 D 4E 19
Octal 164 44 16 0 105 130 67 15 116 31
Binary 1110100 100100 1110 0 1000101 1011000 110111 1101 1001110 11001

Color Harmonies of #74240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74240E

Black with #74240E

Text Example


Text Example

White with #74240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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