Html Css Color HEX #8C2300 Falu Red

📋 copy color: '#8C2300'

red 140 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #8C2300

Tints of Falu Red #8C2300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8C2300 (or 0x8C2300) is known color: Falu Red. HEX triplet: 8C, 23 and 00. RGB value is (140,35,0). Sum of RGB (Red+Green+Blue) = 140+35+0=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2300 is #73DCFF. Grayscale: #3E3E3E. Windows color (decimal): -7593216 or 9100. OLE color: 9100.

HSL color Cylindrical-coordinate representation of color #8C2300: hue angle of 15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C2300 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 0 -
CMYK 0 0.75 1 0.45
HSL 15º 1% 0.27% -
HSV(B) 15º 1% 0.55% -
XYZ 11.42 6.78 0.71 -
YUV 62.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 140 35 0 0 0.75 1 0.45 15 1 0.27
Hex 8C 23 0 0 4B 64 2D F 64 1B
Octal 214 43 0 0 113 144 55 17 144 33
Binary 10001100 100011 0 0 1001011 1100100 101101 1111 1100100 11011

Color Harmonies of #8C2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2300

Black with #8C2300

Text Example


Text Example

White with #8C2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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