Html Css Color HEX #941414 Falu Red

📋 copy color: '#941414'

red 148 ◦ green 20 ◦ blue 20

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

Shades of Falu Red #941414

Tints of Falu Red #941414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 78.72%
G = 10.64%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#941414 (or 0x941414) is known color: Falu Red. HEX triplet: 94, 14 and 14. RGB value is (148,20,20). Sum of RGB (Red+Green+Blue) = 148+20+20=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #941414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941414 is #6BEBEB. Grayscale: #3A3A3A. Windows color (decimal): -7072748 or 1315988. OLE color: 1315988.

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

Color convert

RGB 148 20 20 -
CMYK 0 0.86 0.86 0.42
HSL 0.76% 0.33% -
HSV(B) 0.86% 0.58% -
XYZ 12.59 6.85 1.32 -
YUV 58.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 148 20 20 0 0.86 0.86 0.42 0 0.76 0.33
Hex 94 14 14 0 56 56 2A 0 4C 21
Octal 224 24 24 0 126 126 52 0 114 41
Binary 10010100 10100 10100 0 1010110 1010110 101010 0 1001100 100001

Color Harmonies of #941414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941414

Black with #941414

Text Example


Text Example

White with #941414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941414; }

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

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

background-color css

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

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

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

border-color css

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

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

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