Html Css Color HEX #8C1808 Falu Red

📋 copy color: '#8C1808'

red 140 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #8C1808

Tints of Falu Red #8C1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 81.4%
G = 13.95%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C1808 (or 0x8C1808) is known color: Falu Red. HEX triplet: 8C, 18 and 08. RGB value is (140,24,8). Sum of RGB (Red+Green+Blue) = 140+24+8=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1808 is #73E7F7. Grayscale: #393939. Windows color (decimal): -7596024 or 530572. OLE color: 530572.

HSL color Cylindrical-coordinate representation of color #8C1808: hue angle of 7.27º 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 #8C1808 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 8 -
CMYK 0 0.83 0.94 0.45
HSL 7.27º 0.89% 0.29% -
HSV(B) 7.27º 0.94% 0.55% -
XYZ 11.19 6.25 0.85 -
YUV 56.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 140 24 8 0 0.83 0.94 0.45 7.27 0.89 0.29
Hex 8C 18 8 0 53 5E 2D 7 59 1D
Octal 214 30 10 0 123 136 55 7 131 35
Binary 10001100 11000 1000 0 1010011 1011110 101101 111 1011001 11101

Color Harmonies of #8C1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1808

Black with #8C1808

Text Example


Text Example

White with #8C1808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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