Html Css Color HEX #94190E Falu Red

📋 copy color: '#94190E'

red 148 ◦ green 25 ◦ blue 14

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

Shades of Falu Red #94190E

Tints of Falu Red #94190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 79.14%
G = 13.37%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94190E (or 0x94190E) is known color: Falu Red. HEX triplet: 94, 19 and 0E. RGB value is (148,25,14). Sum of RGB (Red+Green+Blue) = 148+25+14=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #94190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94190E is #6BE6F1. Grayscale: #3C3C3C. Windows color (decimal): -7071474 or 924052. OLE color: 924052.

HSL color Cylindrical-coordinate representation of color #94190E: hue angle of 4.93º 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 #94190E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 14 -
CMYK 0 0.83 0.91 0.42
HSL 4.93º 0.83% 0.32% -
HSV(B) 4.93º 0.91% 0.58% -
XYZ 12.64 7.02 1.1 -
YUV 60.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 148 25 14 0 0.83 0.91 0.42 4.93 0.83 0.32
Hex 94 19 E 0 53 5B 2A 5 53 20
Octal 224 31 16 0 123 133 52 5 123 40
Binary 10010100 11001 1110 0 1010011 1011011 101010 101 1010011 100000

Color Harmonies of #94190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94190E

Black with #94190E

Text Example


Text Example

White with #94190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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