Html Css Color HEX #8C150D Falu Red

📋 copy color: '#8C150D'

red 140 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #8C150D

Tints of Falu Red #8C150D

RGB

 RED value IS 140 (55.08% from 255) = 80.46%

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

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

R = 80.46%
G = 12.07%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C150D (or 0x8C150D) is known color: Falu Red. HEX triplet: 8C, 15 and 0D. RGB value is (140,21,13). Sum of RGB (Red+Green+Blue) = 140+21+13=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C150D is #73EAF2. Grayscale: #373737. Windows color (decimal): -7596787 or 857484. OLE color: 857484.

HSL color Cylindrical-coordinate representation of color #8C150D: hue angle of 3.78º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C150D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 21 13 -
CMYK 0 0.85 0.91 0.45
HSL 3.78º 0.83% 0.3% -
HSV(B) 3.78º 0.91% 0.55% -
XYZ 11.16 6.14 0.98 -
YUV 55.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 140 21 13 0 0.85 0.91 0.45 3.78 0.83 0.3
Hex 8C 15 D 0 55 5B 2D 4 53 1E
Octal 214 25 15 0 125 133 55 4 123 36
Binary 10001100 10101 1101 0 1010101 1011011 101101 100 1010011 11110

Color Harmonies of #8C150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C150D

Black with #8C150D

Text Example


Text Example

White with #8C150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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