Html Css Color HEX #94140C Falu Red

📋 copy color: '#94140C'

red 148 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #94140C

Tints of Falu Red #94140C

RGB

 RED value IS 148 (58.2% from 255) = 82.22%

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 82.22%
G = 11.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94140C (or 0x94140C) is known color: Falu Red. HEX triplet: 94, 14 and 0C. RGB value is (148,20,12). Sum of RGB (Red+Green+Blue) = 148+20+12=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94140C is #6BEBF3. Grayscale: #393939. Windows color (decimal): -7072756 or 791700. OLE color: 791700.

HSL color Cylindrical-coordinate representation of color #94140C: hue angle of 3.53º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94140C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 12 -
CMYK 0 0.86 0.92 0.42
HSL 3.53º 0.85% 0.31% -
HSV(B) 3.53º 0.92% 0.58% -
XYZ 12.53 6.82 1 -
YUV 57.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 148 20 12 0 0.86 0.92 0.42 3.53 0.85 0.31
Hex 94 14 C 0 56 5C 2A 4 55 1F
Octal 224 24 14 0 126 134 52 4 125 37
Binary 10010100 10100 1100 0 1010110 1011100 101010 100 1010101 11111

Color Harmonies of #94140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94140C

Black with #94140C

Text Example


Text Example

White with #94140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94140C; }

 p { color: rgb(148,20,12); }

 H1.HeaderClassName
 {
   color: #94140C;
 }
 .AnyTagClassName
 {
   color: #94140C;
 }
</style>

background-color css

<style>
 a { background-color: #94140C; }

 a { background-color: rgb(148,20,12); }

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

border-color css

<style>
 span { border-color: #94140C; }

 span { border-color: rgb(148,20,12); }

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