Html Css Color HEX #94170C Falu Red

📋 copy color: '#94170C'

red 148 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #94170C

Tints of Falu Red #94170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 80.87%
G = 12.57%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94170C (or 0x94170C) is known color: Falu Red. HEX triplet: 94, 17 and 0C. RGB value is (148,23,12). Sum of RGB (Red+Green+Blue) = 148+23+12=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94170C is #6BE8F3. Grayscale: #3B3B3B. Windows color (decimal): -7071988 or 792468. OLE color: 792468.

HSL color Cylindrical-coordinate representation of color #94170C: hue angle of 4.85º 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 #94170C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 12 -
CMYK 0 0.84 0.92 0.42
HSL 4.85º 0.85% 0.31% -
HSV(B) 4.85º 0.92% 0.58% -
XYZ 12.59 6.94 1.02 -
YUV 59.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 148 23 12 0 0.84 0.92 0.42 4.85 0.85 0.31
Hex 94 17 C 0 54 5C 2A 5 55 1F
Octal 224 27 14 0 124 134 52 5 125 37
Binary 10010100 10111 1100 0 1010100 1011100 101010 101 1010101 11111

Color Harmonies of #94170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94170C

Black with #94170C

Text Example


Text Example

White with #94170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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