Html Css Color HEX #94110E Falu Red

📋 copy color: '#94110E'

red 148 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #94110E

Tints of Falu Red #94110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 82.68%
G = 9.5%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94110E (or 0x94110E) is known color: Falu Red. HEX triplet: 94, 11 and 0E. RGB value is (148,17,14). Sum of RGB (Red+Green+Blue) = 148+17+14=179 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.68% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 148 - color contains mainly: red. Hex color #94110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94110E is #6BEEF1. Grayscale: #373737. Windows color (decimal): -7073522 or 922004. OLE color: 922004.

HSL color Cylindrical-coordinate representation of color #94110E: hue angle of 1.34º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94110E is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 14 -
CMYK 0 0.89 0.91 0.42
HSL 1.34º 0.83% 0.32% -
HSV(B) 1.34º 0.91% 0.58% -
XYZ 12.49 6.73 1.06 -
YUV 55.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 148 17 14 0 0.89 0.91 0.42 1.34 0.83 0.32
Hex 94 11 E 0 59 5B 2A 1 53 20
Octal 224 21 16 0 131 133 52 1 123 40
Binary 10010100 10001 1110 0 1011001 1011011 101010 1 1010011 100000

Color Harmonies of #94110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94110E

Black with #94110E

Text Example


Text Example

White with #94110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,17,14); }

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

background-color css

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

 a { background-color: rgb(148,17,14); }

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

border-color css

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

 span { border-color: rgb(148,17,14); }

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