Html Css Color HEX #94150D Falu Red

📋 copy color: '#94150D'

red 148 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #94150D

Tints of Falu Red #94150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 81.32%
G = 11.54%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94150D (or 0x94150D) is known color: Falu Red. HEX triplet: 94, 15 and 0D. RGB value is (148,21,13). Sum of RGB (Red+Green+Blue) = 148+21+13=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #94150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94150D is #6BEAF2. Grayscale: #3A3A3A. Windows color (decimal): -7072499 or 857492. OLE color: 857492.

HSL color Cylindrical-coordinate representation of color #94150D: hue angle of 3.56º degrees, saturation: 0.84, 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 #94150D is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 13 -
CMYK 0 0.86 0.91 0.42
HSL 3.56º 0.84% 0.32% -
HSV(B) 3.56º 0.91% 0.58% -
XYZ 12.55 6.86 1.04 -
YUV 58.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 148 21 13 0 0.86 0.91 0.42 3.56 0.84 0.32
Hex 94 15 D 0 56 5B 2A 4 54 20
Octal 224 25 15 0 126 133 52 4 124 40
Binary 10010100 10101 1101 0 1010110 1011011 101010 100 1010100 100000

Color Harmonies of #94150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94150D

Black with #94150D

Text Example


Text Example

White with #94150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94150D; }

 p { color: rgb(148,21,13); }

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

background-color css

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

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

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

border-color css

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

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

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