Html Css Color HEX #8C1908 Falu Red

📋 copy color: '#8C1908'

red 140 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #8C1908

Tints of Falu Red #8C1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 80.92%
G = 14.45%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C1908 (or 0x8C1908) is known color: Falu Red. HEX triplet: 8C, 19 and 08. RGB value is (140,25,8). Sum of RGB (Red+Green+Blue) = 140+25+8=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1908 is #73E6F7. Grayscale: #393939. Windows color (decimal): -7595768 or 530828. OLE color: 530828.

HSL color Cylindrical-coordinate representation of color #8C1908: hue angle of 7.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C1908 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 8 -
CMYK 0 0.82 0.94 0.45
HSL 7.73º 0.89% 0.29% -
HSV(B) 7.73º 0.94% 0.55% -
XYZ 11.21 6.29 0.85 -
YUV 57.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 140 25 8 0 0.82 0.94 0.45 7.73 0.89 0.29
Hex 8C 19 8 0 52 5E 2D 8 59 1D
Octal 214 31 10 0 122 136 55 10 131 35
Binary 10001100 11001 1000 0 1010010 1011110 101101 1000 1011001 11101

Color Harmonies of #8C1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1908

Black with #8C1908

Text Example


Text Example

White with #8C1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,8); }

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

background-color css

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

 a { background-color: rgb(140,25,8); }

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

border-color css

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

 span { border-color: rgb(140,25,8); }

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