Html Css Color HEX #941111 Falu Red

📋 copy color: '#941111'

red 148 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #941111

Tints of Falu Red #941111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 81.32%
G = 9.34%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941111 (or 0x941111) is known color: Falu Red. HEX triplet: 94, 11 and 11. RGB value is (148,17,17). Sum of RGB (Red+Green+Blue) = 148+17+17=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #941111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941111 is #6BEEEE. Grayscale: #383838. Windows color (decimal): -7073519 or 1118612. OLE color: 1118612.

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

Color convert

RGB 148 17 17 -
CMYK 0 0.89 0.89 0.42
HSL 0.79% 0.32% -
HSV(B) 0.89% 0.58% -
XYZ 12.51 6.74 1.17 -
YUV 56.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 148 17 17 0 0.89 0.89 0.42 0 0.79 0.32
Hex 94 11 11 0 59 59 2A 0 4F 20
Octal 224 21 21 0 131 131 52 0 117 40
Binary 10010100 10001 10001 0 1011001 1011001 101010 0 1001111 100000

Color Harmonies of #941111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941111

Black with #941111

Text Example


Text Example

White with #941111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941111; }

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

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

background-color css

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

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

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

border-color css

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

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

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