Html Css Color HEX #8C2308 Falu Red

📋 copy color: '#8C2308'

red 140 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #8C2308

Tints of Falu Red #8C2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 76.5%
G = 19.13%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C2308 (or 0x8C2308) is known color: Falu Red. HEX triplet: 8C, 23 and 08. RGB value is (140,35,8). Sum of RGB (Red+Green+Blue) = 140+35+8=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2308 is #73DCF7. Grayscale: #3F3F3F. Windows color (decimal): -7593208 or 533388. OLE color: 533388.

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

Color convert

RGB 140 35 8 -
CMYK 0 0.75 0.94 0.45
HSL 12.27º 0.89% 0.29% -
HSV(B) 12.27º 0.94% 0.55% -
XYZ 11.46 6.8 0.94 -
YUV 63.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 140 35 8 0 0.75 0.94 0.45 12.27 0.89 0.29
Hex 8C 23 8 0 4B 5E 2D C 59 1D
Octal 214 43 10 0 113 136 55 14 131 35
Binary 10001100 100011 1000 0 1001011 1011110 101101 1100 1011001 11101

Color Harmonies of #8C2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2308

Black with #8C2308

Text Example


Text Example

White with #8C2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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